org.kxml.wap
Class WmlWriter

java.lang.Object
  extended byjava.io.Writer
      extended byorg.kxml.io.AbstractXmlWriter
          extended byorg.kxml.wap.WbxmlWriter
              extended byorg.kxml.wap.WmlWriter

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)
           
 
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
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