Package net.sf.saxon.option.axiom
Class AxiomParentNodeWrapper.DescendantWrappingIterator
- java.lang.Object
-
- net.sf.saxon.option.axiom.AxiomParentNodeWrapper.DescendantWrappingIterator
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,SequenceIterator
,AxisIterator
- Enclosing class:
- AxiomParentNodeWrapper
protected class AxiomParentNodeWrapper.DescendantWrappingIterator extends java.lang.Object
Iterator over the descendants of a supplied node (optionally including the node itself)
-
-
Constructor Summary
Constructors Constructor Description DescendantWrappingIterator(AxiomParentNodeWrapper parentWrapper, NodeTest nodeTest, boolean includeSelf)
-
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
-
DescendantWrappingIterator
public DescendantWrappingIterator(AxiomParentNodeWrapper parentWrapper, NodeTest nodeTest, boolean includeSelf)
-
-
Method Detail
-
wrap
protected NodeInfo wrap(java.lang.Object node)
-
-