|
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
22 #ifndef ELM_XOM_XSLTRANFORM_H_
23 #define ELM_XOM_XSLTRANFORM_H_
25 #include <elm/util/ErrorHandler.h>
26 #include <elm/xom/Nodes.h>
27 #include <elm/data/Vector.h>
28 #include <elm/data/ListMap.h>
30 namespace elm {
namespace xom {
57 static void handle_error(
void *ctx,
const char *msg, ...);
Definition: ErrorHandler.h:49
Definition: MessageException.h:30
Definition: NodeFactory.h:27
virtual String message(void)
Definition: util_MessageException.cpp:50
typename type_info< T >::in_t in
Definition: type_info.h:283
XSLException(const string &message)
Definition: XSLTransform.h:38
Definition: Document.h:20
Definition: XSLTransform.h:36