lxml._elementpath module

lxml._elementpath._build_path_iterator(path, namespaces, with_prefixes=True)

compile selector pattern

lxml._elementpath.find(elem, path, namespaces=None, with_prefixes=True)
lxml._elementpath.findall(elem, path, namespaces=None, with_prefixes=True)
lxml._elementpath.findtext(elem, path, default=None, namespaces=None, with_prefixes=True)
lxml._elementpath.iterfind(elem, path, namespaces=None, with_prefixes=True)
lxml._elementpath.prepare_child(next, token)
lxml._elementpath.prepare_descendant(next, token)
lxml._elementpath.prepare_parent(next, token)
lxml._elementpath.prepare_predicate(next, token)
lxml._elementpath.prepare_self(next, token)
lxml._elementpath.prepare_star(next, token)
lxml._elementpath.xpath_tokenizer(pattern, namespaces=None, with_prefixes=True)