A B C D E F G I K L M N O P R S T U V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- call(Context, List) - Method in class com.werken.xpath.function.BooleanFunction
- call(Context, List) - Method in class com.werken.xpath.function.CeilingFunction
- call(Context, List) - Method in class com.werken.xpath.function.ConcatFunction
- call(Context, List) - Method in class com.werken.xpath.function.ContainsFunction
- call(Context, List) - Method in class com.werken.xpath.function.CountFunction
- call(Context, List) - Method in class com.werken.xpath.function.FalseFunction
- call(Context, List) - Method in class com.werken.xpath.function.FloorFunction
- call(Context, List) - Method in interface com.werken.xpath.function.Function
-
Call the function object.
- call(Context, List) - Method in class com.werken.xpath.function.LastFunction
- call(Context, List) - Method in class com.werken.xpath.function.LocalNameFunction
- call(Context, List) - Method in class com.werken.xpath.function.NameFunction
- call(Context, List) - Method in class com.werken.xpath.function.NamespaceUriFunction
- call(Context, List) - Method in class com.werken.xpath.function.NotFunction
- call(Context, List) - Method in class com.werken.xpath.function.NumberFunction
- call(Context, List) - Method in class com.werken.xpath.function.PositionFunction
- call(Context, List) - Method in class com.werken.xpath.function.RoundFunction
- call(Context, List) - Method in class com.werken.xpath.function.StartsWithFunction
- call(Context, List) - Method in class com.werken.xpath.function.StringFunction
- call(Context, List) - Method in class com.werken.xpath.function.StringLengthFunction
- call(Context, List) - Method in class com.werken.xpath.function.SubstringAfterFunction
- call(Context, List) - Method in class com.werken.xpath.function.SubstringBeforeFunction
- call(Context, List) - Method in class com.werken.xpath.function.SubstringFunction
- call(Context, List) - Method in class com.werken.xpath.function.SumFunction
- call(Context, List) - Method in class com.werken.xpath.function.TrueFunction
- CeilingFunction - Class in com.werken.xpath.function
-
4.4
number ceiling(number)
- CeilingFunction() - Constructor for class com.werken.xpath.function.CeilingFunction
- COLON - Static variable in interface com.werken.xpath.parser.XPathLexerTokenTypes
- COLON - Static variable in interface com.werken.xpath.parser.XPathTokenTypes
- com.werken.xpath - package com.werken.xpath
-
Provides the core tools needed to use XPath
- com.werken.xpath.function - package com.werken.xpath.function
-
Provides implementations for the core XPath Function Library
- com.werken.xpath.impl - package com.werken.xpath.impl
-
Contains implementation classes for evaluating XPath components
- com.werken.xpath.parser - package com.werken.xpath.parser
-
Contains generated Java classes from the antlr grammar.
- com.werken.xpath.util - package com.werken.xpath.util
- COMMA - Static variable in interface com.werken.xpath.parser.XPathLexerTokenTypes
- COMMA - Static variable in interface com.werken.xpath.parser.XPathTokenTypes
- compare(Object, Object) - Method in class com.werken.xpath.util.DocumentOrderComparator
- compare(Object, Object) - Method in class com.werken.xpath.util.ReverseDocumentOrderComparator
- ConcatFunction - Class in com.werken.xpath.function
-
4.2
boolean concat(string,string,string*)
- ConcatFunction() - Constructor for class com.werken.xpath.function.ConcatFunction
- ContainsFunction - Class in com.werken.xpath.function
-
4.2
boolean contains(string,string)
- ContainsFunction() - Constructor for class com.werken.xpath.function.ContainsFunction
- Context - Class in com.werken.xpath.impl
- Context - Interface in com.werken.xpath
- Context(List, ContextSupport) - Constructor for class com.werken.xpath.impl.Context
- Context(Document, ContextSupport) - Constructor for class com.werken.xpath.impl.Context
- Context(Element, ContextSupport) - Constructor for class com.werken.xpath.impl.Context
- ContextSupport - Class in com.werken.xpath
-
ContextSupport maintains information to aid in the execution of the XPath against a context node.
- ContextSupport() - Constructor for class com.werken.xpath.ContextSupport
-
Construct a semantically empty ContextSupport
- ContextSupport(NamespaceContext, FunctionContext, VariableContext) - Constructor for class com.werken.xpath.ContextSupport
-
Construct a semantically initialized ContextSupport
- CountFunction - Class in com.werken.xpath.function
-
4.1
number count(node-set)
- CountFunction() - Constructor for class com.werken.xpath.function.CountFunction
All Classes All Packages