org.w3c.dom.NodeListDefaultXBLManager.XblScopedChildNodesprotected class DefaultXBLManager.XblChildNodes
extends java.lang.Object
implements org.w3c.dom.NodeList
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.List |
nodes |
The nodes.
|
protected DefaultXBLManager.XBLRecord |
record |
The XBLRecord.
|
protected int |
size |
The number of nodes.
|
| Constructor | Description |
|---|---|
XblChildNodes(DefaultXBLManager.XBLRecord rec) |
Creates a new XblChildNodes.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected org.w3c.dom.Node |
collectXblChildNodes(org.w3c.dom.Node n,
org.w3c.dom.Node prev) |
Find the XBL child nodes of this element.
|
org.w3c.dom.Node |
getFirstNode() |
Returns the first node in the list.
|
org.w3c.dom.Node |
getLastNode() |
Returns the last node in the list.
|
int |
getLength() |
DOM: Implements
NodeList.getLength(). |
void |
invalidate() |
Mark the xblNextSibling and xblPreviousSibling variables
on each node in the list as invalid, then invalidate the
NodeList.
|
org.w3c.dom.Node |
item(int index) |
DOM: Implements
NodeList.item(int). |
protected void |
update() |
Update the NodeList.
|
protected DefaultXBLManager.XBLRecord record
protected java.util.List nodes
protected int size
public XblChildNodes(DefaultXBLManager.XBLRecord rec)
protected void update()
protected org.w3c.dom.Node collectXblChildNodes(org.w3c.dom.Node n,
org.w3c.dom.Node prev)
public void invalidate()
public org.w3c.dom.Node getFirstNode()
public org.w3c.dom.Node getLastNode()
public org.w3c.dom.Node item(int index)
NodeList.item(int).item in interface org.w3c.dom.NodeListpublic int getLength()
NodeList.getLength().getLength in interface org.w3c.dom.NodeListCopyright ? 2018 Apache Software Foundation. All Rights Reserved.