Class XMLFileParsingContext


  • public class XMLFileParsingContext
    extends XMLOutputStreamParsingContext
    An instance of this class represents a parsing context within a node. Data is written to the supplied file in utf-8 format.
    • Field Detail

      • outputFile

        protected java.io.File outputFile
        The output file
    • Constructor Detail

      • XMLFileParsingContext

        public XMLFileParsingContext​(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.File f)
                              throws ManifoldCFException,
                                     java.io.FileNotFoundException
        Full constructor. Used for individual tags.
        Throws:
        ManifoldCFException
        java.io.FileNotFoundException