public interface DocumentReader
Modifier and Type | Method and Description |
---|---|
void |
parseDocument(WSILDocument wsilDocument,
java.io.Reader reader)
Parse the contents of a WSIL Document from a input reader.
|
void parseDocument(WSILDocument wsilDocument, java.io.Reader reader) throws WSILException
wsilDocument
- the WS-Inspection documentreader
- the input reader where the document can be readWSILException
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.