implementation of "node-set" function. More...
Inheritance diagram for FunctionNodeSet:
implementation of "node-set" function.
typedef Function FunctionNodeSet::ParentType |
FunctionNodeSet::FunctionNodeSet | ( | bool | convertString = true |
) |
Constructor.
convertString | If true, strings as well as result tree fragments will be converted to nodesets. |
virtual FunctionNodeSet::~FunctionNodeSet | ( | ) | [virtual] |
virtual XObjectPtr FunctionNodeSet::execute | ( | XPathExecutionContext & | executionContext, | |
XalanNode * | context, | |||
const XObjectArgVectorType & | args, | |||
const LocatorType * | locator | |||
) | const [virtual] |
virtual FunctionNodeSet* FunctionNodeSet::clone | ( | MemoryManagerType & | theManager | ) | const [virtual] |
Create a copy of the function object.
Implements Function.
Reimplemented in XalanEXSLTFunctionNodeSet.
virtual const XalanDOMString& FunctionNodeSet::getError | ( | XalanDOMString & | theBuffer | ) | const [protected, virtual] |
Get the error message to report when the function is called with the wrong number of arguments.
Implements Function.
Reimplemented in XalanEXSLTFunctionNodeSet.
virtual const XalanDOMString& FunctionNodeSet::getInvalidArgumentTypeError | ( | XalanDOMString & | theResult | ) | const [protected, virtual] |
Reimplemented in XalanEXSLTFunctionNodeSet.
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|