public class XMLOutputStreamContext extends XMLWriterContext
| Modifier and Type | Field and Description |
|---|---|
protected java.io.OutputStream |
outputStream
The writer
|
theWriterlocalname, 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, tagContentscharacters, cleanup, endDocument, endElement, getAttribute, getLocalname, getNamespaceURI, getQname, startDocument, startElement, tagCleanuppublic 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 XMLWriterContextManifoldCFExceptionpublic void close()
throws ManifoldCFException
ManifoldCFException