Class XMLStringContext


  • public class XMLStringContext
    extends XMLContext
    An instance of this class represents a parsing context within a node, where the data value is to be recorded as an in-memory string. The data string is available as a local StringBuilder object, which will be accessible to any class that extends this one.
    • Field Detail

      • value

        protected java.lang.StringBuilder value
        The string buffer
    • Constructor Detail

      • XMLStringContext

        public XMLStringContext​(XMLStream theStream,
                                java.lang.String namespaceURI,
                                java.lang.String localname,
                                java.lang.String qname,
                                org.xml.sax.Attributes theseAttributes)
        Full constructor. Used for individual tags.
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Get the string value