Module io.sf.carte.echosvg.bridge
Package io.sf.carte.echosvg.bridge.svg12
Class DefaultXBLManager.XBLRecord
java.lang.Object
io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XBLRecord
- Enclosing class:
DefaultXBLManager
XBL record.
-
Field Summary
Modifier and TypeFieldDescriptionThe bound element that owns this shadow tree, if this node is an XBLOMShadowTreeElement.The xblChildNodes NodeList for this node.The content element which caused this node to appear in the flattened tree.The definition element that applies to this element.boolean
Whether the next/previous links are valid.The following sibling in the flattened tree.The node.The previous sibling in the flattened tree.The xblScopedChildNodes NodeList for this node. -
Constructor Summary
-
Method Summary
-
Field Details
-
node
The node. -
childNodes
The xblChildNodes NodeList for this node. -
scopedChildNodes
The xblScopedChildNodes NodeList for this node. -
contentElement
The content element which caused this node to appear in the flattened tree. -
definitionElement
The definition element that applies to this element. -
boundElement
The bound element that owns this shadow tree, if this node is an XBLOMShadowTreeElement. -
linksValid
public boolean linksValidWhether the next/previous links are valid. -
nextSibling
The following sibling in the flattened tree. -
previousSibling
The previous sibling in the flattened tree.
-
-
Constructor Details
-
XBLRecord
protected XBLRecord()
-