Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.plugin.MbRFH2C

java.lang.Object
        com.ibm.broker.plugin.MbRFH2C

public class MbRFH2C
extends Object

This class contains constants for the compact RFH2 parser. The integer constants are the specific type values used by the logical tree to represent XML specific constructs in the bitstream.

Field Index
Field Description
ATTRIBUTE  
BITSTREAM  
DOUBLE_ATTRIBUTE  
FIELD  
FOLDER  
PARSER_NAME The is the name of the parser as used by createElementAsLastChild
ROOT_ELEMENT_NAME This is the name of the element at the root of the sub-tree owned by this parser.
SINGLE_ATTRIBUTE  
Constructor Index
Constructor Description
MbRFH2C()  

Fields

ATTRIBUTE

public static final int ATTRIBUTE

BITSTREAM

public static final int BITSTREAM

DOUBLE_ATTRIBUTE

public static final int DOUBLE_ATTRIBUTE

FIELD

public static final int FIELD

FOLDER

public static final int FOLDER

PARSER_NAME

public static final java.lang.String PARSER_NAME

The is the name of the parser as used by createElementAsLastChild

ROOT_ELEMENT_NAME

public static final java.lang.String ROOT_ELEMENT_NAME

This is the name of the element at the root of the sub-tree owned by this parser.

SINGLE_ATTRIBUTE

public static final int SINGLE_ATTRIBUTE

Constructors

MbRFH2C

public MbRFH2C() 

Class Hierarchy All Classes All Fields and Methods