Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C E F G I L N O S T U X

A

ANY_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
This code does not represent a specific type.
ANY_UNORDERED_NODE_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
The result is a node set as defined by [XPath 1.0] and will be accessed as a single node, which may be nullif the node set is empty.

B

BOOLEAN_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
The result is a boolean as defined by [XPath 1.0].

C

code - Variable in class org.w3c.dom.xpath.XPathException
 
createExpression(String, XPathNSResolver) - Method in interface org.w3c.dom.xpath.XPathEvaluator
Creates a parsed XPath expression with resolved namespaces.
createNSResolver(Node) - Method in interface org.w3c.dom.xpath.XPathEvaluator
Adapts any DOM node to resolve namespaces so that an XPath expression can be easily evaluated relative to the context of the node where it appeared within the document.

E

evaluate(String, Node, XPathNSResolver, short, Object) - Method in interface org.w3c.dom.xpath.XPathEvaluator
Evaluates an XPath expression string and returns a result of the specified type if possible.
evaluate(Node, short, Object) - Method in interface org.w3c.dom.xpath.XPathExpression
Evaluates this XPath expression and returns a result.

F

FIRST_ORDERED_NODE_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
The result is a node set as defined by [XPath 1.0] and will be accessed as a single node, which may be null if the node set is empty.

G

getBooleanValue() - Method in interface org.w3c.dom.xpath.XPathResult
The value of this boolean result.
getInvalidIteratorState() - Method in interface org.w3c.dom.xpath.XPathResult
Signifies that the iterator has become invalid.
getNumberValue() - Method in interface org.w3c.dom.xpath.XPathResult
The value of this number result.
getOwnerElement() - Method in interface org.w3c.dom.xpath.XPathNamespace
The Element on which the namespace was in scope when it was requested.
getResultType() - Method in interface org.w3c.dom.xpath.XPathResult
A code representing the type of this result, as defined by the type constants.
getSingleNodeValue() - Method in interface org.w3c.dom.xpath.XPathResult
The value of this single node result, which may be null.
getSnapshotLength() - Method in interface org.w3c.dom.xpath.XPathResult
The number of nodes in the result snapshot.
getStringValue() - Method in interface org.w3c.dom.xpath.XPathResult
The value of this string result.

I

INVALID_EXPRESSION_ERR - Static variable in class org.w3c.dom.xpath.XPathException
If the expression has a syntax error or otherwise is not a legal expression according to the rules of the specific XPathEvaluator or contains specialized extension functions or variables not supported by this implementation.
iterateNext() - Method in interface org.w3c.dom.xpath.XPathResult
Iterates and returns the next node from the node set or nullif there are no more nodes.

L

lookupNamespaceURI(String) - Method in interface org.w3c.dom.xpath.XPathNSResolver
Look up the namespace URI associated to the given namespace prefix.

N

NUMBER_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
The result is a number as defined by [XPath 1.0].

O

ORDERED_NODE_ITERATOR_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
The result is a node set as defined by [XPath 1.0] that will be accessed iteratively, which will produce document-ordered nodes.
ORDERED_NODE_SNAPSHOT_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
The result is a node set as defined by [XPath 1.0] that will be accessed as a snapshot list of nodes that will be in original document order.
org.w3c.dom.xpath - package org.w3c.dom.xpath
 

S

STRING_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
The result is a string as defined by [XPath 1.0].
snapshotItem(int) - Method in interface org.w3c.dom.xpath.XPathResult
Returns the indexth item in the snapshot collection.

T

TYPE_ERR - Static variable in class org.w3c.dom.xpath.XPathException
If the expression cannot be converted to return the specified type.

U

UNORDERED_NODE_ITERATOR_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
The result is a node set as defined by [XPath 1.0] that will be accessed iteratively, which may not produce nodes in a particular order.
UNORDERED_NODE_SNAPSHOT_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
The result is a node set as defined by [XPath 1.0] that will be accessed as a snapshot list of nodes that may not be in a particular order.

X

XPATH_NAMESPACE_NODE - Static variable in interface org.w3c.dom.xpath.XPathNamespace
The node is a Namespace.
XPathEvaluator - interface org.w3c.dom.xpath.XPathEvaluator.
The evaluation of XPath expressions is provided by XPathEvaluator.
XPathException - exception org.w3c.dom.xpath.XPathException.
A new exception has been created for exceptions specific to these XPath interfaces.
XPathException(short, String) - Constructor for class org.w3c.dom.xpath.XPathException
 
XPathExpression - interface org.w3c.dom.xpath.XPathExpression.
The XPathExpression interface represents a parsed and resolved XPath expression.
XPathNSResolver - interface org.w3c.dom.xpath.XPathNSResolver.
The XPathNSResolver interface permit prefix strings in the expression to be properly bound to namespaceURI strings.
XPathNamespace - interface org.w3c.dom.xpath.XPathNamespace.
The XPathNamespace interface is returned by XPathResult interfaces to represent the XPath namespace node type that DOM lacks.
XPathResult - interface org.w3c.dom.xpath.XPathResult.
The XPathResult interface represents the result of the evaluation of an XPath 1.0 expression within the context of a particular node.

A B C E F G I L N O S T U X