public interface DOMXPathResult
| Modifier and Type | Field and Description |
|---|---|
static short |
ANY_TYPE |
static short |
ANY_UNORDERED_NODE_TYPE |
static short |
BOOLEAN_TYPE |
static short |
FIRST_ORDERED_NODE_TYPE |
static short |
NUMBER_TYPE |
static short |
ORDERED_NODE_ITERATOR_TYPE |
static short |
ORDERED_NODE_SNAPSHOT_TYPE |
static short |
STRING_TYPE |
static short |
UNORDERED_NODE_ITERATOR_TYPE |
static short |
UNORDERED_NODE_SNAPSHOT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBooleanValue() |
boolean |
getInvalidIteratorState() |
double |
getNumberValue() |
short |
getResultType() |
DOMNode |
getSingleNodeValue() |
long |
getSnapshotLength() |
String |
getStringValue() |
DOMNode |
iterateNext() |
DOMNode |
snapshotItem(int index) |
static final short ANY_TYPE
static final short NUMBER_TYPE
static final short STRING_TYPE
static final short BOOLEAN_TYPE
static final short UNORDERED_NODE_ITERATOR_TYPE
static final short ORDERED_NODE_ITERATOR_TYPE
static final short UNORDERED_NODE_SNAPSHOT_TYPE
static final short ORDERED_NODE_SNAPSHOT_TYPE
static final short ANY_UNORDERED_NODE_TYPE
static final short FIRST_ORDERED_NODE_TYPE
short getResultType()
double getNumberValue()
throws DOMXPathException
DOMXPathExceptionString getStringValue() throws DOMXPathException
DOMXPathExceptionBoolean getBooleanValue() throws DOMXPathException
DOMXPathExceptionDOMNode getSingleNodeValue() throws DOMXPathException
DOMXPathExceptionboolean getInvalidIteratorState()
long getSnapshotLength()
throws DOMXPathException
DOMXPathExceptionDOMNode iterateNext() throws DOMXPathException
DOMXPathExceptionDOMNode snapshotItem(int index) throws DOMXPathException
DOMXPathExceptionCopyright © 2020 OXPath Team. All rights reserved.