org.apache.batik.dom.xbl
public interface NodeXBL
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
getXblBoundElement()
Get the bound element whose shadow tree this current node resides in.
|
org.w3c.dom.NodeList |
getXblChildNodes()
Get the list of child nodes of this node in the fully flattened tree.
|
org.w3c.dom.NodeList |
getXblDefinitions()
Get the xbl:definition elements currently binding this element.
|
org.w3c.dom.Node |
getXblFirstChild()
Get the first child node of this node in the fully flattened tree.
|
org.w3c.dom.Element |
getXblFirstElementChild()
Get the first element child of this node in the fully flattened tree.
|
org.w3c.dom.Node |
getXblLastChild()
Get the last child node of this node in the fully flattened tree.
|
org.w3c.dom.Element |
getXblLastElementChild()
Get the last element child of this node in the fully flattened tree.
|
org.w3c.dom.Element |
getXblNextElementSibling()
Get the first element that follows the current node in the
xblParentNode's xblChildNodes list.
|
org.w3c.dom.Node |
getXblNextSibling()
Get the node which directly follows the current node in the
xblParentNode's xblChildNodes list.
|
org.w3c.dom.Node |
getXblParentNode()
Get the parent of this node in the fully flattened tree.
|
org.w3c.dom.Element |
getXblPreviousElementSibling()
Get the first element that precedes the current node in the
xblParentNode's xblChildNodes list.
|
org.w3c.dom.Node |
getXblPreviousSibling()
Get the node which directly precedes the current node in the
xblParentNode's xblChildNodes list.
|
org.w3c.dom.NodeList |
getXblScopedChildNodes()
Get the list of child nodes of this node in the fully flattened tree
that are within the same shadow scope.
|
org.w3c.dom.Element |
getXblShadowTree()
Get the shadow tree of this node.
|
org.w3c.dom.Node getXblParentNode()
org.w3c.dom.NodeList getXblChildNodes()
org.w3c.dom.NodeList getXblScopedChildNodes()
org.w3c.dom.Node getXblFirstChild()
org.w3c.dom.Node getXblLastChild()
org.w3c.dom.Node getXblPreviousSibling()
org.w3c.dom.Node getXblNextSibling()
org.w3c.dom.Element getXblFirstElementChild()
org.w3c.dom.Element getXblLastElementChild()
org.w3c.dom.Element getXblPreviousElementSibling()
org.w3c.dom.Element getXblNextElementSibling()
org.w3c.dom.Element getXblBoundElement()
org.w3c.dom.Element getXblShadowTree()
org.w3c.dom.NodeList getXblDefinitions()
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.