java.lang.Object com.ibm.broker.plugin.MbBLOB
public class MbBLOB
extends Object
This class contains constants for the BLOB parser.
Field | Description |
---|---|
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. |
Constructor | Description |
---|---|
MbBLOB() |
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 MbBLOB()