Package net.sf.saxon.option.axiom
Class AxiomParentNodeWrapper.ChildWrappingIterator
- java.lang.Object
-
- net.sf.saxon.option.axiom.AxiomParentNodeWrapper.ChildWrappingIterator
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,SequenceIterator
,AxisIterator
- Enclosing class:
- AxiomParentNodeWrapper
protected class AxiomParentNodeWrapper.ChildWrappingIterator extends java.lang.Object
Iterator over the children of a supplied node
-
-
Constructor Summary
Constructors Constructor Description ChildWrappingIterator(AxiomParentNodeWrapper commonParent, NodeTest nodeTest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NodeInfo
wrap(java.lang.Object node)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.saxon.om.SequenceIterator
close, discharge
-
-
-
-
Constructor Detail
-
ChildWrappingIterator
public ChildWrappingIterator(AxiomParentNodeWrapper commonParent, NodeTest nodeTest)
-
-
Method Detail
-
wrap
protected NodeInfo wrap(java.lang.Object node)
-
-