de.trantor.wap
Interface WbxmlExtensionHandler

All Known Implementing Classes:
WmlParser

public interface WbxmlExtensionHandler

A class can handle the WAP XML extensions by implementing this interface.


Method Summary
 void ext_i(int id, java.lang.String par)
          called when EXT_I_0, EXT_I_1, or EXT_I_2 is detected in the document
 void ext_t(int id, int par)
          called when EXT_I_0, EXT_I_1, or EXT_I_2 is detected in the document
 void ext(int id)
          called when EXT_T_0, EXT_T_1, or EXT_T_2 is detected in the document
 void opaque(byte[] data)
          called when the OPAQUE token is detected in the document
 

Method Detail

ext_i

public void ext_i(int id,
                  java.lang.String par)
           throws org.xml.sax.SAXException
called when EXT_I_0, EXT_I_1, or EXT_I_2 is detected in the document

ext_t

public void ext_t(int id,
                  int par)
           throws org.xml.sax.SAXException
called when EXT_I_0, EXT_I_1, or EXT_I_2 is detected in the document

ext

public void ext(int id)
         throws org.xml.sax.SAXException
called when EXT_T_0, EXT_T_1, or EXT_T_2 is detected in the document

opaque

public void opaque(byte[] data)
            throws org.xml.sax.SAXException
called when the OPAQUE token is detected in the document