de.trantor.wap
Class Wml

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

public class Wml
extends java.lang.Object

This class contains the wml coding tables for elements and attributes needed by the WmlParser.


Field Summary
static java.lang.String[] attrStartTable
           
static java.lang.String[] attrValueTable
           
static java.lang.String[] tagTable
           
 
Constructor Summary
Wml()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tagTable

public static final java.lang.String[] tagTable

attrStartTable

public static final java.lang.String[] attrStartTable

attrValueTable

public static final java.lang.String[] attrValueTable
Constructor Detail

Wml

public Wml()