.. |
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
|
converted AxisEnumerator to uses Node_impl* internally
|
2009-05-19 09:24:19 +01: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 work on optimising expression evaluation.
|
2009-07-31 17:44:54 +01:00 |
xpath_function_holder.hpp
|
More work on optimising expression evaluation.
|
2009-07-31 17:44:54 +01:00 |
xpath_function_resolver.hpp
|
removed TODO comment, because I actually did it sometime ago
|
2008-08-09 18:24:11 +01: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
|
|
2007-12-20 16:23:56 +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
|
converted AxisEnumerator to uses Node_impl* internally
|
2009-05-19 09:24:19 +01:00 |
xpath_node_test.hpp
|
Reworked node value to combine consecutive text nodes together into a single value
|
2008-09-13 18:36:46 +01:00 |
xpath_object.hpp
|
fixed ambiguous else
|
2010-01-09 23:01:41 +00:00 |
xpath_parser.hpp
|
silenced unused parameter warnings
|
2010-01-09 22:58:37 +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 work on optimising expression evaluation.
|
2009-07-31 17:44:54 +01: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 |