Public Member Functions | Public Attributes | Private Member Functions
BeautifulSoup.SoupStrainer Class Reference

List of all members.

Public Member Functions

def __init__
def __str__
def search
def searchTag

Public Attributes

 attrs
 name
 text

Private Member Functions

def _matches

Detailed Description

Encapsulates a number of ways of matching a markup element (tag or
text).

Definition at line 700 of file BeautifulSoup.py.


Constructor & Destructor Documentation

def BeautifulSoup.SoupStrainer.__init__ (   self,
  name = None,
  attrs = {},
  text = None,
  kwargs 
)

Definition at line 704 of file BeautifulSoup.py.


Member Function Documentation

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.


Member Data Documentation

Definition at line 704 of file BeautifulSoup.py.

Definition at line 704 of file BeautifulSoup.py.

Definition at line 704 of file BeautifulSoup.py.


The documentation for this class was generated from the following file:


websocket_gui
Author(s): Benoit Lescot and Stéphane Magnenat
autogenerated on Mon Oct 6 2014 08:54:48