Package org.apache.batik.bridge.svg12
Class DefaultXBLManager.XBLRecord
- java.lang.Object
-
- org.apache.batik.bridge.svg12.DefaultXBLManager.XBLRecord
-
- Enclosing class:
- DefaultXBLManager
protected class DefaultXBLManager.XBLRecord extends java.lang.ObjectXBL record.
-
-
Field Summary
Fields Modifier and Type Field Description BindableElementboundElementThe bound element that owns this shadow tree, if this node is an XBLOMShadowTreeElement.DefaultXBLManager.XblChildNodeschildNodesThe xblChildNodes NodeList for this node.XBLOMContentElementcontentElementThe content element which caused this node to appear in the flattened tree.XBLOMDefinitionElementdefinitionElementThe definition element that applies to this element.booleanlinksValidWhether the next/previous links are valid.org.w3c.dom.NodenextSiblingThe following sibling in the flattened tree.org.w3c.dom.NodenodeThe node.org.w3c.dom.NodepreviousSiblingThe previous sibling in the flattened tree.DefaultXBLManager.XblScopedChildNodesscopedChildNodesThe xblScopedChildNodes NodeList for this node.
-
Constructor Summary
Constructors Modifier Constructor Description protectedXBLRecord()
-
-
-
Field Detail
-
node
public org.w3c.dom.Node node
The node.
-
childNodes
public DefaultXBLManager.XblChildNodes childNodes
The xblChildNodes NodeList for this node.
-
scopedChildNodes
public DefaultXBLManager.XblScopedChildNodes scopedChildNodes
The xblScopedChildNodes 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.
-
boundElement
public BindableElement boundElement
The bound element that owns this shadow tree, if this node is an XBLOMShadowTreeElement.
-
linksValid
public boolean linksValid
Whether the next/previous links are valid.
-
nextSibling
public org.w3c.dom.Node nextSibling
The following sibling in the flattened tree.
-
previousSibling
public org.w3c.dom.Node previousSibling
The previous sibling in the flattened tree.
-
-