org.apache.batik.dom.svg

Class SVGOMURIReferenceElement

public abstract class SVGOMURIReferenceElement extends SVGOMElement implements SVGURIReference

This class implements SVGURIReference.
Field Summary
protected SVGOMAnimatedStringhref
The 'xlink:href' attribute value.
protected static DoublyIndexedTablexmlTraitInformation
Table mapping XML attribute names to TraitInformation objects.
Constructor Summary
protected SVGOMURIReferenceElement()
Creates a new SVGOMURIReferenceElement object.
protected SVGOMURIReferenceElement(String prefix, AbstractDocument owner)
Creates a new SVGOMURIReferenceElement object.
Method Summary
SVGAnimatedStringgetHref()
DOM: Implements org.w3c.dom.svg.SVGURIReference#getHref().
protected DoublyIndexedTablegetTraitInformationTable()
Returns the table of TraitInformation objects for this element.
protected voidinitializeAllLiveAttributes()
Initializes all live attributes for this element.

Field Detail

href

protected SVGOMAnimatedString href
The 'xlink:href' attribute value.

xmlTraitInformation

protected static DoublyIndexedTable xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects.

Constructor Detail

SVGOMURIReferenceElement

protected SVGOMURIReferenceElement()
Creates a new SVGOMURIReferenceElement object.

SVGOMURIReferenceElement

protected SVGOMURIReferenceElement(String prefix, AbstractDocument owner)
Creates a new SVGOMURIReferenceElement object.

Parameters: prefix The namespace prefix. owner The owner document.

Method Detail

getHref

public SVGAnimatedString getHref()
DOM: Implements org.w3c.dom.svg.SVGURIReference#getHref().

getTraitInformationTable

protected DoublyIndexedTable getTraitInformationTable()
Returns the table of TraitInformation objects for this element.

initializeAllLiveAttributes

protected void initializeAllLiveAttributes()
Initializes all live attributes for this element.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.