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 TypeMethodDescriptionvoid
characters
(char[] ch, int start, int length) void
end()
getField()
getId()
getKey()
protected StringBuffer
void
setDataDictionary
(com.nt.udc.datadictparser.DataDictionary dataDictionary) void
void
protected void
setStringValue
(StringBuffer stringValue) void
write
(XMLWriter writer, NamedContextFactory factory) void
writeContent
(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:
getAttributes
in classElementContext
-
getId
- Specified by:
getId
in interfaceIdentifiableContext
-
getKey
-
setId
- Specified by:
setId
in interfaceIdentifiableContext
-
getField
-
setField
-
setDataDictionary
public void setDataDictionary(com.nt.udc.datadictparser.DataDictionary dataDictionary) - Specified by:
setDataDictionary
in interfaceIdentifiableContext
-
getStringValue
-
setStringValue
-
end
public void end()- Overrides:
end
in classElementContext
-
characters
public void characters(char[] ch, int start, int length) - Overrides:
characters
in classElementContext
-
write
- Overrides:
write
in classElementContext
- Throws:
SAXException
-
writeContent
- Overrides:
writeContent
in classElementContext
- Throws:
SAXException
-