HomeSort by relevance Sort by last modified time
    Searched full:tag_regexp (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
etree.py 18 tag_regexp = re.compile("{([^}]*)}(.*)") variable
63 match = tag_regexp.match(node.tag)
71 match = tag_regexp.match(name)
lxmletree.py 5 from ..treebuilders.etree import tag_regexp namespace
150 match = tag_regexp.match(ensure_str(node.tag))
160 match = tag_regexp.match(name)
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
etree.py 12 tag_regexp = re.compile("{([^}]*)}(.*)") variable
221 nsmatch = tag_regexp.match(element.tag)
234 nsmatch = tag_regexp.match(name)
etree_lxml.py 28 tag_regexp = re.compile("{([^}]*)}(.*)") variable
95 nsmatch = etree_builders.tag_regexp.match(element.tag)
109 nsmatch = tag_regexp.match(name)

Completed in 70 milliseconds