Uses of Class
org.apache.xpath.functions.Function
| Package | Description |
|---|---|
| org.apache.xalan.extensions | |
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| 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.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.xalan.extensions
Methods in org.apache.xalan.extensions with parameters of type Function Modifier and Type Method Description booleanExpressionVisitor. visitFunction(ExpressionOwner owner, Function func)If the function is an extension function, register the namespace. -
Uses of Function in org.apache.xalan.templates
Subclasses of Function in org.apache.xalan.templates Modifier and Type Class Description classFuncDocumentExecute the Doc() function.classFuncFormatNumbExecute the FormatNumber() function.classFuncKeyExecute the Key() function.Methods in org.apache.xalan.templates with parameters of type Function Modifier and Type Method Description booleanAbsPathChecker. visitFunction(ExpressionOwner owner, Function func)Visit a function. -
Uses of Function in org.apache.xpath
Methods in org.apache.xpath with parameters of type Function Modifier and Type Method Description booleanXPathVisitor. 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 Modifier and Type Method Description booleanHasPositionalPredChecker. visitFunction(ExpressionOwner owner, Function func)Visit a function. -
Uses of Function in org.apache.xpath.functions
Subclasses of Function in org.apache.xpath.functions Modifier and Type Class Description classFuncBooleanExecute the Boolean() function.classFuncCeilingExecute the Ceiling() function.classFuncConcatExecute the Concat() function.classFuncContainsExecute the Contains() function.classFuncCountExecute the Count() function.classFuncCurrentExecute the current() function.classFuncDoclocationExecute the proprietary document-location() function, which returns a node set of documents.classFuncExtElementAvailableExecute the ExtElementAvailable() function.classFuncExtFunctionAn object of this class represents an extension call expression.classFuncExtFunctionAvailableExecute the ExtFunctionAvailable() function.classFuncFalseExecute the False() function.classFuncFloorExecute the Floor() function.classFuncGenerateIdExecute the GenerateId() function.classFuncIdExecute the Id() function.classFuncLangExecute the Lang() function.classFuncLastExecute the Last() function.classFuncLocalPartExecute the LocalPart() function.classFuncNamespaceExecute the Namespace() function.classFuncNormalizeSpaceExecute the normalize-space() function.classFuncNotExecute the Not() function.classFuncNumberExecute the Number() function.classFuncPositionExecute the Position() function.classFuncQnameExecute the Qname() function.classFuncRoundExecute the round() function.classFuncStartsWithExecute the StartsWith() function.classFuncStringExecute the String() function.classFuncStringLengthExecute the StringLength() function.classFuncSubstringExecute the Substring() function.classFuncSubstringAfterExecute the SubstringAfter() function.classFuncSubstringBeforeExecute the SubstringBefore() function.classFuncSumExecute the Sum() function.classFuncSystemPropertyExecute the SystemProperty() function.classFunction2ArgsBase class for functions that accept two arguments.classFunction3ArgsBase class for functions that accept three arguments.classFunctionDef1ArgBase class for functions that accept one argument that can be defaulted if not specified.classFunctionMultiArgsBase class for functions that accept an undetermined number of multiple arguments.classFunctionOneArgBase class for functions that accept one argument.classFuncTranslateExecute the Translate() function.classFuncTrueExecute the True() function.classFuncUnparsedEntityURI