org.apache.batik.dom.svg

Class SVGOMAltGlyphElement

public class SVGOMAltGlyphElement extends SVGURIReferenceTextPositioningElement implements SVGAltGlyphElement

This class implements {@link SVGAltGlyphElement}.
Field Summary
protected static AttributeInitializerattributeInitializer
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 AttributeInitializergetAttributeInitializer()
Returns the AttributeInitializer for this element type.
StringgetFormat()
DOM: Implements {@link SVGAltGlyphElement#getFormat()}.
StringgetGlyphRef()
DOM: Implements {@link SVGAltGlyphElement#getGlyphRef()}.
StringgetLocalName()
DOM: Implements {@link Node#getLocalName()}.
protected NodenewNode()
Returns a new uninitialized instance of this object's class.
voidsetFormat(String format)
DOM: Implements {@link SVGAltGlyphElement#setFormat(String)}.
voidsetGlyphRef(String glyphRef)
DOM: Implements {@link SVGAltGlyphElement#setGlyphRef(String)}.

Field Detail

attributeInitializer

protected static final AttributeInitializer attributeInitializer
The attribute initializer.

Constructor Detail

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 Detail

getAttributeInitializer

protected AttributeInitializer getAttributeInitializer()
Returns the AttributeInitializer for this element type.

Returns: null if this element has no attribute with a default value.

getFormat

public String getFormat()
DOM: Implements {@link SVGAltGlyphElement#getFormat()}.

getGlyphRef

public String getGlyphRef()
DOM: Implements {@link SVGAltGlyphElement#getGlyphRef()}.

getLocalName

public String getLocalName()
DOM: Implements {@link Node#getLocalName()}.

newNode

protected Node newNode()
Returns a new uninitialized instance of this object's class.

setFormat

public void setFormat(String format)
DOM: Implements {@link SVGAltGlyphElement#setFormat(String)}.

setGlyphRef

public void setGlyphRef(String glyphRef)
DOM: Implements {@link SVGAltGlyphElement#setGlyphRef(String)}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.