Class XBLOMElement

    • Field Detail

      • prefix

        protected java.lang.String prefix
        The element prefix.
    • Constructor Detail

      • XBLOMElement

        protected XBLOMElement()
        Creates a new XBLOMElement.
      • XBLOMElement

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

      • getNodeName

        public java.lang.String getNodeName()
        DOM: Implements Node.getNodeName().
        Specified by:
        getNodeName in interface org.w3c.dom.Node
        Overrides:
        getNodeName in class SVGOMElement
      • getNamespaceURI

        public java.lang.String getNamespaceURI()
        DOM: Implements Node.getNamespaceURI().
        Specified by:
        getNamespaceURI in interface org.w3c.dom.Node
        Overrides:
        getNamespaceURI in class SVGOMElement
        Returns:
        null.
      • setPrefix

        public void setPrefix​(java.lang.String prefix)
                       throws org.w3c.dom.DOMException
        DOM: Implements Node.setPrefix(String).
        Specified by:
        setPrefix in interface org.w3c.dom.Node
        Overrides:
        setPrefix in class SVGOMElement
        Throws:
        org.w3c.dom.DOMException
      • export

        protected org.w3c.dom.Node export​(org.w3c.dom.Node n,
                                          AbstractDocument d)
        Exports this node to the given document.
        Overrides:
        export in class SVGOMElement
        Parameters:
        n - The clone node.
        d - The destination document.
      • deepExport

        protected org.w3c.dom.Node deepExport​(org.w3c.dom.Node n,
                                              AbstractDocument d)
        Deeply exports this node to the given document.
        Overrides:
        deepExport in class SVGOMElement
        Parameters:
        n - The clone node.
        d - The destination document.
      • copyInto

        protected org.w3c.dom.Node copyInto​(org.w3c.dom.Node n)
        Copy the fields of the current node into the given node.
        Overrides:
        copyInto in class SVGOMElement
        Parameters:
        n - a node of the type of this.
      • deepCopyInto

        protected org.w3c.dom.Node deepCopyInto​(org.w3c.dom.Node n)
        Deeply copy the fields of the current node into the given node.
        Overrides:
        deepCopyInto in class SVGOMElement
        Parameters:
        n - a node of the type of this.