net.sf.saxon.om

Class Navigator.EmptyTextFilter

public static class Navigator.EmptyTextFilter extends AxisIteratorImpl

EmptyTextFilter is an iterator that applies removes any zero-length text nodes returned by an underlying AxisIterator.
Constructor Summary
EmptyTextFilter(AxisIterator base)
Construct an EmptyTextFilter
Method Summary
SequenceIteratorgetAnother()
Itemnext()

Constructor Detail

EmptyTextFilter

public EmptyTextFilter(AxisIterator base)
Construct an EmptyTextFilter

Parameters: base the underlying iterator that returns all the nodes on a required axis. This must not be an atomizing iterator

Method Detail

getAnother

public SequenceIterator getAnother()

next

public Item next()