public class XMLStringParsingContext extends XMLParsingContext
Modifier and Type | Field and Description |
---|---|
protected StringBuilder |
value
The string buffer
|
localname, namespace, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
XMLStringParsingContext(XMLFuzzyHierarchicalParseState theStream,
String namespace,
String localname,
String qname,
Map<String,String> theseAttributes)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Get the string value
|
protected void |
tagContents(String value)
This method is meant to be extended by classes that extend this class
|
beginTag, characters, cleanup, endElement, endTag, getAttribute, getLocalname, getNamespace, getQname, startElement, tagCleanup
protected StringBuilder value
public String getValue()
protected void tagContents(String value) throws ManifoldCFException
tagContents
in class XMLParsingContext
ManifoldCFException