public class XMLOutputStreamParsingContext extends XMLWriterParsingContext
Modifier and Type | Field and Description |
---|---|
protected OutputStream |
outputStream
The writer
|
theWriter
localname, namespace, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
XMLOutputStreamParsingContext(XMLFuzzyHierarchicalParseState theStream,
String namespace,
String localname,
String qname,
Map<String,String> theseAttributes,
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
protected OutputStream outputStream
public XMLOutputStreamParsingContext(XMLFuzzyHierarchicalParseState theStream, String namespace, String localname, String qname, Map<String,String> theseAttributes, OutputStream os) throws ManifoldCFException
ManifoldCFException
public void flush() throws ManifoldCFException
flush
in class XMLWriterParsingContext
ManifoldCFException
public void close() throws ManifoldCFException
ManifoldCFException