Interface ParsingHandler
- All Superinterfaces:
DeserializationContext
-
Method Summary
Modifier and TypeMethodDescriptionDecoder<?>
void
onElementBody
(String name, String subElmName, Object body) void
onElementEnd
(String name, String subElmName, Locator locator) void
onElementStart
(String name, String subElmName, int refId, AttributesMap attributes, Locator locator) void
onRef
(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
-