-
antlr.collections.ASTEnumeration.nextNode()
-
com.caucho.xpath.pattern.NodeIterator.nextNode()
Returns the next node.
-
com.hp.hpl.jena.rdf.model.NodeIterator.nextNode()
Return the next RDFNode of the iteration.
@throws NoSuchElementException if there are no more nodes to be returned.
@return The next RDFNode from the iteration.
-
com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator.nextNode()
-
com.sun.org.apache.xml.internal.dtm.DTMIterator.nextNode()
Returns the next node in the set and advances the position of the iterator in the set. After a DTMIterator
has setRoot called, the first call to nextNode()
returns that root or (if it is rejected by the filters) the first node within its subtree which is not filtered out.
@return The next node handle in the set being iterated over, orDTM.NULL
if there are no more members in that set.
-
java.util.Iterator.nextNode()
-
javax.jcr.NodeIterator.nextNode()
Returns the next node.
-
javax.jcr.PropertyIterator.nextNode()
-
org.antlr.runtime.tree.RewriteRuleTokenStream.nextNode()
Get next token from stream and make a node for it
-
org.apache.commons.jxpath.ri.EvalContext.nextNode()
Returns true if there is another object in the current set. Switches the current position and node to the next object.
-
org.apache.fop.fo.FONode.FONodeIterator.nextNode()
-
org.apache.jackrabbit.commons.iterator.NodeIteratorAdapter.nextNode()
Returns the next node.
@return next node
@throws NoSuchElementException if there is no next node
-
org.apache.nutch.util.NodeWalker.nextNode()
Returns the next Node
on the stack and pushes all of its children onto the stack, allowing us to walk the node tree without the use of recursion. If there are no more nodes on the stack then null is returned.
@return Node The next
Node
on the stack or null if thereisn't a next node.
-
org.apache.qpid.server.subscription.SubscriptionList.SubscriptionNode.nextNode()
-
org.apache.xalan.xsltc.compiler.util.MethodGenerator.nextNode()
-
org.apache.xindice.xml.dom.traversal.TreeWalkerImpl.nextNode()
Moves the TreeWalker
to the next visible node in document order relative to the current node, and returns the new node. If the current node has no next node, or if the search for nextNode attempts to step upward from the TreeWalker's root node, returns null
, and retains the current node.
@return The new node, or null
if the current node has nonext node in the TreeWalker's logical view.
-
org.apache.xml.dtm.DTMIterator.nextNode()
Returns the next node in the set and advances the position of the iterator in the set. After a DTMIterator
has setRoot called, the first call to nextNode()
returns that root or (if it is rejected by the filters) the first node within its subtree which is not filtered out.
@return The next node handle in the set being iterated over, orDTM.NULL
if there are no more members in that set.
-
org.apache.xpath.objects.XNodeSet.nextNode()
-
org.archive.wayback.util.htmllex.ContextAwareLexer.nextNode()
-
org.brixcms.jcr.api.JcrNodeIterator.nextNode()
-
org.exoplatform.services.jcr.impl.util.EntityCollection.nextNode()
@see NodeIterator#nextNode()
-
org.hibernate.hql.ast.util.ASTIterator.nextNode()
-
org.hibernate.hql.ast.util.ASTParentsFirstIterator.nextNode()
-
org.htmlparser.lexer.Lexer.nextNode()
Get the next node from the source.
@return A Remark, Text or Tag, or null
if nomore lexemes are present.
@exception ParserException If there is a problem with theunderlying page.
-
org.htmlparser.util.NodeIterator.nextNode()
Get the next node.
@return The next node in the HTML stream, or null if there are no more nodes.
-
org.htmlparser.util.SimpleNodeIterator.nextNode()
Get the next node.
@return The next node in the HTML stream, or null if there are no morenodes.
-
org.mvel2.util.ASTIterator.nextNode()
-
org.mvel2.util.ASTLinkedList.nextNode()
-
org.renjin.invoke.codegen.ArgumentIterator.nextNode()
-
org.rssowl.core.util.TreeTraversal.nextNode()
Returns the next Node starting from the initially given Node using a depth-first-Search or NULL
if no next Node.
@return the next Node starting from the initially given Node using adepth-first-Search or NULL
if no next Node.
-
org.rssowl.ui.internal.util.TreeTraversal.nextNode()
Returns the next Node starting from the initially given Node using a depth-first-Search or NULL
if no next Node.
@return the next Node starting from the initially given Node using adepth-first-Search or NULL
if no next Node.
-
org.sindice.siren.index.codecs.siren10.Siren10PostingsReader.Siren10DocsNodesAndPositionsEnum.nextNode()
Decode and return the next node label of the current block.
The {@link IntsRef} returned is a slice of the uncompressed node block.
-
org.w3c.dom.traversal.NodeIterator.nextNode()
Returns the next node in the set and advances the position of the iterator in the set. After a NodeIterator is created, the first call to nextNode() returns the first node in the set.
@return The next Node
in the set being iterated over, ornull
if there are no more members in that set.
@exception DOMException INVALID_STATE_ERR: Raised if this method is called after the detach
method was invoked.
-
org.w3c.dom.traversal.TreeWalker.nextNode()
Moves the TreeWalker
to the next visible node in document order relative to the current node, and returns the new node. If the current node has no next node, or if the search for nextNode attempts to step upward from the TreeWalker's root node, returns null
, and retains the current node.
@return The new node, or null
if the current node has no next node in the TreeWalker's logical view.