org.apache.batik.dom.svg
public class SVGOMScriptElement extends SVGOMURIReferenceElement implements SVGScriptElement
Field Summary | |
---|---|
protected static AttributeInitializer | attributeInitializer
The attribute initializer. |
protected SVGOMAnimatedBoolean | externalResourcesRequired
The 'externalResourcesRequired' attribute value. |
protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
Constructor Summary | |
---|---|
protected | SVGOMScriptElement()
Creates a new SVGOMScriptElement object. |
SVGOMScriptElement(String prefix, AbstractDocument owner)
Creates a new SVGOMScriptElement object. |
Method Summary | |
---|---|
protected AttributeInitializer | getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
SVGAnimatedBoolean | getExternalResourcesRequired()
DOM: Implements {@link
org.w3c.dom.svg.SVGExternalResourcesRequired}. |
String | getLocalName()
DOM: Implements {@link Node#getLocalName()}. |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
String | getType()
DOM: Implements {@link SVGScriptElement#getType()}. |
protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
void | setType(String type)
DOM: Implements {@link SVGScriptElement#setType(String)}. |
Parameters: prefix The namespace prefix. owner The owner document.
Returns: null if this element has no attribute with a default value.