org.marre.wap.wbxml
Class WbxmlConstants

java.lang.Object
  extended byorg.marre.wap.wbxml.WbxmlConstants

public final class WbxmlConstants
extends java.lang.Object


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

TOKEN_SWITCH_PAGE

public static final byte TOKEN_SWITCH_PAGE
Change the code page for the current token state. Followed by a single u_int8 indicating the new code page number.

See Also:
Constant Field Values

TOKEN_END

public static final byte TOKEN_END
Indicates the end of an attribute list or the end of an element.

See Also:
Constant Field Values

TOKEN_ENTITY

public static final byte TOKEN_ENTITY
A character entity. Followed by a mb_u_int32 encoding the character entity number.

See Also:
Constant Field Values

TOKEN_STR_I

public static final byte TOKEN_STR_I
Inline string. Followed by a termstr.

See Also:
Constant Field Values

TOKEN_LITERAL

public static final 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.

See Also:
Constant Field Values

TOKEN_EXT_I_0

public static final byte TOKEN_EXT_I_0
Inline string document-type-specific extension token. Token is followed by a termstr.

See Also:
Constant Field Values

TOKEN_EXT_I_1

public static final byte TOKEN_EXT_I_1
Inline string document-type-specific extension token. Token is followed by a termstr.

See Also:
Constant Field Values

TOKEN_EXT_I_2

public static final byte TOKEN_EXT_I_2
Inline string document-type-specific extension token. Token is followed by a termstr.

See Also:
Constant Field Values

TOKEN_PI

public static final byte TOKEN_PI
Processing instruction.

See Also:
Constant Field Values

TOKEN_LITERAL_C

public static final byte TOKEN_LITERAL_C
An unknown tag posessing content but no attributes.

See Also:
Constant Field Values

TOKEN_EXT_T_0

public static final byte TOKEN_EXT_T_0
Inline integer document-type-specific extension token. Token is followed by a mb_u_int32.

See Also:
Constant Field Values

TOKEN_EXT_T_1

public static final byte TOKEN_EXT_T_1
Inline integer document-type-specific extension token. Token is followed by a mb_u_int32.

See Also:
Constant Field Values

TOKEN_EXT_T_2

public static final byte TOKEN_EXT_T_2
Inline integer document-type-specific extension token. Token is followed by a mb_u_int32.

See Also:
Constant Field Values

TOKEN_STR_T

public static final byte TOKEN_STR_T
String table reference. Followed by a mb_u_int32 encoding a byte offset from the beginning of the string table.

See Also:
Constant Field Values

TOKEN_LITERAL_A

public static final byte TOKEN_LITERAL_A
An unknown tag posessing attributes but no content.

See Also:
Constant Field Values

TOKEN_EXT_0

public static final byte TOKEN_EXT_0
Single-byte document-type-specific extension token.

See Also:
Constant Field Values

TOKEN_EXT_1

public static final byte TOKEN_EXT_1
Single-byte document-type-specific extension token.

See Also:
Constant Field Values

TOKEN_EXT_2

public static final byte TOKEN_EXT_2
Single-byte document-type-specific extension token.

See Also:
Constant Field Values

TOKEN_OPAQ

public static final byte TOKEN_OPAQ
Opaque document-type-specific data.

See Also:
Constant Field Values

TOKEN_LITERAL_AC

public static final byte TOKEN_LITERAL_AC
An unknown tag posessing both attributes and content.

See Also:
Constant Field Values

TOKEN_KNOWN_C

public static final byte TOKEN_KNOWN_C
Tag contains content.

See Also:
Constant Field Values

TOKEN_KNOWN_A

public static final byte TOKEN_KNOWN_A
Tag contains attributes.

See Also:
Constant Field Values

TOKEN_KNOWN_AC

public static final byte TOKEN_KNOWN_AC
Tag contains attributes.

See Also:
Constant Field Values

TOKEN_KNOWN

public static final byte TOKEN_KNOWN
Tag contains attributes.

See Also:
Constant Field Values

KNOWN_PUBLIC_DOCTYPES

public static final java.lang.String[] KNOWN_PUBLIC_DOCTYPES


Copyright © 2002-2005 Markus Eriksson. All Rights Reserved.