A B C D E F G H I L M N O P R S T U V X Y

N

Name - class com.japisoft.xpath.function.basic.Name.
function returns a string containing a QName representing the expanded-name of the node in the argument node-set that is first in document order.
NAME - Static variable in class com.japisoft.xpath.XPathParser
 
Name() - Constructor for class com.japisoft.xpath.function.basic.Name
 
NamespaceURI - class com.japisoft.xpath.function.basic.NamespaceURI.
Function returns the namespace URI of the expanded-name of the node in the argument node-set that is first in document order.
NamespaceURI() - Constructor for class com.japisoft.xpath.function.basic.NamespaceURI
 
nameTest(String, String) - Method in class com.japisoft.xpath.DebugXPathResolver
 
nameTest(String, String) - Method in class com.japisoft.xpath.TreeXPathResolver
 
nameTest(String, String) - Method in interface com.japisoft.xpath.XPathResolver
Reset the nameTest after the axis name.
Navigator - interface com.japisoft.xpath.Navigator.
Interface for navigating through an XML document.
NEG - Static variable in class com.japisoft.xpath.XPathParser
 
nextExpression() - Method in class com.japisoft.xpath.DebugXPathResolver
 
nextExpression() - Method in class com.japisoft.xpath.TreeXPathResolver
 
nextExpression() - Method in interface com.japisoft.xpath.XPathResolver
Next expression for the predicate
nextFunction() - Method in class com.japisoft.xpath.DebugXPathResolver
 
nextFunction() - Method in class com.japisoft.xpath.TreeXPathResolver
 
nextFunction() - Method in interface com.japisoft.xpath.XPathResolver
Evaluate the current function
nextLocationPath() - Method in class com.japisoft.xpath.DebugXPathResolver
 
nextLocationPath() - Method in class com.japisoft.xpath.TreeXPathResolver
 
nextLocationPath() - Method in interface com.japisoft.xpath.XPathResolver
Prepare the current nodeSet
nextParam() - Method in class com.japisoft.xpath.DebugXPathResolver
 
nextParam() - Method in class com.japisoft.xpath.TreeXPathResolver
 
nextParam() - Method in interface com.japisoft.xpath.XPathResolver
Add a parameter
nextPredicate() - Method in class com.japisoft.xpath.DebugXPathResolver
 
nextPredicate() - Method in class com.japisoft.xpath.TreeXPathResolver
 
nextPredicate() - Method in interface com.japisoft.xpath.XPathResolver
Prepare the current nodeSet
Node - class com.japisoft.xpath.node.Node.
Real node
NODE - Static variable in class com.japisoft.xpath.navigator.DOMNavigator
 
NODE - Static variable in class com.japisoft.xpath.navigator.FastParserNavigator
 
NODE_TYPE - Static variable in class com.japisoft.xpath.XPathParser
 
Node() - Constructor for class com.japisoft.xpath.node.Node
 
NodeSet - class com.japisoft.xpath.NodeSet.
XPath NodeSet.
NodeSet() - Constructor for class com.japisoft.xpath.NodeSet
 
NodeSet(Object) - Constructor for class com.japisoft.xpath.NodeSet
Add this node
nodeType(String) - Method in class com.japisoft.xpath.DebugXPathResolver
 
nodeType(String) - Method in class com.japisoft.xpath.TreeXPathResolver
 
nodeType(String) - Method in interface com.japisoft.xpath.XPathResolver
Reset the nodeType : comment , text , processing-instruction , node
NormalizeSpace - class com.japisoft.xpath.function.basic.NormalizeSpace.
function returns the argument string with whitespace normalized by stripping leading and trailing whitespace and replacing sequences of whitespace characters by a single space.
NormalizeSpace() - Constructor for class com.japisoft.xpath.function.basic.NormalizeSpace
 
Not - class com.japisoft.xpath.function.basic.Not.
function returns true if its argument is false, and false otherwise
NOT_EQUAL - Static variable in interface com.japisoft.xpath.XPathResolver
!
Not() - Constructor for class com.japisoft.xpath.function.basic.Not
 
Number - class com.japisoft.xpath.function.basic.Number.
function converts its argument to a number as follows: a string that consists of optional whitespace followed by an optional minus sign followed by a Number followed by whitespace is converted to the IEEE 754 number that is nearest (according to the IEEE 754 round-to-nearest rule) to the mathematical value represented by the string; any other string is converted to NaN boolean true is converted to 1; boolean false is converted to 0 a node-set is first converted to a string as if by a call to the string function and then converted in the same way as a string argument an object of a type other than the four basic types is converted to a number in a way that is dependent on that type
Number - class com.japisoft.xpath.node.Number.
Number expression
NUMBER - Static variable in class com.japisoft.xpath.XPathParser
 
Number() - Constructor for class com.japisoft.xpath.function.basic.Number
 
Number() - Constructor for class com.japisoft.xpath.node.Number
 
number(String) - Method in class com.japisoft.xpath.DebugXPathResolver
 
number(String) - Method in class com.japisoft.xpath.TreeXPathResolver
 
number(String) - Method in interface com.japisoft.xpath.XPathResolver
Current number

A B C D E F G H I L M N O P R S T U V X Y