org.apache.batik.dom.svg
public class SVGOMSymbolElement extends SVGStylableElement implements SVGSymbolElement
| Field Summary | |
|---|---|
| protected static AttributeInitializer | attributeInitializer
The attribute initializer. |
| protected SVGOMAnimatedBoolean | externalResourcesRequired
The 'externalResourcesRequired' attribute value. |
| protected SVGOMAnimatedPreserveAspectRatio | preserveAspectRatio
The 'preserveAspectRatio' attribute value. |
| protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
| Constructor Summary | |
|---|---|
| protected | SVGOMSymbolElement()
Creates a new SVGOMSymbolElement object. |
| SVGOMSymbolElement(String prefix, AbstractDocument owner)
Creates a new SVGOMSymbolElement object. | |
| Method Summary | |
|---|---|
| protected AttributeInitializer | getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
| SVGAnimatedBoolean | getExternalResourcesRequired()
DOM: Implements org.w3c.dom.svg.SVGExternalResourcesRequired. |
| String | getLocalName()
DOM: Implements Node#getLocalName(). |
| SVGAnimatedPreserveAspectRatio | getPreserveAspectRatio()
DOM: Implements org.w3c.dom.svg.SVGFitToViewBox#getPreserveAspectRatio(). |
| protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
| SVGAnimatedRect | getViewBox()
DOM: Implements org.w3c.dom.svg.SVGFitToViewBox#getViewBox(). |
| String | getXMLlang()
DOM: Returns the xml:lang attribute value. |
| String | getXMLspace()
DOM: Returns the xml:space attribute value. |
| short | getZoomAndPan()
DOM: Implements org.w3c.dom.svg.SVGZoomAndPan#getZoomAndPan(). |
| protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
| protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
| void | setXMLlang(String lang)
DOM: Sets the xml:lang attribute value. |
| void | setXMLspace(String space)
DOM: Sets the xml:space attribute value. |
| void | setZoomAndPan(short val)
DOM: Implements org.w3c.dom.svg.SVGZoomAndPan#getZoomAndPan(). |
Parameters: prefix The namespace prefix. owner The owner document.
Returns: null if this element has no attribute with a default value.