Home
last modified time | relevance | path

Searched refs:FragmentWrapper (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
Dlxmletree.py68 self.children = [FragmentWrapper(self, child) for child in children]
75 class FragmentWrapper(object): class
139 elif isinstance(node, FragmentWrapper) and not hasattr(node, "tag"):