Interface ParsingHandler
- All Superinterfaces:
DeserializationContext
-
Method Summary
Modifier 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.DeserializationContext
getClassNameMap, getRootAttributes, getRootObjects, getWarnings
-
Method Details
-
getBodyDecoder
Decoder<?> getBodyDecoder() -
onRef
void onRef(int refId) -
onElementStart
void onElementStart(String name, String subElmName, int refId, AttributesMap attributes, Locator locator) throws SerializationException - Throws:
SerializationException
-
onElementBody
-
onElementEnd
- Throws:
SerializationException
-