org.apache.batik.dom.svg

Class SVGURIReferenceTextPositioningElement

public abstract class SVGURIReferenceTextPositioningElement extends SVGOMTextPositioningElement implements SVGURIReference

This class implements both {@link org.w3c.dom.svg.SVGTextPositioningElement} and {@link SVGURIReference}..
Field Summary
protected SVGOMAnimatedStringhref
The 'xlink:href' attribute value.
protected static DoublyIndexedTablexmlTraitInformation
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
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

SVGURIReferenceTextPositioningElement

protected SVGURIReferenceTextPositioningElement()
Creates a new SVGURIReferenceTextPositioningElement object.

SVGURIReferenceTextPositioningElement

protected SVGURIReferenceTextPositioningElement(String prefix, AbstractDocument owner)
Creates a new SVGURIReferenceTextPositioningElement 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.