Home | History | Annotate | Download | only in doc
      1 html5lib Package
      2 ================
      3 
      4 :mod:`html5lib` Package
      5 -----------------------
      6 
      7 .. automodule:: html5lib.__init__
      8     :members:
      9     :undoc-members:
     10     :show-inheritance:
     11 
     12 :mod:`constants` Module
     13 -----------------------
     14 
     15 .. automodule:: html5lib.constants
     16     :members:
     17     :undoc-members:
     18     :show-inheritance:
     19 
     20 :mod:`html5parser` Module
     21 -------------------------
     22 
     23 .. automodule:: html5lib.html5parser
     24     :members:
     25     :undoc-members:
     26     :show-inheritance:
     27 
     28 :mod:`ihatexml` Module
     29 ----------------------
     30 
     31 .. automodule:: html5lib.ihatexml
     32     :members:
     33     :undoc-members:
     34     :show-inheritance:
     35 
     36 :mod:`inputstream` Module
     37 -------------------------
     38 
     39 .. automodule:: html5lib.inputstream
     40     :members:
     41     :undoc-members:
     42     :show-inheritance:
     43 
     44 :mod:`sanitizer` Module
     45 -----------------------
     46 
     47 .. automodule:: html5lib.sanitizer
     48     :members:
     49     :undoc-members:
     50     :show-inheritance:
     51 
     52 :mod:`tokenizer` Module
     53 -----------------------
     54 
     55 .. automodule:: html5lib.tokenizer
     56     :members:
     57     :undoc-members:
     58     :show-inheritance:
     59 
     60 :mod:`utils` Module
     61 -------------------
     62 
     63 .. automodule:: html5lib.utils
     64     :members:
     65     :undoc-members:
     66     :show-inheritance:
     67 
     68 Subpackages
     69 -----------
     70 
     71 .. toctree::
     72 
     73     html5lib.filters
     74     html5lib.serializer
     75     html5lib.treebuilders
     76     html5lib.treewalkers
     77 
     78