Class SVGOMAElement

    • Field Detail

      • attributeInitializer

        protected static final AttributeInitializer attributeInitializer
        The attribute initializer.
      • xmlTraitInformation

        protected static DoublyIndexedTable xmlTraitInformation
        Table mapping XML attribute names to TraitInformation objects.
    • Constructor Detail

      • SVGOMAElement

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

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

      • initializeLiveAttributes

        private void initializeLiveAttributes()
        Initializes the live attribute values of this element.
      • getLocalName

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

        public org.w3c.dom.svg.SVGAnimatedString getTarget()
        DOM: Implements SVGAElement.getTarget().
        Specified by:
        getTarget in interface org.w3c.dom.svg.SVGAElement
      • newNode

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