|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentReader | |
---|---|
org.apache.wsil | |
org.apache.wsil.xml |
Uses of DocumentReader in org.apache.wsil |
---|
Fields in org.apache.wsil declared as DocumentReader | |
---|---|
protected DocumentReader |
WSILDocument.docReader
Set default document reader. |
Methods in org.apache.wsil that return DocumentReader | |
---|---|
DocumentReader |
WSILDocument.getReader()
Get the WS-Inspection reader implementation. |
Methods in org.apache.wsil with parameters of type DocumentReader | |
---|---|
void |
WSILDocument.setReader(DocumentReader docReader)
Set the WS-Inspection reader implementation. |
Uses of DocumentReader in org.apache.wsil.xml |
---|
Classes in org.apache.wsil.xml that implement DocumentReader | |
---|---|
class |
XMLReader
This class will use a DOM parser to read and process the contents of a WS-Inspection document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |