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

S

selectNodes(Object) - Method in interface org.jaxen.XPath
Select all nodes that are selectable by this XPath expression.
selectNodes(Object) - Method in class org.jaxen.BaseXPath
Select all nodes that are selectable by this XPath expression.
selectNodesForContext(Context) - Method in class org.jaxen.BaseXPath
Select all nodes that are selectable by this XPath expression on the given Context object.
selectSingleNode(Object) - Method in interface org.jaxen.XPath
Select only the first node that is selectable by this XPath expression.
selectSingleNode(Object) - Method in class org.jaxen.BaseXPath
Select only the first node that is selectable by this XPath expression.
selectSingleNodeForContext(Context) - Method in class org.jaxen.BaseXPath
Select only the first node that is selectable by this XPath expression.
SelfAxisIterator - class org.jaxen.util.SelfAxisIterator.
 
SelfAxisIterator(Object) - Constructor for class org.jaxen.util.SelfAxisIterator
 
setAbsolute(boolean) - Method in class org.jaxen.pattern.LocationPathPattern
 
setAncestorPattern(Pattern) - Method in class org.jaxen.pattern.LocationPathPattern
Adds a pattern for an ancestor of the current context node used in this pattern.
setContextSupport(ContextSupport) - Method in class org.jaxen.Context
 
setElement(Element) - Method in class org.jaxen.exml.Namespace
 
setExpr(Expr) - Method in interface org.jaxen.expr.Predicate
 
setFilterExpr(Expr) - Method in interface org.jaxen.expr.PathExpr
 
setFunctionContext(FunctionContext) - Method in interface org.jaxen.XPath
Set a FunctionContext for use with this XPath expression.
setFunctionContext(FunctionContext) - Method in class org.jaxen.ContextSupport
 
setFunctionContext(FunctionContext) - Method in class org.jaxen.BaseXPath
Set a FunctionContext for use with this XPath expression.
setJDOMElement(Element) - Method in class org.jaxen.jdom.XPathNamespace
Sets or changes the element to which this namespace node is assigned.
setLHS(Pattern) - Method in class org.jaxen.pattern.UnionPattern
 
setNamespaceContext(NamespaceContext) - Method in interface org.jaxen.XPath
Set a NamespaceContext for use with this XPath expression.
setNamespaceContext(NamespaceContext) - Method in class org.jaxen.ContextSupport
 
setNamespaceContext(NamespaceContext) - Method in class org.jaxen.BaseXPath
Set a NamespaceContext for use with this XPath expression.
setNodeSet(List) - Method in class org.jaxen.Context
 
setNodeTest(NodeTest) - Method in class org.jaxen.pattern.LocationPathPattern
Allows the NodeTest to be set
setNodeValue(String) - Method in class org.jaxen.dom.NamespaceNode
Change the Namespace URI (always fails).
setParentPattern(Pattern) - Method in class org.jaxen.pattern.LocationPathPattern
Adds a pattern for the parent of the current context node used in this pattern.
setPosition(int) - Method in class org.jaxen.Context
 
setPrefix(String) - Method in class org.jaxen.dom.NamespaceNode
Change the Namespace prefix for this node (always fails).
setRHS(Pattern) - Method in class org.jaxen.pattern.UnionPattern
 
setRootExpr(Expr) - Method in class org.jaxen.expr.DefaultXPathExpr
 
setRootExpr(Expr) - Method in interface org.jaxen.expr.XPathExpr
 
setSAXReader(SAXReader) - Method in class org.jaxen.dom4j.DocumentNavigator
 
setSize(int) - Method in class org.jaxen.Context
 
setVariableContext(VariableContext) - Method in interface org.jaxen.XPath
Set a VariableContext for use with this XPath expression.
setVariableContext(VariableContext) - Method in class org.jaxen.ContextSupport
 
setVariableContext(VariableContext) - Method in class org.jaxen.BaseXPath
Set a VariableContext for use with this XPath expression.
setVariableValue(String, Object) - Method in class org.jaxen.SimpleVariableContext
Set the value associated with a variable.
setVariableValue(String, String, Object) - Method in class org.jaxen.SimpleVariableContext
Set the value associated with a variable.
setXPathFactory(XPathFactory) - Method in class org.jaxen.JaxenHandler
Set the Jaxen XPathFactory to use during the parse to construct the XPath expression tree.
SimpleFunctionContext - class org.jaxen.SimpleFunctionContext.
Simple default implementation of FunctionContext.
SimpleFunctionContext() - Constructor for class org.jaxen.SimpleFunctionContext
Construct.
SimpleNamespaceContext - class org.jaxen.SimpleNamespaceContext.
Provides mappings from namespace prefix to namespace URI to the xpath engine.
SimpleNamespaceContext() - Constructor for class org.jaxen.SimpleNamespaceContext
 
SimpleNamespaceContext(Map) - Constructor for class org.jaxen.SimpleNamespaceContext
 
SimpleVariableContext - class org.jaxen.SimpleVariableContext.
Simple default implementation for VariableContext.
SimpleVariableContext() - Constructor for class org.jaxen.SimpleVariableContext
Construct.
simplified - Variable in class org.jaxen.JaxenHandler
 
simplify() - Method in class org.jaxen.expr.DefaultExpr
 
simplify() - Method in class org.jaxen.expr.DefaultStep
 
simplify() - Method in interface org.jaxen.expr.Step
 
simplify() - Method in interface org.jaxen.expr.Predicate
 
simplify() - Method in class org.jaxen.expr.DefaultFilterExpr
 
simplify() - Method in class org.jaxen.expr.DefaultXPathExpr
 
simplify() - Method in interface org.jaxen.expr.XPathExpr
 
simplify() - Method in interface org.jaxen.expr.Expr
 
simplify() - Method in class org.jaxen.pattern.Pattern
 
simplify() - Method in class org.jaxen.pattern.UnionPattern
 
simplify() - Method in class org.jaxen.pattern.LocationPathPattern
 
SingleObjectIterator - class org.jaxen.util.SingleObjectIterator.
 
SingleObjectIterator(Object) - Constructor for class org.jaxen.util.SingleObjectIterator
 
SINGLETON - Static variable in class org.jaxen.pattern.TextNodeTest
 
size() - Method in class org.jaxen.util.IdentityHashMap
Returns the number of key-value mappings in this map.
stack - Variable in class org.jaxen.JaxenHandler
 
StackedIterator - class org.jaxen.util.StackedIterator.
 
StackedIterator() - Constructor for class org.jaxen.util.StackedIterator
 
StackedIterator(Object, Navigator) - Constructor for class org.jaxen.util.StackedIterator
 
stackSize() - Method in class org.jaxen.JaxenHandler
 
startAbsoluteLocationPath() - Method in class org.jaxen.JaxenHandler
 
startAbsoluteLocationPath() - Method in class org.jaxen.pattern.PatternHandler
 
startAdditiveExpr() - Method in class org.jaxen.JaxenHandler
 
startAllNodeStep(int) - Method in class org.jaxen.JaxenHandler
 
startAllNodeStep(int) - Method in class org.jaxen.pattern.PatternHandler
 
startAndExpr() - Method in class org.jaxen.JaxenHandler
 
startCommentNodeStep(int) - Method in class org.jaxen.JaxenHandler
 
startCommentNodeStep(int) - Method in class org.jaxen.pattern.PatternHandler
 
startEqualityExpr() - Method in class org.jaxen.JaxenHandler
 
startFilterExpr() - Method in class org.jaxen.JaxenHandler
 
startFunction(String, String) - Method in class org.jaxen.JaxenHandler
 
startMultiplicativeExpr() - Method in class org.jaxen.JaxenHandler
 
startNameStep(int, String, String) - Method in class org.jaxen.JaxenHandler
 
startNameStep(int, String, String) - Method in class org.jaxen.pattern.PatternHandler
 
startOrExpr() - Method in class org.jaxen.JaxenHandler
 
startPathExpr() - Method in class org.jaxen.JaxenHandler
 
startPredicate() - Method in class org.jaxen.JaxenHandler
 
startProcessingInstructionNodeStep(int, String) - Method in class org.jaxen.JaxenHandler
 
startProcessingInstructionNodeStep(int, String) - Method in class org.jaxen.pattern.PatternHandler
 
startRelationalExpr() - Method in class org.jaxen.JaxenHandler
 
startRelativeLocationPath() - Method in class org.jaxen.JaxenHandler
 
startRelativeLocationPath() - Method in class org.jaxen.pattern.PatternHandler
 
StartsWithFunction - class org.jaxen.function.StartsWithFunction.
4.2 boolean starts-with(string,string)
StartsWithFunction() - Constructor for class org.jaxen.function.StartsWithFunction
 
startTextNodeStep(int) - Method in class org.jaxen.JaxenHandler
 
startTextNodeStep(int) - Method in class org.jaxen.pattern.PatternHandler
 
startUnaryExpr() - Method in class org.jaxen.JaxenHandler
 
startUnionExpr() - Method in class org.jaxen.JaxenHandler
 
startUnionExpr() - Method in class org.jaxen.pattern.PatternHandler
 
startXPath() - Method in class org.jaxen.JaxenHandler
 
Step - interface org.jaxen.expr.Step.
 
StringFunction - class org.jaxen.function.StringFunction.
4.2 string string(object)
StringFunction() - Constructor for class org.jaxen.function.StringFunction
 
StringLengthFunction - class org.jaxen.function.StringLengthFunction.
4.2 number string-length(string)
StringLengthFunction() - Constructor for class org.jaxen.function.StringLengthFunction
 
stringValueOf(Object) - Method in interface org.jaxen.XPath
Retrieve a string-value interpretation of this XPath expression when evaluated against a given context.
stringValueOf(Object) - Method in class org.jaxen.BaseXPath
 
SubstringAfterFunction - class org.jaxen.function.SubstringAfterFunction.
4.2 string substring-after(string,string)
SubstringAfterFunction() - Constructor for class org.jaxen.function.SubstringAfterFunction
 
SubstringBeforeFunction - class org.jaxen.function.SubstringBeforeFunction.
4.2 string substring-before(string,string)
SubstringBeforeFunction() - Constructor for class org.jaxen.function.SubstringBeforeFunction
 
SubstringFunction - class org.jaxen.function.SubstringFunction.
4.2 string substring(string,number,number?)
SubstringFunction() - Constructor for class org.jaxen.function.SubstringFunction
 
SumFunction - class org.jaxen.function.SumFunction.
4.4 number sum(node-set)
SumFunction() - Constructor for class org.jaxen.function.SumFunction
 

A B C D E F G H I J K L M N O P R S T U V X
Copyright © 2002 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo