| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Function | |
|---|---|
| org.apache.xpath | Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. | 
| org.apache.xpath.axes | Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. | 
| org.apache.xpath.compiler | Implements an XPath parser which produces an OpMap, and a so-called Compiler which produces an expression tree for fast evaluation. | 
| org.apache.xpath.functions | Implements XPath functions -- each function is derived from Function, FunctionOneArg, Function2Args, etc, with number-of-arguments checking being applied mainly at compile time -- this package only implements XPath functions, XSLT functions are found in the "templates" package. | 
| Uses of Function in org.apache.xpath | 
|---|
| Methods in org.apache.xpath with parameters of type Function | |
|---|---|
|  boolean | XPathVisitor.visitFunction(ExpressionOwner owner,
              Function func)Visit a function. | 
| Uses of Function in org.apache.xpath.axes | 
|---|
| Methods in org.apache.xpath.axes with parameters of type Function | |
|---|---|
|  boolean | HasPositionalPredChecker.visitFunction(ExpressionOwner owner,
              Function func)Visit a function. | 
| Uses of Function in org.apache.xpath.compiler | 
|---|
| Methods in org.apache.xpath.compiler that return Function | |
|---|---|
| (package private)  Function | FunctionTable.getFunction(int which)Obtain a new Function object from a function ID. | 
| Uses of Function in org.apache.xpath.functions | 
|---|
| Subclasses of Function in org.apache.xpath.functions | |
|---|---|
|  class | FuncBooleanExecute the Boolean() function. | 
|  class | FuncCeilingExecute the Ceiling() function. | 
|  class | FuncConcatExecute the Concat() function. | 
|  class | FuncContainsExecute the Contains() function. | 
|  class | FuncCountExecute the Count() function. | 
|  class | FuncCurrentExecute the current() function. | 
|  class | FuncDoclocationExecute the proprietary document-location() function, which returns a node set of documents. | 
|  class | FuncExtElementAvailableExecute the ExtElementAvailable() function. | 
|  class | FuncExtFunctionAn object of this class represents an extension call expression. | 
|  class | FuncExtFunctionAvailableExecute the ExtFunctionAvailable() function. | 
|  class | FuncFalseExecute the False() function. | 
|  class | FuncFloorExecute the Floor() function. | 
|  class | FuncGenerateIdExecute the GenerateId() function. | 
|  class | FuncIdExecute the Id() function. | 
|  class | FuncLangExecute the Lang() function. | 
|  class | FuncLastExecute the Last() function. | 
|  class | FuncLocalPartExecute the LocalPart() function. | 
|  class | FuncNamespaceExecute the Namespace() function. | 
|  class | FuncNormalizeSpaceExecute the normalize-space() function. | 
|  class | FuncNotExecute the Not() function. | 
|  class | FuncNumberExecute the Number() function. | 
|  class | FuncPositionExecute the Position() function. | 
|  class | FuncQnameExecute the Qname() function. | 
|  class | FuncRoundExecute the round() function. | 
|  class | FuncStartsWithExecute the StartsWith() function. | 
|  class | FuncStringExecute the String() function. | 
|  class | FuncStringLengthExecute the StringLength() function. | 
|  class | FuncSubstringExecute the Substring() function. | 
|  class | FuncSubstringAfterExecute the SubstringAfter() function. | 
|  class | FuncSubstringBeforeExecute the SubstringBefore() function. | 
|  class | FuncSumExecute the Sum() function. | 
|  class | FuncSystemPropertyExecute the SystemProperty() function. | 
|  class | Function2ArgsBase class for functions that accept two arguments. | 
|  class | Function3ArgsBase class for functions that accept three arguments. | 
|  class | FunctionDef1ArgBase class for functions that accept one argument that can be defaulted if not specified. | 
|  class | FunctionMultiArgsBase class for functions that accept an undetermined number of multiple arguments. | 
|  class | FunctionOneArgBase class for functions that accept one argument. | 
|  class | FuncTranslateExecute the Translate() function. | 
|  class | FuncTrueExecute the True() function. | 
|  class | FuncUnparsedEntityURI | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||