|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.bridge.svg12.DefaultXBLManager.XblChildNodes
protected class DefaultXBLManager.XblChildNodes
To iterate over the XBL child nodes.
| Field Summary | |
|---|---|
protected List |
nodes
The nodes. |
protected DefaultXBLManager.XBLRecord |
record
The XBLRecord. |
protected int |
size
The number of nodes. |
| Constructor Summary | |
|---|---|
DefaultXBLManager.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 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DefaultXBLManager.XBLRecord record
protected List nodes
protected int size
| Constructor Detail |
|---|
public DefaultXBLManager.XblChildNodes(DefaultXBLManager.XBLRecord rec)
| Method Detail |
|---|
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).
item in interface NodeListpublic int getLength()
NodeList.getLength().
getLength in interface NodeList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||