Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.plugin.MbXMLNS

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 Index
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 Index
Constructor Description
MbXMLNS()  

Fields

NAMESPACE_DECL

public static final int NAMESPACE_DECL

This 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'.

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.

Constructors

MbXMLNS

public MbXMLNS() 

Class Hierarchy All Classes All Fields and Methods