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 {@link SVGAltGlyphElement#getFormat()}. |
String | getGlyphRef()
DOM: Implements {@link SVGAltGlyphElement#getGlyphRef()}. |
String | getLocalName()
DOM: Implements {@link Node#getLocalName()}. |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
void | setFormat(String format)
DOM: Implements {@link SVGAltGlyphElement#setFormat(String)}. |
void | setGlyphRef(String glyphRef)
DOM: Implements {@link SVGAltGlyphElement#setGlyphRef(String)}. |
Parameters: prefix The namespace prefix. owner The owner document.
Returns: null if this element has no attribute with a default value.