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 TypeMethodDescriptionvoid
characters
(char[] ch, int start, int length) getName()
getValue()
void
void
abstract void
writeContent
(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:
characters
in classElementContext
-
writeContent
public abstract void writeContent(XMLWriter writer, NamedContextFactory contextFactoryMap) throws SAXException - Overrides:
writeContent
in classElementContext
- Throws:
SAXException
-