Package com.nt.udc.nar.xml
Class DCFieldContext
java.lang.Object
com.nt.udc.util.xml.ElementContext
com.nt.udc.nar.xml.DCFieldContext
- All Implemented Interfaces:
IdentifiableContext
- Direct Known Subclasses:
ByteFieldContext,BytesFieldContext,DoubleFieldContext,FloatFieldContext,IntFieldContext,IPFieldContext,LongFieldContext,MillisFieldContext,ObjectCollectionContext,ObjectFieldContext,SecondsFieldContext,ShortFieldContext,StringFieldContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcharacters(char[] ch, int start, int length) voidend()getField()getId()getKey()protected StringBuffervoidsetDataDictionary(com.nt.udc.datadictparser.DataDictionary dataDictionary) voidvoidprotected voidsetStringValue(StringBuffer stringValue) voidwrite(XMLWriter writer, NamedContextFactory factory) voidwriteContent(XMLWriter writer, NamedContextFactory factory) Methods inherited from class com.nt.udc.util.xml.ElementContext
addChild, getElementName, getParent, setElementName
-
Constructor Details
-
DCFieldContext
public DCFieldContext()
-
-
Method Details
-
getAttributes
- Overrides:
getAttributesin classElementContext
-
getId
- Specified by:
getIdin interfaceIdentifiableContext
-
getKey
-
setId
- Specified by:
setIdin interfaceIdentifiableContext
-
getField
-
setField
-
setDataDictionary
public void setDataDictionary(com.nt.udc.datadictparser.DataDictionary dataDictionary) - Specified by:
setDataDictionaryin interfaceIdentifiableContext
-
getStringValue
-
setStringValue
-
end
public void end()- Overrides:
endin classElementContext
-
characters
public void characters(char[] ch, int start, int length) - Overrides:
charactersin classElementContext
-
write
- Overrides:
writein classElementContext- Throws:
SAXException
-
writeContent
- Overrides:
writeContentin classElementContext- Throws:
SAXException
-