protected class DefaultXBLManager.XBLRecord
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
BindableElement |
boundElement |
The bound element that owns this shadow tree, if this node
is an XBLOMShadowTreeElement.
|
DefaultXBLManager.XblChildNodes |
childNodes |
The xblChildNodes NodeList for this node.
|
XBLOMContentElement |
contentElement |
The content element which caused this node to appear in the
flattened tree.
|
XBLOMDefinitionElement |
definitionElement |
The definition element that applies to this element.
|
boolean |
linksValid |
Whether the next/previous links are valid.
|
org.w3c.dom.Node |
nextSibling |
The following sibling in the flattened tree.
|
org.w3c.dom.Node |
node |
The node.
|
org.w3c.dom.Node |
previousSibling |
The previous sibling in the flattened tree.
|
DefaultXBLManager.XblScopedChildNodes |
scopedChildNodes |
The xblScopedChildNodes NodeList for this node.
|
| Modifier | Constructor | Description |
|---|---|---|
protected |
XBLRecord() |
public org.w3c.dom.Node node
public DefaultXBLManager.XblChildNodes childNodes
public DefaultXBLManager.XblScopedChildNodes scopedChildNodes
public XBLOMContentElement contentElement
public XBLOMDefinitionElement definitionElement
public BindableElement boundElement
public boolean linksValid
public org.w3c.dom.Node nextSibling
public org.w3c.dom.Node previousSibling
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.