Package lxml :: Module _elementpath
[hide private]
[frames] | no frames]

Module _elementpath

source code

Classes [hide private]
  xpath_descendant_or_self
  Path
Functions [hide private]
 
xpath_tokenizer(...)
findall(string[, pos[, endpos]]) --> list.
source code
 
_compile(path) source code
 
find(element, path) source code
 
findtext(element, path, default=None) source code
 
findall(element, path) source code
Variables [hide private]
  _cache = {}
Function Details [hide private]

xpath_tokenizer(...)

source code 

findall(string[, pos[, endpos]]) --> list. Return a list of all non-overlapping matches of pattern in string.