public class XMLWriter extends java.lang.Object implements DocumentWriter
Modifier and Type | Field and Description |
---|---|
protected ExtensionRegistry |
extRegistry
WSIL extension registry.
|
protected WSILDocument |
wsilDocument
WSIL document.
|
Constructor and Description |
---|
XMLWriter()
Create a WSIL document writer.
|
Modifier and Type | Method and Description |
---|---|
void |
writeDocument(WSILDocument wsilDocument,
java.io.OutputStream stream)
Write WSIL document.
|
void |
writeDocument(WSILDocument wsilDocument,
java.io.Writer writer)
Write WSIL document.
|
protected WSILDocument wsilDocument
protected ExtensionRegistry extRegistry
public void writeDocument(WSILDocument wsilDocument, java.io.OutputStream stream) throws WSILException
WSILException
public void writeDocument(WSILDocument wsilDocument, java.io.Writer writer) throws WSILException
writeDocument
in interface DocumentWriter
wsilDocument
- the WS-Inspection documentwriter
- the output writerWSILException
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.