public class XMLOutputStreamContext extends XMLWriterContext
Modifier and Type | Field and Description |
---|---|
protected java.io.OutputStream |
outputStream
The writer
|
theWriter
localname, namespaceURI, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
XMLOutputStreamContext(XMLStream theStream,
java.lang.String namespaceURI,
java.lang.String localname,
java.lang.String qname,
org.xml.sax.Attributes theseAttributes,
java.io.OutputStream os)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the underlying stream.
|
void |
flush()
Flush the data to the underlying output stream
|
beginTag, endTag, escapeAttribute, escapeCharData, tagContents
characters, cleanup, endDocument, endElement, getAttribute, getLocalname, getNamespaceURI, getQname, startDocument, startElement, tagCleanup
public XMLOutputStreamContext(XMLStream theStream, java.lang.String namespaceURI, java.lang.String localname, java.lang.String qname, org.xml.sax.Attributes theseAttributes, java.io.OutputStream os)
public void flush() throws ManifoldCFException
flush
in class XMLWriterContext
ManifoldCFException
public void close() throws ManifoldCFException
ManifoldCFException