public class XMLFileParsingContext extends XMLOutputStreamParsingContext
Modifier and Type | Field and Description |
---|---|
protected File |
outputFile
The output file
|
outputStream
theWriter
localname, namespace, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
XMLFileParsingContext(XMLFuzzyHierarchicalParseState theStream,
String namespace,
String localname,
String qname,
Map<String,String> theseAttributes,
File f)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
File |
getCompletedFile()
Get file object, flushing it, closing it, and clearing it.
|
void |
tagCleanup()
Cleanup whatever is left over
|
close, flush
beginTag, endTag, escapeAttribute, escapeCharData, tagContents
characters, cleanup, endElement, getAttribute, getLocalname, getNamespace, getQname, startElement
protected File outputFile
public XMLFileParsingContext(XMLFuzzyHierarchicalParseState theStream, String namespace, String localname, String qname, Map<String,String> theseAttributes, File f) throws ManifoldCFException, FileNotFoundException
public File getCompletedFile() throws ManifoldCFException
ManifoldCFException
public void tagCleanup() throws ManifoldCFException
tagCleanup
in class XMLParsingContext
ManifoldCFException