de.trantor.wap
Class WbxmlEncoder

java.lang.Object
  |
  +--de.trantor.wap.WbxmlEncoder

public class WbxmlEncoder
extends java.lang.Object

a class for converting XML to WBXML. THIS CLASS IS NOT TESTED YET


Constructor Summary
WbxmlEncoder()
          The constructor creates an internal document handler
 
Method Summary
 void convert(org.xml.sax.InputSource in, java.io.OutputStream out)
          converts the XML data from the given SAX InputSource and writes the result to the given OutputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WbxmlEncoder

public WbxmlEncoder()
The constructor creates an internal document handler
Method Detail

convert

public void convert(org.xml.sax.InputSource in,
                    java.io.OutputStream out)
             throws org.xml.sax.SAXException,
                    java.io.IOException
converts the XML data from the given SAX InputSource and writes the result to the given OutputStream