|
||||||||||
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 java.util.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 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. |
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 java.util.List nodes
protected int size
Constructor Detail |
---|
public DefaultXBLManager.XblChildNodes(DefaultXBLManager.XBLRecord rec)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |