Class XBLOMDefinitionElement

    • Constructor Detail

      • XBLOMDefinitionElement

        protected XBLOMDefinitionElement()
        Creates a new XBLOMDefinitionElement.
      • XBLOMDefinitionElement

        public XBLOMDefinitionElement​(java.lang.String prefix,
                                      AbstractDocument owner)
        Creates a new XBLOMDefinitionElement.
        Parameters:
        prefix - The namespace prefix.
        owner - The owner document.
    • Method Detail

      • getLocalName

        public java.lang.String getLocalName()
        DOM: Implements Node.getLocalName().
        Specified by:
        getLocalName in interface org.w3c.dom.Node
        Overrides:
        getLocalName in class AbstractNode
      • newNode

        protected org.w3c.dom.Node newNode()
        Returns a new uninitialized instance of this object's class.
        Specified by:
        newNode in class AbstractNode
      • getElementNamespaceURI

        public java.lang.String getElementNamespaceURI()
        Returns the namspace URI of elements this definition will bind.
      • getElementLocalName

        public java.lang.String getElementLocalName()
        Returns the local name of elements this definition will bind.