.. |
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
|
Modified XPath parser/compiler so that we can disallow variables at compile time
|
2010-10-09 22:04:56 +01:00 |
xpath_execution_context.hpp
|
execution context
|
2012-11-08 17:13:33 +00:00 |
xpath_expression.hpp
|
Explicitly compare pointer to zero to silence a rather pointless VS warning
|
2010-10-04 12:08:33 +01:00 |
xpath_expression_impl.hpp
|
More work on optimising expression evaluation.
|
2009-07-31 17:44:54 +01:00 |
xpath_function.hpp
|
Resolved 64-bit specific warnings.
|
2018-01-29 19:21:27 -06:00 |
xpath_function_holder.hpp
|
still chipping away at function-available
|
2010-02-20 21:56:47 +00:00 |
xpath_function_resolver.hpp
|
Modified XPath parser/compiler so that we can disallow variables at compile time
|
2010-10-09 22:04:56 +01:00 |
xpath_grammar.hpp
|
Use proper boost includes for different boost versions
|
2009-10-06 12:38:30 +02:00 |
xpath_logical.hpp
|
Added a couple of using declarations that clang needed
|
2010-12-15 10:09:43 +00: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
|
Explicitly compare pointer to zero to silence a rather pointless VS warning
|
2010-10-04 12:14:04 +01:00 |
xpath_parser.hpp
|
Disallow variable references in xsl:key match and use expressions
|
2010-10-09 23:10:35 +01: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
|
Replace auto_ptr with unique_ptr in XPath compiler
|
2020-04-15 23:20:50 +01: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_compile_time_resolver.hpp
|
Modified XPath parser/compiler so that we can disallow variables at compile time
|
2010-10-09 22:29:13 +01:00 |
xpath_variable_resolver.hpp
|
Modified XPath parser/compiler so that we can disallow variables at compile time
|
2010-10-09 22:04:56 +01:00 |