org.apache.batik.dom.svg
public abstract class SVGURIReferenceTextPositioningElement extends SVGOMTextPositioningElement implements SVGURIReference
| Field Summary | |
|---|---|
| protected SVGOMAnimatedString | href
The 'xlink:href' attribute value. |
| protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
| Constructor Summary | |
|---|---|
| protected | SVGURIReferenceTextPositioningElement()
Creates a new SVGURIReferenceTextPositioningElement object. |
| protected | SVGURIReferenceTextPositioningElement(String prefix, AbstractDocument owner)
Creates a new SVGURIReferenceTextPositioningElement object. |
| Method Summary | |
|---|---|
| SVGAnimatedString | getHref()
DOM: Implements org.w3c.dom.svg.SVGURIReference#getHref(). |
| protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
| protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
Parameters: prefix The namespace prefix. owner The owner document.