Module htmldata :: Class _TextTag
[show private | hide private]
[frames | no frames]

Class _TextTag


Text extracted from an HTML document by _full_tag_extract.
Method Summary
  __init__(self, pos, text)
Create a _TextTag object.

Instance Variable Summary
  pos: (start, end) indices of the text.
  text: Extracted text.

Method Details

__init__(self, pos, text)
(Constructor)

Create a _TextTag object.

Instance Variable Details

pos

(start, end) indices of the text.

text

Extracted text.