protected static class NamespaceContextImpl.PrefixIterator extends AbstractIterator<String>
NamespaceContextImpl.getPrefixes(String)
Modifier and Type | Field and Description |
---|---|
private Iterator<String> |
parentIterator |
private String |
prefix |
Constructor and Description |
---|
PrefixIterator(Iterator<String> parentIterator,
String prefix)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected String |
findNext()
This method tries to find the
next element. |
findFirst, hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private final String prefix
protected String findNext()
AbstractIterator
next
element.findNext
in class AbstractIterator<String>
null
if done
.Copyright © 2001–2016 mmm-Team. All rights reserved.