com.ibm.broker.plugin

Class 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 Detail

      • 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
      • 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'.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MbXMLNS

        public MbXMLNS()
IBM Integration BusTM
JavaTM Plugin Node API