|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.marre.wap.wbxml.WbxmlConstants
Field Summary | |
static java.lang.String[] |
KNOWN_PUBLIC_DOCTYPES
|
static byte |
TOKEN_END
Indicates the end of an attribute list or the end of an element. |
static byte |
TOKEN_ENTITY
A character entity. |
static byte |
TOKEN_EXT_0
Single-byte document-type-specific extension token. |
static byte |
TOKEN_EXT_1
Single-byte document-type-specific extension token. |
static byte |
TOKEN_EXT_2
Single-byte document-type-specific extension token. |
static byte |
TOKEN_EXT_I_0
Inline string document-type-specific extension token. |
static byte |
TOKEN_EXT_I_1
Inline string document-type-specific extension token. |
static byte |
TOKEN_EXT_I_2
Inline string document-type-specific extension token. |
static byte |
TOKEN_EXT_T_0
Inline integer document-type-specific extension token. |
static byte |
TOKEN_EXT_T_1
Inline integer document-type-specific extension token. |
static byte |
TOKEN_EXT_T_2
Inline integer document-type-specific extension token. |
static byte |
TOKEN_KNOWN
Tag contains attributes. |
static byte |
TOKEN_KNOWN_A
Tag contains attributes. |
static byte |
TOKEN_KNOWN_AC
Tag contains attributes. |
static byte |
TOKEN_KNOWN_C
Tag contains content. |
static byte |
TOKEN_LITERAL
An unknown attribute name, or unknown tag posessing no attributes or content.Followed by a mb_u_int32 that encodes an offset into the string table. |
static byte |
TOKEN_LITERAL_A
An unknown tag posessing attributes but no content. |
static byte |
TOKEN_LITERAL_AC
An unknown tag posessing both attributes and content. |
static byte |
TOKEN_LITERAL_C
An unknown tag posessing content but no attributes. |
static byte |
TOKEN_OPAQ
Opaque document-type-specific data. |
static byte |
TOKEN_PI
Processing instruction. |
static byte |
TOKEN_STR_I
Inline string. |
static byte |
TOKEN_STR_T
String table reference. |
static byte |
TOKEN_SWITCH_PAGE
Change the code page for the current token state. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final byte TOKEN_SWITCH_PAGE
public static final byte TOKEN_END
public static final byte TOKEN_ENTITY
public static final byte TOKEN_STR_I
public static final byte TOKEN_LITERAL
public static final byte TOKEN_EXT_I_0
public static final byte TOKEN_EXT_I_1
public static final byte TOKEN_EXT_I_2
public static final byte TOKEN_PI
public static final byte TOKEN_LITERAL_C
public static final byte TOKEN_EXT_T_0
public static final byte TOKEN_EXT_T_1
public static final byte TOKEN_EXT_T_2
public static final byte TOKEN_STR_T
public static final byte TOKEN_LITERAL_A
public static final byte TOKEN_EXT_0
public static final byte TOKEN_EXT_1
public static final byte TOKEN_EXT_2
public static final byte TOKEN_OPAQ
public static final byte TOKEN_LITERAL_AC
public static final byte TOKEN_KNOWN_C
public static final byte TOKEN_KNOWN_A
public static final byte TOKEN_KNOWN_AC
public static final byte TOKEN_KNOWN
public static final java.lang.String[] KNOWN_PUBLIC_DOCTYPES
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |