#include <xalanc/XPath/XPathDefinitions.hpp>
#include <algorithm>
#include <xalanc/XalanDOM/XalanDOMString.hpp>
#include <xalanc/Include/STLHelper.hpp>
#include <xalanc/XPath/Function.hpp>
#include <xalanc/XPath/XalanXPathException.hpp>
Go to the source code of this file.
Classes | |
class | XPathExceptionFunctionNotAvailable |
Exception class thrown when an unknown function is encountered. More... | |
class | XPathExceptionFunctionNotSupported |
Exception class thrown when an installFunction() is called with a function name that is not supported. More... | |
class | XPathFunctionTable |
Class defines a table of functions that can be called in XPath expresions. More... | |
struct | XPathFunctionTable::FunctionNameTableEntry |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|