1212# Constants in AdvancedHTMLParser</ tt > </ p >
1313< p >
1414< table width ="100% " cellspacing ="0 " cellpadding ="2 " border ="0 " summary ="section " >
15+ < tr bgcolor ="#ee77aa " >
16+ < td colspan ="3 " valign ="bottom " > < br />
17+ < font color ="#ffffff " face ="helvetica, arial " > < big > < strong > Classes</ strong > </ big > </ font > </ td > </ tr >
18+
19+ < tr > < td bgcolor ="#ee77aa " > < tt > </ tt > </ td > < td > </ td >
20+ < td width ="100% " > < dl >
21+ < dt > < font face ="helvetica, arial " > < a href ="builtins.html#object " > builtins.object</ a >
22+ </ font > </ dt > < dd >
23+ < dl >
24+ < dt > < font face ="helvetica, arial " > < a href ="AdvancedHTMLParser.constants.html#NOT_PROVIDED_TYPE " > NOT_PROVIDED_TYPE</ a >
25+ </ font > </ dt > </ dl >
26+ </ dd >
27+ </ dl >
28+ < p >
29+ < table width ="100% " cellspacing ="0 " cellpadding ="2 " border ="0 " summary ="section " >
30+ < tr bgcolor ="#ffc8d8 " >
31+ < td colspan ="3 " valign ="bottom " > < br />
32+ < font color ="#000000 " face ="helvetica, arial " > < a name ="NOT_PROVIDED_TYPE " > class < strong > NOT_PROVIDED_TYPE</ strong > </ a > (< a href ="builtins.html#object " > builtins.object</ a > )</ font > </ td > </ tr >
33+
34+ < tr bgcolor ="#ffc8d8 " > < td rowspan ="2 " > < tt > </ tt > </ td >
35+ < td colspan ="2 " > < tt > < a href ="#NOT_PROVIDED_TYPE " > NOT_PROVIDED_TYPE</ a > - A type for a singleton which is meant to mean "Argumnent not provided"< br />
36+ < br />
37+ (since None, empty string, etc are legitimate possible values< br /> </ tt > </ td > </ tr >
38+ < tr > < td > </ td >
39+ < td width ="100% " > Data descriptors defined here:< br />
40+ < dl > < dt > < strong > __dict__</ strong > </ dt >
41+ < dd > < tt > dictionary for instance variables (if defined)</ tt > </ dd >
42+ </ dl >
43+ < dl > < dt > < strong > __weakref__</ strong > </ dt >
44+ < dd > < tt > list of weak references to the object (if defined)</ tt > </ dd >
45+ </ dl >
46+ </ td > </ tr > </ table > </ p > </ td > </ tr > </ table > < p >
47+ < table width ="100% " cellspacing ="0 " cellpadding ="2 " border ="0 " summary ="section " >
1548< tr bgcolor ="#55aa55 " >
1649< td colspan ="3 " valign ="bottom " > < br />
1750< font color ="#ffffff " face ="helvetica, arial " > < big > < strong > Data</ strong > </ big > </ font > </ td > </ tr >
2558< strong > INVISIBLE_ROOT_TAG</ strong > = 'xxxblank'< br />
2659< strong > INVISIBLE_ROOT_TAG_END</ strong > = '</xxxblank>'< br />
2760< strong > INVISIBLE_ROOT_TAG_START</ strong > = '<xxxblank>'< br />
61+ < strong > IndexSizeError</ strong > = IndexSizeErrorException('Index or size is negative or greater than the allowed amount',)< br />
62+ < strong > NOT_PROVIDED</ strong > = <AdvancedHTMLParser.constants.NOT_PROVIDED_TYPE object>< br />
2863< strong > POSSIBLE_VALUES_CROSS_ORIGIN</ strong > = ('use-credentials', 'anonymous')< br />
2964< strong > POSSIBLE_VALUES_FORM_METHOD</ strong > = ('get', 'post')< br />
3065< strong > POSSIBLE_VALUES_ON_OFF</ strong > = ('on', 'off')< br />
3166< strong > POSSIBLE_VALUES_TRACK__KIND</ strong > = ('captions', 'chapters', 'descriptions', 'metadata', 'subtitles')< br />
3267< strong > POSSIBLE_VALUES_YES_NO</ strong > = ('yes', 'no')< br />
3368< strong > PREFORMATTED_TAGS</ strong > = {'code', 'pre'}< br />
3469< strong > PRESERVE_CONTENTS_TAGS</ strong > = {'code', 'pre', 'script', 'style'}< br />
35- < strong > TAG_ITEM_ATTRIBUTES_SPECIAL_VALUES</ strong > = {'autocomplete': <function _special_value_autocomplete>, 'colSpan': <function <lambda>>, 'cols': <function _special_value_cols>, 'crossOrigin': <function <lambda>>, 'form': <function <lambda>>, 'hspace': <function <lambda>>, 'kind': <function <lambda>>, 'maxLength': <function <lambda>>, 'method': <function <lambda>>, 'rowSpan': <function <lambda>>, ...}< br />
70+ < strong > TAG_ITEM_ATTRIBUTES_SPECIAL_VALIDATION</ strong > = {'maxLength': <function _special_value_maxLength>}< br />
71+ < strong > TAG_ITEM_ATTRIBUTES_SPECIAL_VALUES</ strong > = {'autocomplete': <function _special_value_autocomplete>, 'colSpan': <function <lambda>>, 'cols': <function _special_value_cols>, 'crossOrigin': <function <lambda>>, 'form': <function <lambda>>, 'hspace': <function <lambda>>, 'kind': <function <lambda>>, 'maxLength': <function _special_value_maxLength>, 'method': <function <lambda>>, 'rowSpan': <function <lambda>>, ...}< br />
3672< strong > TAG_ITEM_ATTRIBUTE_LINKS</ strong > = {'align', 'className', 'dir', 'hidden', 'id', 'lang', ...}< br />
3773< strong > TAG_ITEM_BINARY_ATTRIBUTES</ strong > = {'async', 'autofocus', 'autoplay', 'checked', 'compact', 'controls', ...}< br />
3874< strong > TAG_ITEM_BINARY_ATTRIBUTES_STRING_ATTR</ strong > = {'spellcheck'}< br />
3975< strong > TAG_ITEM_CHANGE_NAME_FROM_ATTR</ strong > = {'accept-charset': 'acceptCharset', 'cellpadding': 'cellPadding', 'cellspacing': 'cellSpacing', 'class': 'className', 'codebase': 'codeBase', 'codetype': 'codeType', 'colspan': 'colSpan', 'crossorigin': 'crossOrigin', 'datetime': 'dateTime', 'dirname': 'dir', ...}< br />
4076< strong > TAG_ITEM_CHANGE_NAME_FROM_ITEM</ strong > = {'acceptCharset': 'accept-charset', 'cellPadding': 'cellpadding', 'cellSpacing': 'cellspacing', 'className': 'class', 'codeBase': 'codebase', 'codeType': 'codetype', 'colSpan': 'colspan', 'crossOrigin': 'crossorigin', 'dateTime': 'datetime', 'dir': 'dirname', ...}< br />
4177< strong > TAG_NAMES_TO_ADDITIONAL_ATTRIBUTES</ strong > = {'a': {'href', 'target'}, 'area': {'alt', 'coords', 'download', 'href', 'rel', 'shape', ...}, 'audio': {'autoplay', 'controls', 'loop', 'muted', 'preload', 'src'}, 'base': {'href', 'target'}, 'basefont': {'color', 'face', 'size'}, 'bdo': {'dir'}, 'blockquote': {'cite'}, 'body': {'alink', 'background', 'bgcolor', 'link', 'onafterprint', 'onbeforeprint', ...}, 'button': {'autofocus', 'checked', 'disabled', 'form', 'formAction', 'formEnctype', ...}, 'canvas': {'height', 'width'}, ...}< br />
4278< strong > otherInputName</ strong > = 'option'</ td > </ tr > </ table >
43- </ p > </ body > </ html >
79+ </ p > </ p > </ body > </ html >
0 commit comments