|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xpath.Expression | +--org.apache.xpath.axes.LocPathIterator | +--org.apache.xalan.transformer.KeyIterator
Fields inherited from class org.apache.xpath.axes.LocPathIterator |
m_waiting |
Constructor Summary | |
KeyIterator(Node doc,
PrefixResolver nscontext,
QName name,
java.util.Vector keyDeclarations,
XPathContext xctxt)
|
Method Summary | |
java.util.Vector |
getKeyDeclarations()
|
QName |
getName()
|
Node |
nextNode()
|
void |
setLookupKey(java.lang.String lookupKey)
|
Methods inherited from class org.apache.xpath.axes.LocPathIterator |
addToWaitList,
clone,
cloneWithReset,
detach,
execute,
getContext,
getCurrentContextNode,
getCurrentNode,
getCurrentPos,
getDOMHelper,
getExpandEntityReferences,
getFilter,
getFirstWalker,
getFoundLast,
getLastUsedWalker,
getLength,
getPrefixResolver,
getRoot,
getStackFrameIndex,
getWhatToShow,
getXPathContext,
initContext,
isFresh,
item,
previousNode,
removeFromWaitList,
reset,
runTo,
setCurrentContextNode,
setCurrentPos,
setLastUsedWalker,
setShouldCacheNodes,
size |
Methods inherited from class org.apache.xpath.Expression |
assert,
error,
warn |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public KeyIterator(Node doc, PrefixResolver nscontext, QName name, java.util.Vector keyDeclarations, XPathContext xctxt)
Method Detail |
public QName getName()
public java.util.Vector getKeyDeclarations()
public Node nextNode() throws DOMException
public void setLookupKey(java.lang.String lookupKey)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |