Class XMLStringParsingContext


  • public class XMLStringParsingContext
    extends XMLParsingContext
    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

      • XMLStringParsingContext

        public XMLStringParsingContext​(XMLFuzzyHierarchicalParseState theStream,
                                       java.lang.String namespace,
                                       java.lang.String localname,
                                       java.lang.String qname,
                                       java.util.Map<java.lang.String,​java.lang.String> theseAttributes)
        Full constructor. Used for individual tags.