module documentation

Undocumented

Function find Undocumented
Function findall Undocumented
Function findtext Undocumented
Function iterfind Undocumented
Function prepare_child Undocumented
Function prepare_descendant Undocumented
Function prepare_parent Undocumented
Function prepare_predicate Undocumented
Function prepare_self Undocumented
Function prepare_star Undocumented
Function xpath_tokenizer Undocumented
Variable ops Undocumented
Variable xpath_tokenizer_re Undocumented
Function _build_path_iterator compile selector pattern
Variable _cache Undocumented
def find(elem, path, namespaces=None): (source)

Undocumented

def findall(elem, path, namespaces=None): (source)

Undocumented

def findtext(elem, path, default=None, namespaces=None): (source)

Undocumented

def iterfind(elem, path, namespaces=None): (source)

Undocumented

def prepare_child(next, token): (source)

Undocumented

def prepare_descendant(next, token): (source)

Undocumented

def prepare_parent(next, token): (source)

Undocumented

def prepare_predicate(next, token): (source)

Undocumented

def prepare_self(next, token): (source)

Undocumented

def prepare_star(next, token): (source)

Undocumented

def xpath_tokenizer(pattern, namespaces=None): (source)

Undocumented

Undocumented

xpath_tokenizer_re = (source)

Undocumented

def _build_path_iterator(path, namespaces): (source)

compile selector pattern

Undocumented