org.apache.batik.dom.svg

Class SVGOMStopElement

public class SVGOMStopElement extends SVGStylableElement implements SVGStopElement

This class implements {@link org.w3c.dom.svg.SVGStopElement}.
Field Summary
protected SVGOMAnimatedNumberoffset
The 'offset' attribute value.
protected static DoublyIndexedTablexmlTraitInformation
Table mapping XML attribute names to TraitInformation objects.
Constructor Summary
protected SVGOMStopElement()
Creates a new SVGOMStopElement object.
SVGOMStopElement(String prefix, AbstractDocument owner)
Creates a new SVGOMStopElement object.
Method Summary
StringgetLocalName()
DOM: Implements {@link Node#getLocalName()}.
SVGAnimatedNumbergetOffset()
DOM: Implements {@link org.w3c.dom.svg.SVGStopElement#getOffset()}.
protected DoublyIndexedTablegetTraitInformationTable()
Returns the table of TraitInformation objects for this element.
protected voidinitializeAllLiveAttributes()
Initializes all live attributes for this element.
protected NodenewNode()
Returns a new uninitialized instance of this object's class.

Field Detail

offset

protected SVGOMAnimatedNumber offset
The 'offset' attribute value.

xmlTraitInformation

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

Constructor Detail

SVGOMStopElement

protected SVGOMStopElement()
Creates a new SVGOMStopElement object.

SVGOMStopElement

public SVGOMStopElement(String prefix, AbstractDocument owner)
Creates a new SVGOMStopElement object.

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

Method Detail

getLocalName

public String getLocalName()
DOM: Implements {@link Node#getLocalName()}.

getOffset

public SVGAnimatedNumber getOffset()
DOM: Implements {@link org.w3c.dom.svg.SVGStopElement#getOffset()}.

getTraitInformationTable

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

initializeAllLiveAttributes

protected void initializeAllLiveAttributes()
Initializes all live attributes for this element.

newNode

protected Node newNode()
Returns a new uninitialized instance of this object's class.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.