|
def | __str__ (self, encoding=DEFAULT_OUTPUT_ENCODING) |
|
def | __new__ (cls, value) |
|
def | __getnewargs__ (self) |
|
def | __getattr__ (self, attr) |
|
def | __unicode__ (self) |
|
def | __str__ (self, encoding=DEFAULT_OUTPUT_ENCODING) |
|
def | setup (self, parent=None, previous=None) |
|
def | replaceWith (self, replaceWith) |
|
def | replaceWithChildren (self) |
|
def | extract (self) |
|
def | insert (self, position, newChild) |
|
def | append (self, tag) |
|
def | findNext (self, name=None, attrs={}, text=None, kwargs) |
|
def | findAllNext (self, name=None, attrs={}, text=None, limit=None, kwargs) |
|
def | findNextSibling (self, name=None, attrs={}, text=None, kwargs) |
|
def | findNextSiblings (self, name=None, attrs={}, text=None, limit=None, kwargs) |
|
def | findPrevious (self, name=None, attrs={}, text=None, kwargs) |
|
def | findAllPrevious (self, name=None, attrs={}, text=None, limit=None, kwargs) |
|
def | findPreviousSibling (self, name=None, attrs={}, text=None, kwargs) |
|
def | findPreviousSiblings (self, name=None, attrs={}, text=None, limit=None, kwargs) |
|
def | findParent (self, name=None, attrs={}, kwargs) |
|
def | findParents (self, name=None, attrs={}, limit=None, kwargs) |
|
def | nextGenerator (self) |
|
def | nextSiblingGenerator (self) |
|
def | previousGenerator (self) |
|
def | previousSiblingGenerator (self) |
|
def | parentGenerator (self) |
|
def | substituteEncoding (self, str, encoding=None) |
|
def | toEncoding (self, s, encoding=None) |
|