Frames | No Frames |
Classes implementing org.jaxen.Navigator | |
class | Interface for navigating around the XOM object model. |
Methods with parameter type org.jaxen.Navigator | |
Object | |
String | Converts the given string value to lower case using an optional Locale
|
String | Converts the given string value to upper case using an optional Locale
|
Boolean | |
Locale | Attempts to convert the given function argument value
into a Locale either via casting, extracting it from a List
or looking up the named Locale using reflection. |
Classes implementing org.jaxen.Navigator | |
class | Interface for navigating around the JDOM object model. |
Methods with return type org.jaxen.Navigator | |
Navigator |
Classes implementing org.jaxen.Navigator | |
class | Interface for navigating around the DOM4J object model. |
Methods with return type org.jaxen.Navigator | |
Navigator | Retrieve the singleton instance of this DocumentNavigator . |
Classes implementing org.jaxen.Navigator | |
class | Interface for navigating around the W3C DOM Level 2 object model. |
Methods with return type org.jaxen.Navigator | |
Navigator | Get a constant DocumentNavigator for efficiency. |
Constructors with parameter type org.jaxen.Navigator | |
Fields of type org.jaxen.Navigator | |
Navigator | |
Navigator | |
Navigator | |
Navigator | |
Navigator | |
Navigator | |
Navigator |
Methods with parameter type org.jaxen.Navigator | |
void |
Methods with return type org.jaxen.Navigator | |
Navigator |
Methods with parameter type org.jaxen.Navigator | |
Object |
Constructors with parameter type org.jaxen.Navigator | |
Fields of type org.jaxen.Navigator | |
Navigator |
Methods with parameter type org.jaxen.Navigator | |
boolean | |
boolean | |
Boolean | |
Object |
Classes implementing org.jaxen.Navigator | |
class | Default implementation of Navigator . |
Constructors with parameter type org.jaxen.Navigator | |
Construct given an XPath expression string. | |
ContextSupport.ContextSupport(NamespaceContext namespaceContext, FunctionContext functionContext, VariableContext variableContext, Navigator navigator) Create a new ContextSupport object. |
Fields of type org.jaxen.Navigator | |
Navigator | the implementation-specific Navigator for retrieving XML nodes * |
Navigator | Model navigator. |
Methods with parameter type org.jaxen.Navigator | |
void | Adds all the namespace declarations that are in scope on the given
element. |
Methods with return type org.jaxen.Navigator | |
Navigator | Retrieve the XML object-model-specific Navigator
for us in evaluating this XPath expression. |
Navigator | Retrieve the current Navigator . |
Navigator | Retrieve the Navigator . |
Navigator | Retrieve the XML object-model-specific Navigator
used to evaluate this XPath expression. |
Classes implementing org.jaxen.Navigator | |
class | Interface for navigating around a JavaBean object model. |
Methods with return type org.jaxen.Navigator | |
Navigator | Retrieve the singleton instance of this DocumentNavigator . |
Methods with parameter type org.jaxen.Navigator | |
List | Returns a list of the nodes with the specified IDs. |
Boolean | |
String | Converts each item in the list to a string and returns the
concatenation of these strings. |
String | Returns the local-name of list.get(0)
|
String | Returns the name of list.get(0)
|
String | Returns the namespace URI of list.get(0)
|
String | Returns a copy of strArg in which
characters found in fromArg are replaced by
corresponding characters from toArg . |
Boolean | Returns true if the first string contains the second string; false otherwise. |
Boolean | Returns true if the string-value of strArg
starts with the string-value of matchArg . |
String | Returns the part of strArg that follows the first occurence
of matchArg ; or the empty string if the
strArg does not contain matchArg
|
String | Returns the part of strArg that precedes the first occurence
of matchArg ; or the empty string if the
strArg does not contain matchArg
|
boolean | |
Boolean | Convert the argument obj to a Boolean
according to the following rules:
|
Double | Returns the smallest integer greater than or equal to the argument. |
Double | Returns the largest integer less than or equal to the argument. |
String | Returns the string-value of strArg after removing
all leading and trailing white space, and
replacing each other sequence of whitespace by a single space. |
Boolean | Returns Boolean.TRUE if the boolean value of
obj is false, and Boolean.FALSE otherwise. |
Double | Returns the number value of obj . |
Double | Returns the integer nearest to the argument. |
String | Returns the XPath string-value of obj . |
Double |
Returns the number of Unicode characters in the string-value of
an object. |
Double | Returns the sum of the items in a list. |