Package com.nt.udc.util.xml
Class PropertyContext
java.lang.Object
com.nt.udc.util.xml.ElementContext
com.nt.udc.util.xml.PropertyContext
- Direct Known Subclasses:
AttributePropertyContext,ElementPropertyContext
Sample element:
value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcharacters(char[] ch, int start, int length) getName()getValue()voidvoidabstract voidwriteContent(XMLWriter writer, NamedContextFactory contextFactoryMap) Methods inherited from class com.nt.udc.util.xml.ElementContext
addChild, end, getAttributes, getElementName, getParent, setElementName, write
-
Constructor Details
-
PropertyContext
public PropertyContext()
-
-
Method Details
-
setName
-
setValue
-
getName
-
getValue
-
characters
public void characters(char[] ch, int start, int length) - Overrides:
charactersin classElementContext
-
writeContent
public abstract void writeContent(XMLWriter writer, NamedContextFactory contextFactoryMap) throws SAXException - Overrides:
writeContentin classElementContext- Throws:
SAXException
-