public class StringContext extends ElementContext
Constructor and Description |
---|
StringContext() |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
static ElementContextFactory |
getFactory() |
java.lang.String |
getString() |
void |
setString(java.lang.String value) |
void |
writeContent(XMLWriter writer,
NamedContextFactory contextFactoryMap) |
addChild, end, getAttributes, getElementName, setElementName, write
public static ElementContextFactory getFactory()
public void setString(java.lang.String value)
public java.lang.String getString()
public void characters(char[] ch, int start, int length)
characters
in class ElementContext
public void writeContent(XMLWriter writer, NamedContextFactory contextFactoryMap) throws org.xml.sax.SAXException
writeContent
in class ElementContext
org.xml.sax.SAXException