Class SVGOMToBeImplementedElement

    • Field Detail

      • localName

        protected java.lang.String localName
        This element's local name
    • Constructor Detail

      • SVGOMToBeImplementedElement

        protected SVGOMToBeImplementedElement()
        Creates a new SVGOMToBeImplementedElement object.
      • SVGOMToBeImplementedElement

        public SVGOMToBeImplementedElement​(java.lang.String prefix,
                                           AbstractDocument owner,
                                           java.lang.String localName)
        Creates a new SVGOMToBeImplementedElement object.
        Parameters:
        prefix - The namespace prefix.
        owner - The owner document.
        localName - the local name for the element.
    • 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
      • 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.