|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.saxon.om.NamespaceIterator
This class provides an implementation of the namespace axis over any implementation
of the data model. It relies on element nodes to implement the method
NodeInfo.getDeclaredNamespaces(int[])
| Nested Class Summary | |
static class |
NamespaceIterator.NamespaceNodeImpl
Inner class: a model-independent representation of a namespace node |
| Constructor Summary | |
NamespaceIterator(NodeInfo element,
NodeTest test)
|
|
| Method Summary | |
void |
advance()
Get the next item in the sequence. |
Item |
current()
Get the current item in the sequence. |
SequenceIterator |
getAnother()
Get another iterator over the same sequence of items, positioned at the start of the sequence |
int[] |
getInScopeNamespaceCodes()
Get a list of in-scope namespace codes. |
Item |
next()
Get the next item in the sequence. |
int |
position()
Get the current position |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NamespaceIterator(NodeInfo element,
NodeTest test)
| Method Detail |
public void advance()
public Item next()
next in interface AxisIteratorpublic Item current()
current in interface AxisIteratorpublic int position()
position in interface AxisIteratorpublic SequenceIterator getAnother()
getAnother in interface AxisIteratorpublic int[] getInScopeNamespaceCodes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||