|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jclark.xsl.dom.SiblingNodeIterator
class 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 | |
---|---|
SiblingNodeIterator(ContainerNode parent,
int childIndex,
org.w3c.dom.Node domNode)
|
Method Summary | |
---|---|
(package private) void |
advance()
|
(package private) static int |
computeChildIndex(ContainerNode parent,
org.w3c.dom.Node domNode)
|
Node |
next()
get the next Node in the list, and don't throw any Exception |
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()
static int computeChildIndex(ContainerNode parent, org.w3c.dom.Node domNode)
public Node next()
SafeNodeIterator
next
in interface NodeIterator
next
in interface SafeNodeIterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |