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 | 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 | Description |
---|---|
MbRFH2C() |
public static final int ATTRIBUTE
public static final int BITSTREAM
public static final int DOUBLE_ATTRIBUTE
public static final int FIELD
public static final int FOLDER
public static final java.lang.String PARSER_NAMEThe is the name of the parser as used by createElementAsLastChild
public static final java.lang.String ROOT_ELEMENT_NAMEThis is the name of the element at the root of the sub-tree owned by this parser.
public static final int SINGLE_ATTRIBUTE
public MbRFH2C()