org.apache.batik.dom.xbl

Interface NodeXBL

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
ElementgetXblBoundElement()
Get the bound element whose shadow tree this current node resides in.
NodeListgetXblChildNodes()
Get the list of child nodes of this node in the fully flattened tree.
NodeListgetXblDefinitions()
Get the xbl:definition elements currently binding this element.
NodegetXblFirstChild()
Get the first child node of this node in the fully flattened tree.
ElementgetXblFirstElementChild()
Get the first element child of this node in the fully flattened tree.
NodegetXblLastChild()
Get the last child node of this node in the fully flattened tree.
ElementgetXblLastElementChild()
Get the last element child of this node in the fully flattened tree.
ElementgetXblNextElementSibling()
Get the first element that follows the current node in the xblParentNode's xblChildNodes list.
NodegetXblNextSibling()
Get the node which directly follows the current node in the xblParentNode's xblChildNodes list.
NodegetXblParentNode()
Get the parent of this node in the fully flattened tree.
ElementgetXblPreviousElementSibling()
Get the first element that precedes the current node in the xblParentNode's xblChildNodes list.
NodegetXblPreviousSibling()
Get the node which directly precedes the current node in the xblParentNode's xblChildNodes list.
NodeListgetXblScopedChildNodes()
Get the list of child nodes of this node in the fully flattened tree that are within the same shadow scope.
ElementgetXblShadowTree()
Get the shadow tree of this node.

Method Detail

getXblBoundElement

public Element getXblBoundElement()
Get the bound element whose shadow tree this current node resides in.

getXblChildNodes

public NodeList getXblChildNodes()
Get the list of child nodes of this node in the fully flattened tree.

getXblDefinitions

public NodeList getXblDefinitions()
Get the xbl:definition elements currently binding this element.

getXblFirstChild

public Node getXblFirstChild()
Get the first child node of this node in the fully flattened tree.

getXblFirstElementChild

public Element getXblFirstElementChild()
Get the first element child of this node in the fully flattened tree.

getXblLastChild

public Node getXblLastChild()
Get the last child node of this node in the fully flattened tree.

getXblLastElementChild

public Element getXblLastElementChild()
Get the last element child of this node in the fully flattened tree.

getXblNextElementSibling

public Element getXblNextElementSibling()
Get the first element that follows the current node in the xblParentNode's xblChildNodes list.

getXblNextSibling

public Node getXblNextSibling()
Get the node which directly follows the current node in the xblParentNode's xblChildNodes list.

getXblParentNode

public Node getXblParentNode()
Get the parent of this node in the fully flattened tree.

getXblPreviousElementSibling

public Element getXblPreviousElementSibling()
Get the first element that precedes the current node in the xblParentNode's xblChildNodes list.

getXblPreviousSibling

public Node getXblPreviousSibling()
Get the node which directly precedes the current node in the xblParentNode's xblChildNodes list.

getXblScopedChildNodes

public NodeList getXblScopedChildNodes()
Get the list of child nodes of this node in the fully flattened tree that are within the same shadow scope.

getXblShadowTree

public Element getXblShadowTree()
Get the shadow tree of this node.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.