Example #1
0
    def __init__(self, io):
        HtmlTagReader.__init__(self, io, "p")

        self.paragraphs = 0
Example #2
0
    def __init__(self, io):
        HtmlTagReader.__init__(self, io, "p")

        self.paragraphs = 0
Example #3
0
 def __init__(self, io):
     HtmlTagReader.__init__(self, io, "h3")
Example #4
0
 def __init__(self, io):
     HtmlTagReader.__init__(self, io, "h3")