public class XMLOutputStreamParsingContext extends XMLWriterParsingContext
Modifier and Type | Field and Description |
---|---|
protected java.io.OutputStream |
outputStream
The writer
|
theWriter
localname, namespace, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
XMLOutputStreamParsingContext(XMLFuzzyHierarchicalParseState theStream,
java.lang.String namespace,
java.lang.String localname,
java.lang.String qname,
java.util.Map<java.lang.String,java.lang.String> 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, endElement, getAttribute, getLocalname, getNamespace, getQname, startElement, tagCleanup
public XMLOutputStreamParsingContext(XMLFuzzyHierarchicalParseState theStream, java.lang.String namespace, java.lang.String localname, java.lang.String qname, java.util.Map<java.lang.String,java.lang.String> theseAttributes, java.io.OutputStream os) throws ManifoldCFException
ManifoldCFException
public void flush() throws ManifoldCFException
flush
in class XMLWriterParsingContext
ManifoldCFException
public void close() throws ManifoldCFException
ManifoldCFException