org.apache.batik.bridge.svg12
protected class DefaultXBLManager.XblChildNodes extends Object implements NodeList
Field Summary | |
---|---|
protected List | nodes
The nodes. |
protected DefaultXBLManager.XBLRecord | record
The XBLRecord. |
protected int | size
The number of nodes. |
Constructor Summary | |
---|---|
XblChildNodes(DefaultXBLManager.XBLRecord rec)
Creates a new XblChildNodes. |
Method Summary | |
---|---|
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 {@link org.w3c.dom.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 {@link org.w3c.dom.NodeList#item(int)}. |
protected void | update()
Update the NodeList. |