Class XMLWriter
java.lang.Object
com.inductiveautomation.ignition.common.xmlserialization.serialization.XMLWriter
- All Implemented Interfaces:
SerializationWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeElement
(XMLSerializationContext context, Element elm) Called once with the base element of the XML tree to write it to the underlying stream.protected void
writeElementName
(Element elm) void
writeSubElement
(XMLSerializationContext context, Element elm)
-
Constructor Details
-
XMLWriter
-
-
Method Details
-
writeElement
Description copied from interface:SerializationWriter
Called once with the base element of the XML tree to write it to the underlying stream.- Specified by:
writeElement
in interfaceSerializationWriter
- Throws:
IOException
-
writeSubElement
- Throws:
IOException
-
writeElementName
- Throws:
IOException
-