Interface ParsingHandler
- All Superinterfaces:
- DeserializationContext
- 
Method SummaryModifier and TypeMethodDescriptionDecoder<?>voidonElementBody(String name, String subElmName, Object body) voidonElementEnd(String name, String subElmName, Locator locator) voidonElementStart(String name, String subElmName, int refId, AttributesMap attributes, Locator locator) voidonRef(int refId) Methods inherited from interface com.inductiveautomation.ignition.common.xmlserialization.deserialization.DeserializationContextgetClassNameMap, getRootAttributes, getRootObjects, getWarnings
- 
Method Details- 
getBodyDecoderDecoder<?> getBodyDecoder()
- 
onRefvoid onRef(int refId) 
- 
onElementStartvoid onElementStart(String name, String subElmName, int refId, AttributesMap attributes, Locator locator) throws SerializationException - Throws:
- SerializationException
 
- 
onElementBody
- 
onElementEnd- Throws:
- SerializationException
 
 
-