Class Wml

java.lang.Object
org.kxml2.wap.wml.Wml

public abstract class Wml extends Object
This class contains the wml coding tables for elements and attributes needed by the WmlParser.
  • Field Details

    • TAG_TABLE

      public static final String[] TAG_TABLE
    • ATTR_START_TABLE

      public static final String[] ATTR_START_TABLE
    • ATTR_VALUE_TABLE

      public static final String[] ATTR_VALUE_TABLE
  • Constructor Details

    • Wml

      public Wml()
  • Method Details

    • createParser

      public static WbxmlParser createParser()
      Creates a WbxmlParser with the WML code pages set
    • createSerializer

      public static WbxmlSerializer createSerializer()