org.apache.batik.dom.svg12
public class XBLOMShadowTreeElement extends XBLOMElement implements XBLShadowTreeElement, IdContainer
Constructor Summary | |
---|---|
protected | XBLOMShadowTreeElement()
Creates a new XBLOMShadowTreeElement. |
XBLOMShadowTreeElement(String prefix, AbstractDocument owner)
Creates a new XBLOMShadowTreeElement. |
Method Summary | |
---|---|
Node | getCSSParentNode()
Returns the parent of the imported element, from the CSS
point of view. |
Element | getElementById(String elementId)
Returns the Element that has an ID attribute with the given value. |
protected Element | getElementById(String elementId, Node n) |
String | getLocalName()
DOM: Implements {@link Node#getLocalName()}. |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
Parameters: prefix The namespace prefix. owner The owner document.