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