Home | Trees | Indices | Help |
|
---|
|
Functions | |||
|
|||
|
|||
|
Function Details |
Parse a string of HTML data into an Element tree using the BeautifulSoup parser. Returns the root <html> Element of the tree. You can pass a different BeautifulSoup parser through the
|
Parse a file into an ElemenTree using the BeautifulSoup parser. You can pass a different BeautifulSoup parser through the
|
Convert a BeautifulSoup tree to a list of Element trees. Returns a list instead of a single root Element to support HTML-like soup with more than one root element. You can pass a different Element factory through the |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Fri Dec 12 22:47:00 2008 | http://epydoc.sourceforge.net |