protected class DefaultXBLManager.XblChildNodes extends Object implements NodeList
Modifier and Type | Field and Description |
---|---|
protected 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 Node |
collectXblChildNodes(Node n,
Node prev)
Find the XBL child nodes of this element.
|
Node |
getFirstNode()
Returns the first node in the list.
|
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.
|
Node |
item(int index)
DOM: Implements
NodeList.item(int) . |
protected void |
update()
Update the NodeList.
|
protected DefaultXBLManager.XBLRecord record
protected List nodes
protected int size
public XblChildNodes(DefaultXBLManager.XBLRecord rec)
protected void update()
protected Node collectXblChildNodes(Node n, Node prev)
public void invalidate()
public Node getFirstNode()
public Node getLastNode()
public Node item(int index)
NodeList.item(int)
.public int getLength()
NodeList.getLength()
.Copyright © 2000–2022 Apache Software Foundation. All rights reserved.