Qt 4.8
|
Supplies the functions available in XPath 1.0. More...
#include <qxpath10corefunctions_p.h>
Supplies the functions available in XPath 1.0.
Definition at line 73 of file qxpath10corefunctions_p.h.
|
protectedvirtual |
This function is responsible for creating the actual Expression, corresponding to localName
and the function signature sign
. It is called by createFunctionCall(), once it have been determined the function actually exists and have the correct arity.
Implements QPatternist::AbstractFunctionFactory.
Definition at line 68 of file qxpath10corefunctions.cpp.
|
protectedvirtual |
This is a convenience function for sub-classes. It retrieves the function signature for function with name name
.
According to the specifications are function signatures identified by their name and arity, but currently is the arity not part of the signature.
If no function could be found for the given name, null
is returned.
Implements QPatternist::FunctionFactory.
Definition at line 116 of file qxpath10corefunctions.cpp.