|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeXBL
Interface implemented by all nodes that support XBL. Eventually will move to org.w3c.dom.xbl (or some such package).
Method Summary | |
---|---|
Element |
getXblBoundElement()
Get the bound element whose shadow tree this current node resides in. |
NodeList |
getXblChildNodes()
Get the list of child nodes of this node in the fully flattened tree. |
NodeList |
getXblDefinitions()
Get the xbl:definition elements currently binding this element. |
Node |
getXblFirstChild()
Get the first child node of this node in the fully flattened tree. |
Element |
getXblFirstElementChild()
Get the first element child of this node in the fully flattened tree. |
Node |
getXblLastChild()
Get the last child node of this node in the fully flattened tree. |
Element |
getXblLastElementChild()
Get the last element child of this node in the fully flattened tree. |
Element |
getXblNextElementSibling()
Get the first element that follows the current node in the xblParentNode's xblChildNodes list. |
Node |
getXblNextSibling()
Get the node which directly follows the current node in the xblParentNode's xblChildNodes list. |
Node |
getXblParentNode()
Get the parent of this node in the fully flattened tree. |
Element |
getXblPreviousElementSibling()
Get the first element that precedes the current node in the xblParentNode's xblChildNodes list. |
Node |
getXblPreviousSibling()
Get the node which directly precedes the current node in the xblParentNode's xblChildNodes list. |
NodeList |
getXblScopedChildNodes()
Get the list of child nodes of this node in the fully flattened tree that are within the same shadow scope. |
Element |
getXblShadowTree()
Get the shadow tree of this node. |
Method Detail |
---|
Node getXblParentNode()
NodeList getXblChildNodes()
NodeList getXblScopedChildNodes()
Node getXblFirstChild()
Node getXblLastChild()
Node getXblPreviousSibling()
Node getXblNextSibling()
Element getXblFirstElementChild()
Element getXblLastElementChild()
Element getXblPreviousElementSibling()
Element getXblNextElementSibling()
Element getXblBoundElement()
Element getXblShadowTree()
NodeList getXblDefinitions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |