public class XMLStringContext extends XMLContext
Modifier and Type | Field and Description |
---|---|
protected StringBuilder |
value
The string buffer
|
localname, namespaceURI, previousContext, qname, theseAttributes, theStream
Constructor and Description |
---|
XMLStringContext(XMLStream theStream,
String namespaceURI,
String localname,
String qname,
Attributes theseAttributes)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Get the string value
|
protected void |
tagContents(char[] ch,
int start,
int length)
This method is meant to be extended by classes that extend this class
|
beginTag, characters, cleanup, endDocument, endElement, endTag, getAttribute, getLocalname, getNamespaceURI, getQname, startDocument, startElement, tagCleanup
protected StringBuilder value
public XMLStringContext(XMLStream theStream, String namespaceURI, String localname, String qname, Attributes theseAttributes)
public String getValue()
protected void tagContents(char[] ch, int start, int length) throws ManifoldCFException
tagContents
in class XMLContext
ManifoldCFException