| Home | Trees | Indices | Help |
|
|---|
object --+ | html5lib.html5parser.HTMLParser --+ | HTMLParser
Inherited from html5lib.html5parser.HTMLParser:
adjustForeignAttributes,
adjustMathMLAttributes,
adjustSVGAttributes,
isHTMLIntegrationPoint,
isMathMLTextIntegrationPoint,
mainLoop,
normalizeToken,
normalizedTokens,
parse,
parseError,
parseFragment,
parseRCDataRawtext,
reparseTokenNormal,
reset,
resetInsertionMode
Inherited from html5lib.html5parser.HTMLParser (private):
_parse
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
Inherited from html5lib.html5parser.HTMLParser:
documentEncoding
Inherited from object:
__class__
strict - raise an exception when a parse error is encountered
tree - a treebuilder class controlling the type of tree that will be returned. Built in treebuilders can be accessed through html5lib.treebuilders.getTreeBuilder(treeType)
| Home | Trees | Indices | Help |
|
|---|