org.apache.batik.dom.svg

Class SVGOMAnimateTransformElement

public class SVGOMAnimateTransformElement extends SVGOMAnimationElement implements SVGAnimateTransformElement

This class implements {@link SVGAnimateTransformElement}.
Field Summary
protected static AttributeInitializerattributeInitializer
The attribute initializer.
Constructor Summary
protected SVGOMAnimateTransformElement()
Creates a new SVGOMAnimateTransformElement object.
SVGOMAnimateTransformElement(String prefix, AbstractDocument owner)
Creates a new SVGOMAnimateTransformElement object.
Method Summary
protected AttributeInitializergetAttributeInitializer()
Returns the AttributeInitializer for this element type.
StringgetLocalName()
DOM: Implements {@link Node#getLocalName()}.
protected NodenewNode()
Returns a new uninitialized instance of this object's class.

Field Detail

attributeInitializer

protected static final AttributeInitializer attributeInitializer
The attribute initializer.

Constructor Detail

SVGOMAnimateTransformElement

protected SVGOMAnimateTransformElement()
Creates a new SVGOMAnimateTransformElement object.

SVGOMAnimateTransformElement

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

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

Method Detail

getAttributeInitializer

protected AttributeInitializer getAttributeInitializer()
Returns the AttributeInitializer for this element type.

Returns: null if this element has no attribute with a default value.

getLocalName

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

newNode

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