Class XMLWriterContext

  • Direct Known Subclasses:
    XMLOutputStreamContext

    public class XMLWriterContext
    extends XMLContext
    An instance of this class represents a parsing context within a node. Data is written to the supplied writer.
    • Field Detail

      • theWriter

        protected java.io.Writer theWriter
        The writer
    • Constructor Detail

      • XMLWriterContext

        public XMLWriterContext​(XMLStream theStream,
                                java.lang.String namespaceURI,
                                java.lang.String localname,
                                java.lang.String qname,
                                org.xml.sax.Attributes theseAttributes,
                                java.io.Writer writer)
        Full constructor. Used for individual tags.