org.encog.parse.tags.write
Class WriteXML
java.lang.Object
org.encog.parse.tags.write.WriteTags
org.encog.parse.tags.write.WriteXML
public class WriteXML
- extends WriteTags
Contains specifics to writing XML.
- Author:
- jheaton
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 |
WriteXML
public WriteXML(OutputStream os)
- Construct an object to write an XML file.
- Parameters:
os
- The output stream.
Copyright © 2014. All Rights Reserved.