org.apache.batik.dom.svg12

Class XBLOMShadowTreeElement

public class XBLOMShadowTreeElement extends XBLOMElement implements XBLShadowTreeElement, IdContainer

This class implements the xbl:shadowTree element.
Constructor Summary
protected XBLOMShadowTreeElement()
Creates a new XBLOMShadowTreeElement.
XBLOMShadowTreeElement(String prefix, AbstractDocument owner)
Creates a new XBLOMShadowTreeElement.
Method Summary
NodegetCSSParentNode()
Returns the parent of the imported element, from the CSS point of view.
ElementgetElementById(String elementId)
Returns the Element that has an ID attribute with the given value.
protected ElementgetElementById(String elementId, Node n)
StringgetLocalName()
DOM: Implements Node#getLocalName().
protected NodenewNode()
Returns a new uninitialized instance of this object's class.

Constructor Detail

XBLOMShadowTreeElement

protected XBLOMShadowTreeElement()
Creates a new XBLOMShadowTreeElement.

XBLOMShadowTreeElement

public XBLOMShadowTreeElement(String prefix, AbstractDocument owner)
Creates a new XBLOMShadowTreeElement.

Parameters: prefix The namespace prefix. owner The owner document.

Method Detail

getCSSParentNode

public Node getCSSParentNode()
Returns the parent of the imported element, from the CSS point of view.

getElementById

public Element getElementById(String elementId)
Returns the Element that has an ID attribute with the given value.

getElementById

protected Element getElementById(String elementId, Node n)

getLocalName

public String getLocalName()
DOM: Implements Node#getLocalName().

newNode

protected Node newNode()
Returns a new uninitialized instance of this object's class.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.