org.apache.batik.dom.svg
public abstract class SVGURIReferenceGraphicsElement extends SVGGraphicsElement
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 | SVGURIReferenceGraphicsElement()
Creates a new SVGURIReferenceGraphicsElement object. |
protected | SVGURIReferenceGraphicsElement(String prefix, AbstractDocument owner)
Creates a new SVGURIReferenceGraphicsElement 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.