org.apache.batik.dom.svg
public class SVGOMCursorElement extends SVGOMURIReferenceElement implements SVGCursorElement
Field Summary | |
---|---|
protected static AttributeInitializer | attributeInitializer
The attribute initializer. |
protected SVGOMAnimatedBoolean | externalResourcesRequired
The 'externalResourcesRequired' attribute value. |
protected SVGOMAnimatedLength | x
The 'x' attribute value. |
protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
protected SVGOMAnimatedLength | y
The 'y' attribute value. |
Constructor Summary | |
---|---|
protected | SVGOMCursorElement()
Creates a new SVGOMCursorElement object. |
SVGOMCursorElement(String prefix, AbstractDocument owner)
Creates a new SVGOMCursorElement object. |
Method Summary | |
---|---|
protected AttributeInitializer | getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
SVGAnimatedBoolean | getExternalResourcesRequired()
DOM: Implements org.w3c.dom.svg.SVGExternalResourcesRequired#getExternalResourcesRequired(). |
String | getLocalName()
DOM: Implements Node#getLocalName(). |
SVGStringList | getRequiredExtensions()
DOM: Implements org.w3c.dom.svg.SVGTests#getRequiredExtensions(). |
SVGStringList | getRequiredFeatures()
DOM: Implements org.w3c.dom.svg.SVGTests#getRequiredFeatures(). |
SVGStringList | getSystemLanguage()
DOM: Implements org.w3c.dom.svg.SVGTests#getSystemLanguage(). |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
SVGAnimatedLength | getX()
DOM: Implements SVGCursorElement#getX(). |
SVGAnimatedLength | getY()
DOM: Implements SVGCursorElement#getY(). |
boolean | hasExtension(String extension)
DOM: Implements org.w3c.dom.svg.SVGTests#hasExtension(String). |
protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
Parameters: prefix The namespace prefix. owner The owner document.
Returns: null if this element has no attribute with a default value.