Package com.nt.udc.util.xml
Class StringContext
java.lang.Object
com.nt.udc.util.xml.ElementContext
com.nt.udc.util.xml.StringContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcharacters(char[] ch, int start, int length) static ElementContextFactoryvoidvoidwriteContent(XMLWriter writer, NamedContextFactory contextFactoryMap) Methods inherited from class com.nt.udc.util.xml.ElementContext
addChild, end, getAttributes, getElementName, getParent, setElementName, write
-
Constructor Details
-
StringContext
public StringContext()
-
-
Method Details
-
getFactory
-
setString
-
getString
-
characters
public void characters(char[] ch, int start, int length) - Overrides:
charactersin classElementContext
-
writeContent
public void writeContent(XMLWriter writer, NamedContextFactory contextFactoryMap) throws SAXException - Overrides:
writeContentin classElementContext- Throws:
SAXException
-