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

C

call(Context, List) - Method in interface org.jaxen.Function
Call this function.
call(Context, List) - Method in class org.jaxen.function.BooleanFunction
 
call(Context, List) - Method in class org.jaxen.function.NormalizeSpaceFunction
 
call(Context, List) - Method in class org.jaxen.function.FalseFunction
 
call(Context, List) - Method in class org.jaxen.function.NumberFunction
 
call(Context, List) - Method in class org.jaxen.function.FloorFunction
 
call(Context, List) - Method in class org.jaxen.function.RoundFunction
 
call(Context, List) - Method in class org.jaxen.function.StringFunction
 
call(Context, List) - Method in class org.jaxen.function.NamespaceUriFunction
 
call(Context, List) - Method in class org.jaxen.function.SubstringBeforeFunction
 
call(Context, List) - Method in class org.jaxen.function.LocalNameFunction
 
call(Context, List) - Method in class org.jaxen.function.NameFunction
 
call(Context, List) - Method in class org.jaxen.function.TrueFunction
 
call(Context, List) - Method in class org.jaxen.function.DocumentFunction
 
call(Context, List) - Method in class org.jaxen.function.SubstringFunction
 
call(Context, List) - Method in class org.jaxen.function.StartsWithFunction
 
call(Context, List) - Method in class org.jaxen.function.SubstringAfterFunction
 
call(Context, List) - Method in class org.jaxen.function.LastFunction
 
call(Context, List) - Method in class org.jaxen.function.StringLengthFunction
 
call(Context, List) - Method in class org.jaxen.function.PositionFunction
 
call(Context, List) - Method in class org.jaxen.function.IdFunction
 
call(Context, List) - Method in class org.jaxen.function.CountFunction
 
call(Context, List) - Method in class org.jaxen.function.ContainsFunction
 
call(Context, List) - Method in class org.jaxen.function.SumFunction
 
call(Context, List) - Method in class org.jaxen.function.TranslateFunction
 
call(Context, List) - Method in class org.jaxen.function.NotFunction
 
call(Context, List) - Method in class org.jaxen.function.ConcatFunction
 
call(Context, List) - Method in class org.jaxen.function.CeilingFunction
 
call(Context, List) - Method in class org.jaxen.function.ext.EvaluateFunction
 
call(Context, List) - Method in class org.jaxen.function.ext.UpperFunction
 
call(Context, List) - Method in class org.jaxen.function.ext.MatrixConcatFunction
 
call(Context, List) - Method in class org.jaxen.function.ext.EndsWithFunction
 
call(Context, List) - Method in class org.jaxen.function.ext.LowerFunction
 
canPop() - Method in class org.jaxen.JaxenHandler
 
CDATA_SECTION_NODE - Static variable in class org.jaxen.pattern.Pattern
Matches elements nodes
CeilingFunction - class org.jaxen.function.CeilingFunction.
4.4 number ceiling(number)
CeilingFunction() - Constructor for class org.jaxen.function.CeilingFunction
 
ChildrenIterator - class org.jaxen.exml.ChildrenIterator.
 
ChildrenIterator(Children) - Constructor for class org.jaxen.exml.ChildrenIterator
 
clear() - Method in class org.jaxen.util.IdentityHashMap
Removes all mappings from this map.
clone() - Method in class org.jaxen.util.IdentityHashMap
Returns a shallow copy of this IdentityHashMap instance: the keys and values themselves are not cloned.
cloneNode(boolean) - Method in class org.jaxen.dom.NamespaceNode
Create a copy of this node.
COMMENT_NODE - Static variable in class org.jaxen.pattern.Pattern
Matches Comments nodes
COMMENT_TEST - Static variable in class org.jaxen.pattern.NodeTypeTest
 
ConcatFunction - class org.jaxen.function.ConcatFunction.
4.2 string concat(string,string,string*)
ConcatFunction() - Constructor for class org.jaxen.function.ConcatFunction
 
ContainsFunction - class org.jaxen.function.ContainsFunction.
4.2 boolean contains(string,string)
ContainsFunction() - Constructor for class org.jaxen.function.ContainsFunction
 
containsKey(Object) - Method in class org.jaxen.util.IdentityHashMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class org.jaxen.util.IdentityHashMap
Returns true if this map maps one or more keys to the specified value.
Context - class org.jaxen.Context.
Wrapper around implementation-specific objects used as the context of an expression evaluation.
Context(ContextSupport) - Constructor for class org.jaxen.Context
 
ContextSupport - class org.jaxen.ContextSupport.
Supporting context information for resolving namespace prefixess, functions, and variables.
ContextSupport() - Constructor for class org.jaxen.ContextSupport
Construct an empty ContextSupport.
ContextSupport(NamespaceContext, FunctionContext, VariableContext, Navigator) - Constructor for class org.jaxen.ContextSupport
Construct.
convertDefaultStep(LocationPathPattern, DefaultStep) - Static method in class org.jaxen.pattern.PatternParser
 
convertExpr(Expr) - Static method in class org.jaxen.pattern.PatternParser
 
convertExpr(LocationPath) - Static method in class org.jaxen.pattern.PatternParser
 
convertStep(LocationPathPattern, Step) - Static method in class org.jaxen.pattern.PatternParser
 
convertToIterator(Object) - Static method in class org.jaxen.expr.DefaultExpr
 
convertToList(Object) - Static method in class org.jaxen.expr.DefaultExpr
 
CountFunction - class org.jaxen.function.CountFunction.
4.1 number count(node-set)
CountFunction() - Constructor for class org.jaxen.function.CountFunction
 
createAbsoluteLocationPath() - Method in interface org.jaxen.expr.XPathFactory
 
createAbsoluteLocationPath() - Method in class org.jaxen.expr.DefaultXPathFactory
 
createAbsoluteLocationPath() - Method in class org.jaxen.pattern.PatternHandler
 
createAdditiveExpr(Expr, Expr, int) - Method in interface org.jaxen.expr.XPathFactory
 
createAdditiveExpr(Expr, Expr, int) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createAllNodeStep(int) - Method in interface org.jaxen.expr.XPathFactory
 
createAllNodeStep(int) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createAndExpr(Expr, Expr) - Method in interface org.jaxen.expr.XPathFactory
 
createAndExpr(Expr, Expr) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createCommentNodeStep(int) - Method in interface org.jaxen.expr.XPathFactory
 
createCommentNodeStep(int) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createEqualityExpr(Expr, Expr, int) - Method in interface org.jaxen.expr.XPathFactory
 
createEqualityExpr(Expr, Expr, int) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createFilterExpr(Expr) - Method in interface org.jaxen.expr.XPathFactory
 
createFilterExpr(Expr) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createFunctionCallExpr(String, String) - Method in interface org.jaxen.expr.XPathFactory
 
createFunctionCallExpr(String, String) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createFunctionContext() - Method in class org.jaxen.BaseXPath
Create a default FunctionContext.
createIterator(Object) - Method in class org.jaxen.util.StackedIterator
 
createIterator(Object) - Method in class org.jaxen.util.AncestorAxisIterator
 
createIterator(Object) - Method in class org.jaxen.util.DescendantAxisIterator
 
createIterator(Object) - Method in class org.jaxen.util.AncestorOrSelfAxisIterator
 
createLiteralExpr(String) - Method in interface org.jaxen.expr.XPathFactory
 
createLiteralExpr(String) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createMultiplicativeExpr(Expr, Expr, int) - Method in interface org.jaxen.expr.XPathFactory
 
createMultiplicativeExpr(Expr, Expr, int) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createNamespaceContext() - Method in class org.jaxen.BaseXPath
Create a default NamespaceContext.
createNameStep(int, String, String) - Method in interface org.jaxen.expr.XPathFactory
 
createNameStep(int, String, String) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createNumberExpr(double) - Method in interface org.jaxen.expr.XPathFactory
 
createNumberExpr(double) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createNumberExpr(int) - Method in interface org.jaxen.expr.XPathFactory
 
createNumberExpr(int) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createOrExpr(Expr, Expr) - Method in interface org.jaxen.expr.XPathFactory
 
createOrExpr(Expr, Expr) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createPathExpr(FilterExpr, LocationPath) - Method in interface org.jaxen.expr.XPathFactory
 
createPathExpr(FilterExpr, LocationPath) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createPredicate(Expr) - Method in interface org.jaxen.expr.XPathFactory
 
createPredicate(Expr) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createProcessingInstructionNodeStep(int, String) - Method in interface org.jaxen.expr.XPathFactory
 
createProcessingInstructionNodeStep(int, String) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createRelationalExpr(Expr, Expr, int) - Method in interface org.jaxen.expr.XPathFactory
 
createRelationalExpr(Expr, Expr, int) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createRelativeLocationPath() - Method in interface org.jaxen.expr.XPathFactory
 
createRelativeLocationPath() - Method in class org.jaxen.expr.DefaultXPathFactory
 
createRelativeLocationPath() - Method in class org.jaxen.pattern.PatternHandler
 
createTextNodeStep(int) - Method in interface org.jaxen.expr.XPathFactory
 
createTextNodeStep(int) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createUnaryExpr(Expr, int) - Method in interface org.jaxen.expr.XPathFactory
 
createUnaryExpr(Expr, int) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createUnionExpr(Expr, Expr) - Method in interface org.jaxen.expr.XPathFactory
 
createUnionExpr(Expr, Expr) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createVariableContext() - Method in class org.jaxen.BaseXPath
Create a default VariableContext.
createVariableReferenceExpr(String, String) - Method in interface org.jaxen.expr.XPathFactory
 
createVariableReferenceExpr(String, String) - Method in class org.jaxen.expr.DefaultXPathFactory
 
createXPath(Expr) - Method in interface org.jaxen.expr.XPathFactory
 
createXPath(Expr) - Method in class org.jaxen.expr.DefaultXPathFactory
 

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