arabica/include/XPath/impl
2010-01-10 20:49:20 +00:00
..
xpath_arithmetic.hpp More work on optimising expression evaluation. 2009-07-31 17:44:54 +01:00
xpath_ast.hpp Use proper boost includes for different boost versions 2009-10-06 12:38:30 +02:00
xpath_ast_ids.hpp In XPath node() matches any node of any type. In an XSLT match pattern, node() matches everything except attributes and the document root node. Tweaked that match pattern grammar to introduce a new token in the AST. 2007-10-26 23:24:58 +00:00
xpath_axis_enumerator.hpp more warnings fixed 2010-01-10 18:47:09 +00:00
xpath_compile_context.hpp Shuffled around the Stylesheet class. Stylesheet is now the public face, while CompiledStylesheet is what gets chucked around internally. 2008-11-05 01:33:28 +00:00
xpath_execution_context.hpp renamed include/Utils to include/Arabica 2007-09-10 17:52:04 +00:00
xpath_expression.hpp More work on optimising expression evaluation. 2009-07-31 17:44:54 +01:00
xpath_expression_impl.hpp More work on optimising expression evaluation. 2009-07-31 17:44:54 +01:00
xpath_function.hpp more warnings fixed 2010-01-10 18:47:09 +00:00
xpath_function_holder.hpp More work on optimising expression evaluation. 2009-07-31 17:44:54 +01:00
xpath_function_resolver.hpp more warnings fixed 2010-01-10 18:47:09 +00:00
xpath_grammar.hpp Use proper boost includes for different boost versions 2009-10-06 12:38:30 +02:00
xpath_logical.hpp Reworked to reduce number of temporary objects created 2009-05-12 09:18:56 +01:00
xpath_match.hpp more warnings sorted out 2010-01-10 20:23:53 +00:00
xpath_match_rewrite.hpp Id and Key match patterns now compile 2009-03-23 19:08:04 +00:00
xpath_namespace_context.hpp fixed #includes 2007-08-22 12:22:09 +00:00
xpath_namespace_node.hpp more warnings sorted out 2010-01-10 20:23:53 +00:00
xpath_node_test.hpp more warnings sorted out 2010-01-10 20:23:53 +00:00
xpath_object.hpp fixed ambiguous else 2010-01-09 23:01:41 +00:00
xpath_parser.hpp more warnings sorted out 2010-01-10 20:23:53 +00:00
xpath_relational.hpp Added Expression_scanner and scan (a visitor pattern basically) to allow XPathExpression_impls to be examined. This is used in the match rewriting to search for position() and last() function calls. 2007-12-21 15:56:04 +00:00
xpath_resolver_holder.hpp started moving headers out into an include directory 2006-08-07 21:08:11 +00:00
xpath_step.hpp key as match pattern now runs - woo 2009-03-23 19:38:59 +00:00
xpath_union.hpp Added Expression_scanner and scan (a visitor pattern basically) to allow XPathExpression_impls to be examined. This is used in the match rewriting to search for position() and last() function calls. 2007-12-21 15:56:04 +00:00
xpath_value.hpp more warnings silenced 2010-01-10 20:49:20 +00:00
xpath_variable.hpp fixed unused param warning 2010-01-09 23:00:39 +00:00
xpath_variable_resolver.hpp OK, I think that's it. XPathValue is now your man. Existing code using XPathValuePtr should still work, but new stuff should use XPathValue 2007-10-22 17:42:50 +00:00