Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
Delement.py119 class PageElement(object): class
354 if isinstance(predecessor, PageElement):
373 if isinstance(successor, PageElement):
643 class NavigableString(unicode, PageElement):
741 class Tag(PageElement):
D__init__.py39 PageElement,
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py113 class PageElement(object): class
449 class NavigableString(unicode, PageElement):
506 class Tag(PageElement):
/external/chromium-trace/catapult/third_party/beautifulsoup4/
DNEWS.txt473 * Added PageElement.insert_before() and PageElement.insert_after(),
/external/chromium-trace/catapult/third_party/beautifulsoup4/doc/source/
Dindex.rst1900 ``PageElement.extract()`` removes a tag or string from the tree. It
1954 ``PageElement.replace_with()`` removes a tag or string from the tree,
1974 ``PageElement.wrap()`` wraps an element in the tag you specify. It