protected class DefaultXBLManager.XblChildNodes
extends java.lang.Object
implements org.w3c.dom.NodeList
Modifier and Type | Field and Description |
---|---|
protected java.util.List |
nodes
The nodes.
|
protected DefaultXBLManager.XBLRecord |
record
The XBLRecord.
|
protected int |
size
The number of nodes.
|
Constructor and Description |
---|
XblChildNodes(DefaultXBLManager.XBLRecord rec)
Creates a new XblChildNodes.
|
Modifier and Type | Method and 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.NodeList
public int getLength()
NodeList.getLength()
.getLength
in interface org.w3c.dom.NodeList
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.