com.amx.duet.tools.xml
Class XMLWriter

java.lang.Object
  extended bycom.amx.duet.tools.xml.XMLWriter

public class XMLWriter
extends java.lang.Object

To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Since:
AMXTools 1.0.0
Version:
1.0.0

Constructor Summary
XMLWriter()
           
 
Method Summary
 java.lang.String toString()
           
 void writeEndTag(java.io.OutputStream out, java.lang.String tag)
           
 void writeEntireElement(java.io.OutputStream out, java.lang.String tag, boolean value)
           
 void writeEntireElement(java.io.OutputStream out, java.lang.String tag, int value)
           
 void writeEntireElement(java.io.OutputStream out, java.lang.String tag, java.lang.String value)
           
 void writeStartTag(java.io.OutputStream out, java.lang.String tag)
           
 void writeStyleSheet(java.io.OutputStream out, java.lang.String jtype, java.lang.String jhref)
           
 void writeVersion(java.io.OutputStream out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLWriter

public XMLWriter()
Method Detail

writeVersion

public void writeVersion(java.io.OutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

writeStyleSheet

public void writeStyleSheet(java.io.OutputStream out,
                            java.lang.String jtype,
                            java.lang.String jhref)
                     throws java.io.IOException
Throws:
java.io.IOException

writeStartTag

public void writeStartTag(java.io.OutputStream out,
                          java.lang.String tag)
                   throws java.io.IOException
Throws:
java.io.IOException

writeEndTag

public void writeEndTag(java.io.OutputStream out,
                        java.lang.String tag)
                 throws java.io.IOException
Throws:
java.io.IOException

writeEntireElement

public void writeEntireElement(java.io.OutputStream out,
                               java.lang.String tag,
                               java.lang.String value)
                        throws java.io.IOException
Throws:
java.io.IOException

writeEntireElement

public void writeEntireElement(java.io.OutputStream out,
                               java.lang.String tag,
                               int value)
                        throws java.io.IOException
Throws:
java.io.IOException

writeEntireElement

public void writeEntireElement(java.io.OutputStream out,
                               java.lang.String tag,
                               boolean value)
                        throws java.io.IOException
Throws:
java.io.IOException

toString

public java.lang.String toString()


Copyright © 2008 AMX LLC. All Rights Reserved.