java.lang.Object com.ibm.broker.plugin.MbXML com.ibm.broker.plugin.MbXMLNS
public class MbXMLNS
extends MbXML
This class contains constants for the generic namespace-aware XML parser. The integer constants are the specific type values used by the logical tree to represent XML specific constructs in the bitstream.
Field | Description |
---|---|
NAMESPACE_DECL | This is the specific type value for a namespace declaration attribute. |
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 |
---|---|
MbXMLNS() |
public static final int NAMESPACE_DECLThis is the specific type value for a namespace declaration attribute. For example the namespace declaration xmlns:myns="http://mydomain.com/namespace" will be an MbElement of this specific type with a name of 'myns' and a value of 'http://mydomain.com/namespace'.
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 MbXMLNS()