Class SVGOMAltGlyphElement

All Implemented Interfaces:
Serializable, AnimationTarget, XMLConstants, CSSNavigableNode, CSSStylableElement, NodeEventTarget, ExtendedNode, ExtendedTraitAccess, TraitAccess, NodeXBL, XBLManagerData, CSSConstants, SVGConstants, ElementTraversal, Element, EventTarget, Node, org.w3c.dom.svg.SVGAltGlyphElement, org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGExternalResourcesRequired, org.w3c.dom.svg.SVGLangSpace, org.w3c.dom.svg.SVGStylable, org.w3c.dom.svg.SVGTests, org.w3c.dom.svg.SVGTextContentElement, org.w3c.dom.svg.SVGTextPositioningElement, org.w3c.dom.svg.SVGURIReference

public class SVGOMAltGlyphElement extends SVGURIReferenceTextPositioningElement implements org.w3c.dom.svg.SVGAltGlyphElement
This class implements SVGAltGlyphElement.
Version:
$Id: SVGOMAltGlyphElement.java 1733416 2016-03-03 07:07:13Z gadams $
See Also:
  • Field Details

    • attributeInitializer

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

    • SVGOMAltGlyphElement

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

      public SVGOMAltGlyphElement(String prefix, AbstractDocument owner)
      Creates a new SVGOMAltGlyphElement object.
      Parameters:
      prefix - The namespace prefix.
      owner - The owner document.
  • Method Details

    • getLocalName

      public String getLocalName()
      DOM: Implements Node.getLocalName().
      Specified by:
      getLocalName in interface Node
      Overrides:
      getLocalName in class AbstractNode
    • getGlyphRef

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

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

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

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

      protected AttributeInitializer getAttributeInitializer()
      Returns the AttributeInitializer for this element type.
      Overrides:
      getAttributeInitializer in class AbstractElement
      Returns:
      null if this element has no attribute with a default value.
    • newNode

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