org.apache.batik.dom.svg

Class SVGURIReferenceGraphicsElement

public abstract class SVGURIReferenceGraphicsElement extends SVGGraphicsElement

This class provides support for Xlink to a graphics element.
Field Summary
protected SVGOMAnimatedStringhref
The 'xlink:href' attribute value.
protected static DoublyIndexedTablexmlTraitInformation
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
SVGAnimatedStringgetHref()
DOM: Implements {@link 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

SVGURIReferenceGraphicsElement

protected SVGURIReferenceGraphicsElement()
Creates a new SVGURIReferenceGraphicsElement object.

SVGURIReferenceGraphicsElement

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

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

Method Detail

getHref

public SVGAnimatedString getHref()
DOM: Implements {@link 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) 2007 Apache Software Foundation. All Rights Reserved.