org.encog.parse.tags.write
Class WriteXML

java.lang.Object
  extended by org.encog.parse.tags.write.WriteTags
      extended by org.encog.parse.tags.write.WriteXML

public class WriteXML
extends WriteTags

Contains specifics to writing XML.

Author:
jheaton

Constructor Summary
WriteXML(OutputStream os)
          Construct an object to write an XML file.
 
Method Summary
 
Methods inherited from class org.encog.parse.tags.write.WriteTags
addAttribute, addCDATA, addProperty, addProperty, addProperty, addProperty, addProperty, addText, beginDocument, beginTag, close, endDocument, endTag, endTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteXML

public WriteXML(OutputStream os)
Construct an object to write an XML file.

Parameters:
os - The output stream.


Copyright © 2014. All Rights Reserved.