webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webkitpy.thirdparty.BeautifulSoup.SoupStrainer Class Reference

Public Member Functions

def __init__ (self, name=None, attrs={}, text=None, kwargs)
 
def __str__ (self)
 
def searchTag (self, markupName=None, markupAttrs={})
 
def search (self, markup)
 

Public Attributes

 name
 
 attrs
 
 text
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ __str__()

def webkitpy.thirdparty.BeautifulSoup.SoupStrainer.__str__ (   self)

◆ search()

def webkitpy.thirdparty.BeautifulSoup.SoupStrainer.search (   self,
  markup 
)

◆ searchTag()

def webkitpy.thirdparty.BeautifulSoup.SoupStrainer.searchTag (   self,
  markupName = None,
  markupAttrs = {} 
)

Member Data Documentation

◆ attrs

webkitpy.thirdparty.BeautifulSoup.SoupStrainer.attrs

◆ name

webkitpy.thirdparty.BeautifulSoup.SoupStrainer.name

◆ text

webkitpy.thirdparty.BeautifulSoup.SoupStrainer.text

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