- nextElementSibling() - Method in class com.jauntium.Element
-
Returns the next element that is a sibling (shares the same parent), or null if none exists.
- nextNodeSibling() - Method in class com.jauntium.Element
-
Returns the next node that is a sibling (shares the name parent) or returns null if no such sibling exists.
- nextNodeSibling() - Method in class com.jauntium.Node
-
Returns the next node that is sibling to this node (ie shares the same parent node), or returns null if none exists.
- nextPageUrl() - Method in class com.jauntium.Document
-
Extracts and returns the 'next page' URL from a series of 'page number' hyperlinks within the current document, such as links that represent pages of search results; returns null if no such sequences or if multiple (non-equivalent) sequences were found.
- Node - Class in com.jauntium
-
Represents a DOM node.
- NotFound - Exception in com.jauntium
-
Represents an error caused by an inability to locate the target of a search.
- NotFound(String) - Constructor for exception com.jauntium.NotFound
-
Creates a new NotFound Exception with the specified error message.