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

Quick Search    Search Deep
A C D E G H J N O R S T V W X

A

addNamespace(Namespace) - Method in class org.jdom.xpath.JaxenXPath
Adds a namespace definition to the list of namespaces known of this XPath expression.
addNamespace(Namespace) - Method in class org.jdom.xpath.XPath
Adds a namespace definition to the list of namespaces known of this XPath expression.
addNamespace(String, String) - Method in class org.jdom.xpath.XPath
Adds a namespace definition (prefix and URI) to the list of namespaces known of this XPath expression.

C

CVS_ID - Static variable in class org.jdom.xpath.JaxenXPath
 
CVS_ID - Static variable in class org.jdom.xpath.XPath
 
constructor - Static variable in class org.jdom.xpath.XPath
The constructor to instanciate a new XPath concrete implementation.
currentContext - Variable in class org.jdom.xpath.JaxenXPath
The current context for XPath expression evaluation.

D

DEFAULT_XPATH_CLASS - Static variable in class org.jdom.xpath.XPath
The default implementation class to use if none was configured.

E

equals(Object) - Method in class org.jdom.xpath.JaxenXPath
 

G

getXPath() - Method in class org.jdom.xpath.JaxenXPath
Returns the wrapped XPath expression as a string.
getXPath() - Method in class org.jdom.xpath.XPath
Returns the wrapped XPath expression as a string.

H

hashCode() - Method in class org.jdom.xpath.JaxenXPath
 

J

JaxenXPath - class org.jdom.xpath.JaxenXPath.
A non-public concrete XPath implementation for Jaxen.
JaxenXPath(String) - Constructor for class org.jdom.xpath.JaxenXPath
Creates a new XPath wrapper object, compiling the specified XPath expression.
JaxenXPath.NSContext - class org.jdom.xpath.JaxenXPath.NSContext.
 
JaxenXPath.NSContext() - Constructor for class org.jdom.xpath.JaxenXPath.NSContext
 

N

newInstance(String) - Static method in class org.jdom.xpath.XPath
Creates a new XPath wrapper object, compiling the specified XPath expression.
numberValueOf(Object) - Method in class org.jdom.xpath.JaxenXPath
Returns the number value of the first item selected by applying the wrapped XPath expression to the given context.
numberValueOf(Object) - Method in class org.jdom.xpath.XPath
Returns the number value of the first node selected by applying the wrapped XPath expression to the given context.

O

org.jdom.xpath - package org.jdom.xpath
 

R

readResolve() - Method in class org.jdom.xpath.XPath.XPathString
[Serialization support] Resolves the read XPathString objects into XPath implementations.

S

selectNodes(Object) - Method in class org.jdom.xpath.JaxenXPath
Evaluates the wrapped XPath expression and returns the list of selected items.
selectNodes(Object) - Method in class org.jdom.xpath.XPath
Evaluates the wrapped XPath expression and returns the list of selected items.
selectNodes(Object, String) - Static method in class org.jdom.xpath.XPath
Evaluates an XPath expression and returns the list of selected items.
selectSingleNode(Object) - Method in class org.jdom.xpath.JaxenXPath
Evaluates the wrapped XPath expression and returns the first entry in the list of selected nodes (or atomics).
selectSingleNode(Object) - Method in class org.jdom.xpath.XPath
Evaluates the wrapped XPath expression and returns the first entry in the list of selected nodes (or atomics).
selectSingleNode(Object, String) - Static method in class org.jdom.xpath.XPath
Evaluates the wrapped XPath expression and returns the first entry in the list of selected nodes (or atomics).
setVariable(String, Object) - Method in class org.jdom.xpath.JaxenXPath
Defines an XPath variable and sets its value.
setVariable(String, Object) - Method in class org.jdom.xpath.XPath
Defines an XPath variable and sets its value.
setXPath(String) - Method in class org.jdom.xpath.JaxenXPath
Compiles and sets the XPath expression wrapped by this object.
setXPathClass(Class) - Static method in class org.jdom.xpath.XPath
Sets the concrete XPath subclass to use when allocating XPath instances.

T

toString() - Method in class org.jdom.xpath.JaxenXPath
 
translateNamespacePrefixToUri(String) - Method in class org.jdom.xpath.JaxenXPath.NSContext
[Jaxen NamespaceContext interface support] Translates the provided namespace prefix into the matching bound namespace URI.

V

valueOf(Object) - Method in class org.jdom.xpath.JaxenXPath
Returns the string value of the first node selected by applying the wrapped XPath expression to the given context.
valueOf(Object) - Method in class org.jdom.xpath.XPath
Returns the string value of the first node selected by applying the wrapped XPath expression to the given context.

W

writeReplace() - Method in class org.jdom.xpath.XPath
[Serialization support] Returns the alternative object to write to the stream when serializing this object.

X

XPATH_CLASS_PROPERTY - Static variable in class org.jdom.xpath.XPath
The name of the system property from which to retrieve the name of the implementation class to use.
XPath - class org.jdom.xpath.XPath.
A utility class for performing XPath calls on JDOM nodes, with a factory interface for obtaining a first XPath instance.
XPath() - Constructor for class org.jdom.xpath.XPath
 
XPath.XPathString - class org.jdom.xpath.XPath.XPathString.
The XPathString is dedicated to serialize instances of XPath subclasses in a implementation-independent manner.
XPath.XPathString(String) - Constructor for class org.jdom.xpath.XPath.XPathString
Creates a new XPathString instance from the specified XPath expression.
xPath - Variable in class org.jdom.xpath.JaxenXPath
The compiled XPath object to select nodes.
xPath - Variable in class org.jdom.xpath.XPath.XPathString
The XPath expression as a string.

A C D E G H J N O R S T V W X