| Home | Trees | Index | Help |
|---|
|
|
_full_tag_extract.
| Method Summary | |
|---|---|
Create an _HTMLTag object. | |
| Instance Variable Summary | |
|---|---|
attrs: Dictionary mapping tag attributes to corresponding tag values. | |
key_pos: Key position dict. | |
name: Name of tag. | |
pos: (start, end) indices of the entire tag in the HTML
document. | |
value_pos: Value position dict. | |
| Method Details |
|---|
__init__(self,
pos,
name,
attrs,
key_pos,
value_pos)
Create an _HTMLTag object.
|
| Instance Variable Details |
|---|
nameName of tag. For example,'img'.
|
pos(start, end) indices of the entire tag in the HTML
document.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Sep 15 10:52:17 2005 | http://epydoc.sf.net |