org.kxml.wap
Class WmlWriter

java.lang.Object
  extended by java.io.Writer
      extended by org.kxml.io.AbstractXmlWriter
          extended by org.kxml.wap.WbxmlWriter
              extended by org.kxml.wap.WmlWriter
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable, java.lang.Appendable

public class WmlWriter
extends WbxmlWriter

A parser for WML built on top of the WbxmlParser by setting the corresponding TagTable, AttrStartTable and AttrValueTable defined in the class Wml


Field Summary
 
Fields inherited from class org.kxml.io.AbstractXmlWriter
current
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
WmlWriter(java.io.OutputStream out)
           
 
Method Summary
 
Methods inherited from class org.kxml.wap.WbxmlWriter
attribute, checkPending, close, endTag, flush, setAttrStartTable, setAttrValueTable, setTagTable, startTag, write, writeLegacy
 
Methods inherited from class org.kxml.io.AbstractXmlWriter
attribute, getPrefixMap, startTag, startTag, startTag
 
Methods inherited from class java.io.Writer
append, append, append, write, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WmlWriter

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