com.jclark.xsl.dom
class SiblingNodeIterator extends Object implements SafeNodeIterator
Field Summary | |
---|---|
int | childIndex |
Node | domNode |
NodeBase | node |
ContainerNode | parent |
int | preserveSpace |
Constructor Summary | |
---|---|
SiblingNodeIterator(ContainerNode parent, int childIndex, Node domNode) |
Method Summary | |
---|---|
void | advance() |
static int | computeChildIndex(ContainerNode parent, Node domNode) |
Node | next() |