Searched refs:PageElement (Results 1 – 5 of 5) sorted by relevance
119 class PageElement(object): class354 if isinstance(predecessor, PageElement):373 if isinstance(successor, PageElement):643 class NavigableString(unicode, PageElement):741 class Tag(PageElement):
39 PageElement,
113 class PageElement(object): class449 class NavigableString(unicode, PageElement):506 class Tag(PageElement):
473 * Added PageElement.insert_before() and PageElement.insert_after(),
1900 ``PageElement.extract()`` removes a tag or string from the tree. It1954 ``PageElement.replace_with()`` removes a tag or string from the tree,1974 ``PageElement.wrap()`` wraps an element in the tag you specify. It