From 020fb9f071ad32bc7677f5f3ae7bf0c30f06c0dd Mon Sep 17 00:00:00 2001 From: Davide Brunato Date: Fri, 27 Sep 2019 18:12:33 +0200 Subject: [PATCH] Update XPathToken API docs --- doc/xpath_api.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/xpath_api.rst b/doc/xpath_api.rst index 2e2414a..87719d4 100644 --- a/doc/xpath_api.rst +++ b/doc/xpath_api.rst @@ -49,9 +49,21 @@ XPath tokens Context manipulation helpers: .. automethod:: get_argument + .. automethod:: atomization + .. automethod:: get_atomized_operand .. automethod:: get_comparison_data .. automethod:: get_results + .. automethod:: get_operands .. automethod:: adjust_datetime + .. automethod:: match_xsd_type + .. automethod:: use_locale + + Data accessor helpers + .. automethod:: data_value + .. automethod:: boolean_value + .. automethod:: string_value + .. automethod:: number_value + .. automethod:: schema_node_value Error management helper: