org.apache.batik.dom.svg
public class SVGOMAElement extends SVGURIReferenceGraphicsElement implements SVGAElement
| Field Summary | |
|---|---|
| protected static AttributeInitializer | attributeInitializer
The attribute initializer. |
| protected SVGOMAnimatedString | target
The 'target' attribute value. |
| protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
| Constructor Summary | |
|---|---|
| protected | SVGOMAElement()
Creates a new SVGOMAElement object. |
| SVGOMAElement(String prefix, AbstractDocument owner)
Creates a new SVGOMAElement object. | |
| Method Summary | |
|---|---|
| protected AttributeInitializer | getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
| String | getLocalName()
DOM: Implements Node#getLocalName(). |
| SVGAnimatedString | getTarget()
DOM: Implements SVGAElement#getTarget(). |
| protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
| protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
| protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
Parameters: prefix The namespace prefix. owner The owner document.
Returns: null if this element has no attribute with a default value.