org.apache.batik.dom.svg
public class SVGOMAltGlyphElement extends SVGURIReferenceTextPositioningElement implements SVGAltGlyphElement
Field Summary | |
---|---|
protected static AttributeInitializer | attributeInitializer
The attribute initializer. |
Constructor Summary | |
---|---|
protected | SVGOMAltGlyphElement()
Creates a new SVGOMAltGlyphElement object. |
SVGOMAltGlyphElement(String prefix, AbstractDocument owner)
Creates a new SVGOMAltGlyphElement object. |
Method Summary | |
---|---|
protected AttributeInitializer | getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
String | getFormat()
DOM: Implements SVGAltGlyphElement#getFormat(). |
String | getGlyphRef()
DOM: Implements SVGAltGlyphElement#getGlyphRef(). |
String | getLocalName()
DOM: Implements Node#getLocalName(). |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
void | setFormat(String format)
DOM: Implements SVGAltGlyphElement#setFormat(String). |
void | setGlyphRef(String glyphRef)
DOM: Implements SVGAltGlyphElement#setGlyphRef(String). |
Parameters: prefix The namespace prefix. owner The owner document.
Returns: null if this element has no attribute with a default value.