Class XMLWriter
java.lang.Object
com.inductiveautomation.ignition.common.xmlserialization.serialization.XMLWriter
- All Implemented Interfaces:
- SerializationWriter
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
writeElementDescription copied from interface:SerializationWriterCalled once with the base element of the XML tree to write it to the underlying stream.- Specified by:
- writeElementin interface- SerializationWriter
- Throws:
- IOException
 
- 
writeSubElement- Throws:
- IOException
 
- 
writeElementName- Throws:
- IOException
 
 
-