org.freehep.wbxml
Interface WBXML

All Known Implementing Classes:
WBXMLParser

public interface WBXML

Tag Codes for Binary XML.

Version:
$Id$
Author:
Mark Donszelmann

Field Summary
static int ATTRIBUTE
          Attribute Mask
static int CONTENT
          Content Mask
static int END
           
static int ENTITY
           
static int EXT_0
           
static int EXT_1
           
static int EXT_2
           
static int EXT_I_0
           
static int EXT_I_1
           
static int EXT_I_2
           
static int EXT_T_0
           
static int EXT_T_1
           
static int EXT_T_2
           
static int INDEXED_PID
          WBXML Constant for Indexed PID
static int LITERAL
           
static int LITERAL_A
           
static int LITERAL_AC
           
static int LITERAL_C
           
static int MAX_CODES
          Maximum attribute or tag codes
static int OPAQUE
           
static int PI
           
static int RESERVED_CODES
          Number of reserved tag codes
static int STR_I
           
static int STR_T
           
static int SWITCH_PAGE
           
static int UNKNOWN_PID
          WBXML Constant for Unknown PID
static int UTF8
          WBXML Constant for UTF 8
static int WBXML_VERSION
          WBXML version number
 

Field Detail

SWITCH_PAGE

static final int SWITCH_PAGE
See Also:
Constant Field Values

END

static final int END
See Also:
Constant Field Values

ENTITY

static final int ENTITY
See Also:
Constant Field Values

STR_I

static final int STR_I
See Also:
Constant Field Values

LITERAL

static final int LITERAL
See Also:
Constant Field Values

EXT_I_0

static final int EXT_I_0
See Also:
Constant Field Values

EXT_I_1

static final int EXT_I_1
See Also:
Constant Field Values

EXT_I_2

static final int EXT_I_2
See Also:
Constant Field Values

PI

static final int PI
See Also:
Constant Field Values

LITERAL_C

static final int LITERAL_C
See Also:
Constant Field Values

EXT_T_0

static final int EXT_T_0
See Also:
Constant Field Values

EXT_T_1

static final int EXT_T_1
See Also:
Constant Field Values

EXT_T_2

static final int EXT_T_2
See Also:
Constant Field Values

STR_T

static final int STR_T
See Also:
Constant Field Values

LITERAL_A

static final int LITERAL_A
See Also:
Constant Field Values

EXT_0

static final int EXT_0
See Also:
Constant Field Values

EXT_1

static final int EXT_1
See Also:
Constant Field Values

EXT_2

static final int EXT_2
See Also:
Constant Field Values

OPAQUE

static final int OPAQUE
See Also:
Constant Field Values

LITERAL_AC

static final int LITERAL_AC
See Also:
Constant Field Values

WBXML_VERSION

static final int WBXML_VERSION
WBXML version number

See Also:
Constant Field Values

UNKNOWN_PID

static final int UNKNOWN_PID
WBXML Constant for Unknown PID

See Also:
Constant Field Values

INDEXED_PID

static final int INDEXED_PID
WBXML Constant for Indexed PID

See Also:
Constant Field Values

UTF8

static final int UTF8
WBXML Constant for UTF 8

See Also:
Constant Field Values

CONTENT

static final int CONTENT
Content Mask

See Also:
Constant Field Values

ATTRIBUTE

static final int ATTRIBUTE
Attribute Mask

See Also:
Constant Field Values

RESERVED_CODES

static final int RESERVED_CODES
Number of reserved tag codes

See Also:
Constant Field Values

MAX_CODES

static final int MAX_CODES
Maximum attribute or tag codes

See Also:
Constant Field Values


Copyright © 2000-2007 FreeHEP. All Rights Reserved.