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

S

setAxis(String) - Method in class com.japisoft.xpath.node.Node
Axis name : 'ancestor' 'ancestor-or-self' 'attribute' 'child' 'descendant' 'descendant-or-self' 'following' 'following-sibling' 'namespace' 'parent' 'preceding' 'preceding-sibling' 'self'
setCache(boolean) - Method in class com.japisoft.xpath.XPathContext
Set the cache for the navigator : by default to true
setContextNode(Object) - Method in class com.japisoft.xpath.XPathContext
Reset the current NodeSet with this node
setContextNodeSet(NodeSet) - Method in class com.japisoft.xpath.XPathContext
Reset the current NodeSet
setContextPosition(int) - Method in class com.japisoft.xpath.XPathContext
Reset the current context resolution position
setFeature(String, boolean) - Method in class com.japisoft.xpath.AbstractKit
Set a feature support for the current kit.
setFeature(String, boolean) - Method in class com.japisoft.xpath.XPath
Set a feature support for the current kit.
setFeature(String, boolean) - Method in interface com.japisoft.xpath.XPathKit
Set a feature support for the current kit.
setFromRoot(boolean) - Method in class com.japisoft.xpath.node.Node
Set if this node starts from the document root
setIgnoreCaseMode(boolean) - Method in class com.japisoft.xpath.navigator.DOMNavigator
Ignore case when matching node
setLibrary(Lib) - Method in class com.japisoft.xpath.XPathContext
Reset the library for XPath functions
setName(String) - Method in class com.japisoft.xpath.node.Function
 
setName(String) - Method in class com.japisoft.xpath.node.Variable
 
setName(String, String) - Method in class com.japisoft.xpath.node.Node
Node name
setNavigator(Navigator) - Method in class com.japisoft.xpath.XPathContext
Set a specific navigator for retreiving nodes
setNavigatorCache(boolean) - Method in class com.japisoft.xpath.XPath
Reset the cache for the navigator part.
setNavigatorCacheContent(Hashtable) - Method in class com.japisoft.xpath.XPathContext
Reset the cache content
setNavigatorCacheValue(Object, String, String, String, String, NodeSet) - Method in class com.japisoft.xpath.XPathContext
Store a previous navigator result
setNumber(String) - Method in class com.japisoft.xpath.node.Number
 
setOperator(String) - Method in class com.japisoft.xpath.node.Operator
Set the operator
setPredefinedOperator(int) - Method in class com.japisoft.xpath.node.Operator
 
setPredicateMode(boolean) - Method in class com.japisoft.xpath.XPathContext
Particular case for predicate evaluation
setReferenceNode(Object) - Method in class com.japisoft.xpath.XPath
Reset the reference node for resolution.
setType(String) - Method in class com.japisoft.xpath.node.Node
 
setValue(String) - Method in class com.japisoft.xpath.node.Literal
 
setVariable(String, Object) - Method in class com.japisoft.xpath.XPathContext
Reset a variable with this value.
setXPathExpression(String) - Method in class com.japisoft.xpath.XPath
Reset the XPath expression.
setXPathResolver(XPathResolver) - Method in class com.japisoft.xpath.XPathParser
 
size() - Method in class com.japisoft.xpath.FastVector
 
STAR - Static variable in interface com.japisoft.xpath.XPathResolver
operator
StartsWith - class com.japisoft.xpath.function.basic.StartsWith.
function returns true if the first argument string starts with the second argument string, and otherwise returns false
StartsWith() - Constructor for class com.japisoft.xpath.function.basic.StartsWith
 
String - class com.japisoft.xpath.function.basic.String.
function converts an object to a string
String() - Constructor for class com.japisoft.xpath.function.basic.String
 
StringLength - class com.japisoft.xpath.function.basic.StringLength.
returns the number of characters in the string (see [3.6 Strings]).
StringLength() - Constructor for class com.japisoft.xpath.function.basic.StringLength
 
SubString - class com.japisoft.xpath.function.basic.SubString.
function returns the substring of the first argument starting at the position specified in the second argument with length specified in the third argument.
SubString() - Constructor for class com.japisoft.xpath.function.basic.SubString
 
SubStringAfter - class com.japisoft.xpath.function.basic.SubStringAfter.
The substring-after function returns the substring of the first argument string that follows the first occurrence of the second argument string in the first argument string, or the empty string if the first argument string does not contain the second argument string.
SubStringAfter() - Constructor for class com.japisoft.xpath.function.basic.SubStringAfter
 
SubStringBefore - class com.japisoft.xpath.function.basic.SubStringBefore.
function returns the substring of the first argument string that precedes the first occurrence of the second argument string in the first argument string, or the empty string if the first argument string does not contain the second argument string.
SubStringBefore() - Constructor for class com.japisoft.xpath.function.basic.SubStringBefore
 
Sum - class com.japisoft.xpath.function.basic.Sum.
function returns the sum, for each node in the argument node-set, of the result of converting the string-values of the node to a number
Sum() - Constructor for class com.japisoft.xpath.function.basic.Sum
 
SUP - Static variable in interface com.japisoft.xpath.XPathResolver
> operator
SUPE - Static variable in class com.japisoft.xpath.XPathParser
 
SUPE - Static variable in interface com.japisoft.xpath.XPathResolver
>= operator
sval - Variable in class com.japisoft.xpath.XPathParserVal
string value of this 'union'

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