Class XMLFileContext


  • public class XMLFileContext
    extends XMLOutputStreamContext
    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

      • XMLFileContext

        public XMLFileContext​(XMLStream theStream,
                              java.lang.String namespaceURI,
                              java.lang.String localname,
                              java.lang.String qname,
                              org.xml.sax.Attributes theseAttributes,
                              java.io.File f)
                       throws java.io.FileNotFoundException
        Full constructor. Used for individual tags.
        Throws:
        java.io.FileNotFoundException