Public Member Functions | |
| def | __init__ | 
| def | __str__ | 
| def | search | 
| def | searchTag | 
Public Attributes | |
| attrs | |
| name | |
| text | |
Private Member Functions | |
| def | _matches | 
Encapsulates a number of ways of matching a markup element (tag or text).
Definition at line 700 of file BeautifulSoup.py.
| def BeautifulSoup.SoupStrainer.__init__ | ( | self, | |
name = None,  | 
        |||
attrs = {},  | 
        |||
text = None,  | 
        |||
| kwargs | |||
| ) | 
Definition at line 704 of file BeautifulSoup.py.
| def BeautifulSoup.SoupStrainer.__str__ | ( | self | ) | 
Definition at line 718 of file BeautifulSoup.py.
| def BeautifulSoup.SoupStrainer._matches | ( | self, | |
| markup, | |||
| matchAgainst | |||
| ) |  [private] | 
        
Definition at line 787 of file BeautifulSoup.py.
| def BeautifulSoup.SoupStrainer.search | ( | self, | |
| markup | |||
| ) | 
Definition at line 761 of file BeautifulSoup.py.
| def BeautifulSoup.SoupStrainer.searchTag | ( | self, | |
markupName = None,  | 
        |||
markupAttrs = {}  | 
        |||
| ) | 
Definition at line 724 of file BeautifulSoup.py.
Definition at line 704 of file BeautifulSoup.py.
Definition at line 704 of file BeautifulSoup.py.
Definition at line 704 of file BeautifulSoup.py.