Package com.nt.udc.util.xml
Class AttributePropertyContext
java.lang.Object
com.nt.udc.util.xml.ElementContext
com.nt.udc.util.xml.PropertyContext
com.nt.udc.util.xml.AttributePropertyContext
Sample element:
value
-
Method Summary
Modifier and TypeMethodDescriptionstatic ElementContextFactory
void
writeContent
(XMLWriter writer, NamedContextFactory contextFactoryMap) Methods inherited from class com.nt.udc.util.xml.PropertyContext
characters, getName, getValue, setName, setValue
Methods inherited from class com.nt.udc.util.xml.ElementContext
addChild, end, getElementName, getParent, setElementName, write
-
Method Details
-
getFactory
-
getAttributes
- Overrides:
getAttributes
in classElementContext
-
writeContent
public void writeContent(XMLWriter writer, NamedContextFactory contextFactoryMap) throws SAXException - Specified by:
writeContent
in classPropertyContext
- Throws:
SAXException
-