org.apache.batik.bridge.svg12

Class DefaultXBLManager.XBLRecord

protected class DefaultXBLManager.XBLRecord extends Object

XBL record.
Field Summary
BindableElementboundElement
The bound element that owns this shadow tree, if this node is an XBLOMShadowTreeElement.
DefaultXBLManager.XblChildNodeschildNodes
The xblChildNodes NodeList for this node.
XBLOMContentElementcontentElement
The content element which caused this node to appear in the flattened tree.
XBLOMDefinitionElementdefinitionElement
The definition element that applies to this element.
booleanlinksValid
Whether the next/previous links are valid.
NodenextSibling
The following sibling in the flattened tree.
Nodenode
The node.
NodepreviousSibling
The previous sibling in the flattened tree.
DefaultXBLManager.XblScopedChildNodesscopedChildNodes
The xblScopedChildNodes NodeList for this node.

Field Detail

boundElement

public BindableElement boundElement
The bound element that owns this shadow tree, if this node is an XBLOMShadowTreeElement.

childNodes

public DefaultXBLManager.XblChildNodes childNodes
The xblChildNodes NodeList for this node.

contentElement

public XBLOMContentElement contentElement
The content element which caused this node to appear in the flattened tree.

definitionElement

public XBLOMDefinitionElement definitionElement
The definition element that applies to this element.

linksValid

public boolean linksValid
Whether the next/previous links are valid.

nextSibling

public Node nextSibling
The following sibling in the flattened tree.

node

public Node node
The node.

previousSibling

public Node previousSibling
The previous sibling in the flattened tree.

scopedChildNodes

public DefaultXBLManager.XblScopedChildNodes scopedChildNodes
The xblScopedChildNodes NodeList for this node.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.