BooleanFunctionCall |
A class that represents the XPath 1.0 Boolean(BooleanExpr) function call
|
Concat |
An implementation of the XPath 1.0 "concat" function call
|
Contains |
An implementation of the XPath 1.0 "contains" function call
|
CountFunctionCall |
A class that represents the XPath 1.0 "count" function call
|
ErrorFunctionCall |
A function to allow invalid expr's to go unnoticed until called.
|
ExtensionFunctionCall |
A class for representing an extension function call.
|
FalseFunctionCall |
A class that represents the XPath 1.0 false() function call
|
FormatNumber |
A implementation of the "format-number()" function call.
|
FunctionCallImpl |
An abstract class representing an XPath function call
|
IdFunctionCall |
This class represents the XPath Id() function call
|
IdRefFunctionCall |
This class represents the XPath idref() function call
|
LangFunctionCall |
A implementation of the XPath "lang" function call
|
LastFunctionCall |
A class that represents the XPath last() function call
|
Normalize |
An implementation of the XPath "normalize" function call
|
NotFunctionCall |
A class that represents the XPath not() function call
|
NumberFunctionCall |
A class that represents the following Function calls:
number(); floor(); round(); ceiling();
|
PositionFunctionCall |
An implementation of the XPath position() function
|
StartsWith |
A implementation of the XPath "starts-with" function call
|
StringFunctionCall |
A implementation of the "string()" function call
|
StringLength |
An implementation of the "string-length()" function call
|
Substring |
A implementation of the "substring()" function call
|
SubstringAfter |
A implementation of the "substring-after" function call
|
SubstringBefore |
An implementation of the "substring-before" function call
|
SumFunctionCall |
A class that represents the XPath 1.0 sum function call.
|
TextFunctionCall |
A class that represents the XPath text() function call.
|
Translate |
An implementation of the "translate" function call
|
TrueFunctionCall |
A class that represents the true() function call
|
XMLNamesFunctionCall |
A class that represents the XPath name related functions
|