org.apache.batik.dom.svg
public class SVGOMUseShadowRoot extends AbstractDocumentFragment implements CSSNavigableNode, IdContainer
| Field Summary | |
|---|---|
| protected Element | cssParentElement
The parent CSS element. |
| protected boolean | isLocal
Indicates if the imported css element is from
this document. |
| Constructor Summary | |
|---|---|
| protected | SVGOMUseShadowRoot()
Creates a new DocumentFragment object. |
| SVGOMUseShadowRoot(AbstractDocument owner, Element parent, boolean isLocal)
Creates a new DocumentFragment object. | |
| Method Summary | |
|---|---|
| Node | getCSSFirstChild()
Returns the CSS first child node of this node. |
| Node | getCSSLastChild()
Returns the CSS last child of this node. |
| Node | getCSSNextSibling()
Returns the CSS next sibling node of this node. |
| Node | getCSSParentNode()
Returns the CSS parent node of this node. |
| Node | getCSSPreviousSibling()
Returns the CSS previous sibling node of this node. |
| Element | getElementById(String id) |
| NodeEventTarget | getParentNodeEventTarget()
Implements getParentNodeEventTarget. |
| boolean | isHiddenFromSelectors()
Returns whether this node is the root of a (conceptual) hidden tree
that selectors will not work across. |
| boolean | isReadonly()
Tests whether this node is readonly. |
| protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
| void | setReadonly(boolean v)
Sets this node readonly attribute. |