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, getParent, setElementName, writepublic 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 ElementContextpublic void writeContent(XMLWriter writer, NamedContextFactory contextFactoryMap) throws org.xml.sax.SAXException
writeContent in class ElementContextorg.xml.sax.SAXException