2005-08-04 22:42:30 +02:00
|
|
|
#ifndef ARABICA_XPATHIC_XPATH_HPP
|
|
|
|
#define ARABICA_XPATHIC_XPATH_HPP
|
|
|
|
|
|
|
|
#include <XPath/impl/xpath_parser.hpp>
|
|
|
|
#include <XPath/impl/xpath_value.hpp>
|
|
|
|
#include <XPath/impl/xpath_function.hpp>
|
|
|
|
#include <XPath/impl/xpath_step.hpp>
|
|
|
|
#include <XPath/impl/xpath_relational.hpp>
|
|
|
|
#include <XPath/impl/xpath_logical.hpp>
|
|
|
|
#include <XPath/impl/xpath_arithmetic.hpp>
|
|
|
|
|
2005-08-16 19:55:25 +02:00
|
|
|
/* To parameterise
|
|
|
|
|
|
|
|
DONE - xpath_arithmetic.hpp
|
2005-08-16 22:59:04 +02:00
|
|
|
DONE - xpath_ast.hpp
|
2005-08-16 19:55:25 +02:00
|
|
|
DONE - xpath_ast_ids.hpp
|
2005-08-19 11:05:11 +02:00
|
|
|
DONE - xpath_axis_enumerator.hpp
|
2005-08-17 11:24:58 +02:00
|
|
|
DONE - xpath_compile_context.hpp
|
2005-08-17 12:19:19 +02:00
|
|
|
DONE - xpath_execution_context.hpp
|
2005-08-18 11:00:35 +02:00
|
|
|
DONE - xpath_expression.hpp
|
2005-08-18 15:18:33 +02:00
|
|
|
DONE - xpath_function.hpp
|
2005-08-18 11:15:08 +02:00
|
|
|
DONE - xpath_function_holder.hpp
|
2005-08-17 11:17:18 +02:00
|
|
|
DONE - xpath_function_resolver.hpp
|
2005-08-16 19:55:25 +02:00
|
|
|
xpath_grammar.hpp
|
2005-08-17 23:26:03 +02:00
|
|
|
DONE - xpath_logical.hpp
|
2005-08-17 10:50:41 +02:00
|
|
|
DONE - xpath_namespace_context.hpp
|
|
|
|
DONE - xpath_namespace_node.hpp
|
2005-08-18 18:17:20 +02:00
|
|
|
DONE - xpath_node_test.hpp
|
2005-08-16 19:55:25 +02:00
|
|
|
xpath_object.hpp
|
|
|
|
xpath_parser.hpp
|
2005-08-17 14:24:25 +02:00
|
|
|
DONE - xpath_relational.hpp
|
2005-08-17 11:10:38 +02:00
|
|
|
DONE - xpath_resolver_holder.hpp
|
2005-08-19 11:05:11 +02:00
|
|
|
DONE - xpath_step.hpp
|
2005-08-16 23:08:46 +02:00
|
|
|
DONE - xpath_union.hpp
|
2005-08-17 10:50:41 +02:00
|
|
|
DONE - xpath_value.hpp
|
2005-08-16 23:07:05 +02:00
|
|
|
DONE - xpath_variable.hpp
|
2005-08-16 22:59:04 +02:00
|
|
|
DONE - xpath_variable_resolver.hpp
|
|
|
|
|
|
|
|
xpath_axis_enumerator.cpp
|
|
|
|
xpath_object.cpp
|
2005-08-17 14:28:20 +02:00
|
|
|
GONE - xpath_parser.cpp
|
2005-08-16 19:55:25 +02:00
|
|
|
*/
|
2005-08-04 22:42:30 +02:00
|
|
|
#endif
|