org.apache.batik.dom.svg12
public class BindableElement extends SVGGraphicsElement
| Field Summary | |
|---|---|
| protected String | localName
The local name of the custom element. |
| protected String | namespaceURI
The namespace URI of the custom element. |
| protected XBLOMShadowTreeElement | xblShadowTree
The shadow tree. |
| Constructor Summary | |
|---|---|
| protected | BindableElement()
Creates a new BindableElement object. |
| BindableElement(String prefix, AbstractDocument owner, String ns, String ln)
Creates a new BindableElement object. | |
| Method Summary | |
|---|---|
| protected AttributeInitializer | getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
| Node | getCSSFirstChild()
Returns the shadow tree. |
| Node | getCSSLastChild()
Returns the shadow tree. |
| String | getLocalName()
DOM: Implements Node#getLocalName(). |
| String | getNamespaceURI()
DOM: Implements Node#getNamespaceURI(). |
| XBLOMShadowTreeElement | getShadowTree()
Returns the shadow tree for this bindable element. |
| protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
| void | setShadowTree(XBLOMShadowTreeElement s)
Sets the shadow tree for this bindable element. |
Parameters: prefix The namespace prefix. owner The owner document. ns The namespace of the custom element. ln The local name of the custom element.
Returns: null if this element has no attribute with a default value.