💾 Archived View for tris.fyi › pydoc › xml.etree.ElementPath captured on 2022-06-11 at 21:45:59. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
This module has no docstring.
find(elem, path, namespaces=None)
findall(elem, path, namespaces=None)
findtext(elem, path, default=None, namespaces=None)
get_parent_map(context)
iterfind(elem, path, namespaces=None)
prepare_child(next, token)
prepare_descendant(next, token)
prepare_parent(next, token)
prepare_predicate(next, token)
prepare_self(next, token)
prepare_star(next, token)
xpath_tokenizer(pattern, namespaces=None)
ops = {'': <function prepare_child at 0x7ff35eeeb8b0>, '*': <function prepare_star at 0x7ff35eeeb820>, '.': <function prepare_self at 0x7ff35eeeb940>, '..': <function prepare_parent at 0x7ff35eeeb700>, '//': <function prepare_descendant at 0x7ff35eeeb790>, '[': <function prepare_predicate at 0x7ff35eeeb0d0>}
xpath_tokenizer_re = re.compile('(\'[^\']*\'|\\"[^\\"]*\\"|::|//?|\\.\\.|\\(\\)|[/.*:\\[\\]\\(\\)@=])|((?:\\{[^}]+\\})?[^/\\[\\]\\(\\)@=\\s]+)|\\s+')