com.ibm.broker.plugin
Class MbDFDL
- java.lang.Object
-
- com.ibm.broker.plugin.MbDFDL
-
public class MbDFDL extends java.lang.ObjectThis class contains constants for the DFDL parser.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringPARSER_NAMEThis is the name of the parser as used bycreateElementAsLastChild()static java.lang.StringROOT_ELEMENT_NAMEThis is the name of the element at the root of the sub-tree owned by this parser.
-
Constructor Summary
Constructors Constructor and Description MbDFDL()
-
-
-
Field Detail
-
PARSER_NAME
public static final java.lang.String PARSER_NAME
This is the name of the parser as used bycreateElementAsLastChild()- See Also:
- Constant Field Values
-
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.- See Also:
- Constant Field Values
-
-