Class XMLWriter
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.xmlserialization.serialization.XMLWriter
 
- 
- All Implemented Interfaces:
- SerializationWriter
 
 public class XMLWriter extends java.lang.Object implements SerializationWriter 
- 
- 
Constructor SummaryConstructors Constructor Description XMLWriter(java.io.Writer out, java.lang.String encoding)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteElement(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)
 
- 
- 
- 
Method Detail- 
writeElementpublic void writeElement(XMLSerializationContext context, Element elm) throws java.io.IOException Description 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:
- java.io.IOException
 
 - 
writeSubElementpublic void writeSubElement(XMLSerializationContext context, Element elm) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
writeElementNameprotected void writeElementName(Element elm) throws java.io.IOException - Throws:
- java.io.IOException
 
 
- 
 
-