|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jclark.xsl.dom.SiblingNodeIterator
Field Summary | |
(package private) int |
childIndex
|
(package private) org.w3c.dom.Node |
domNode
|
(package private) NodeBase |
node
|
(package private) ContainerNode |
parent
|
(package private) int |
preserveSpace
|
Constructor Summary | |
(package private) |
SiblingNodeIterator(ContainerNode parent,
int childIndex,
org.w3c.dom.Node domNode)
|
Method Summary | |
(package private) void |
advance()
|
static int |
computeChildIndex(ContainerNode parent,
org.w3c.dom.Node domNode)
|
Node |
next()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
ContainerNode parent
int childIndex
NodeBase node
org.w3c.dom.Node domNode
int preserveSpace
Constructor Detail |
SiblingNodeIterator(ContainerNode parent, int childIndex, org.w3c.dom.Node domNode)
Method Detail |
final void advance()
public static int computeChildIndex(ContainerNode parent, org.w3c.dom.Node domNode)
public Node next()
next
in interface SafeNodeIterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |