arabica/include/XPath/XPath.hpp

12 lines
358 B
C++

#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>
#endif