Class SVGOMAltGlyphElement

    • Field Detail

      • attributeInitializer

        protected static final AttributeInitializer attributeInitializer
        The attribute initializer.
    • Constructor Detail

      • SVGOMAltGlyphElement

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

        public SVGOMAltGlyphElement​(java.lang.String prefix,
                                    AbstractDocument owner)
        Creates a new SVGOMAltGlyphElement object.
        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
      • getGlyphRef

        public java.lang.String getGlyphRef()
        DOM: Implements SVGAltGlyphElement.getGlyphRef().
        Specified by:
        getGlyphRef in interface org.w3c.dom.svg.SVGAltGlyphElement
      • setGlyphRef

        public void setGlyphRef​(java.lang.String glyphRef)
                         throws org.w3c.dom.DOMException
        DOM: Implements SVGAltGlyphElement.setGlyphRef(String).
        Specified by:
        setGlyphRef in interface org.w3c.dom.svg.SVGAltGlyphElement
        Throws:
        org.w3c.dom.DOMException
      • getFormat

        public java.lang.String getFormat()
        DOM: Implements SVGAltGlyphElement.getFormat().
        Specified by:
        getFormat in interface org.w3c.dom.svg.SVGAltGlyphElement
      • setFormat

        public void setFormat​(java.lang.String format)
                       throws org.w3c.dom.DOMException
        DOM: Implements SVGAltGlyphElement.setFormat(String).
        Specified by:
        setFormat in interface org.w3c.dom.svg.SVGAltGlyphElement
        Throws:
        org.w3c.dom.DOMException
      • newNode

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