|
1 | 1 | filters Package
|
2 | 2 | ===============
|
3 | 3 |
|
4 |
| -:mod:`base` Module |
5 |
| -------------------- |
| 4 | +``base`` Module |
| 5 | +---------------- |
6 | 6 |
|
7 | 7 | .. automodule:: html5lib.filters.base
|
8 | 8 | :members:
|
9 | 9 | :show-inheritance:
|
10 | 10 | :special-members: __init__
|
11 | 11 |
|
12 |
| -:mod:`alphabeticalattributes` Module |
13 |
| ------------------------------------- |
| 12 | +.. autoclass:: html5lib.filters.base.Filter |
| 13 | + :members: |
| 14 | + :show-inheritance: |
| 15 | + :special-members: __init__ |
| 16 | + |
| 17 | +``alphabeticalattributes`` Module |
| 18 | +--------------------------------- |
14 | 19 |
|
15 | 20 | .. automodule:: html5lib.filters.alphabeticalattributes
|
16 | 21 | :members:
|
17 | 22 | :show-inheritance:
|
18 | 23 | :special-members: __init__
|
19 | 24 |
|
20 |
| -:mod:`inject_meta_charset` Module |
21 |
| ---------------------------------- |
| 25 | +``inject_meta_charset`` Module |
| 26 | +------------------------------ |
22 | 27 |
|
23 | 28 | .. automodule:: html5lib.filters.inject_meta_charset
|
24 | 29 | :members:
|
25 | 30 | :show-inheritance:
|
26 | 31 | :special-members: __init__
|
27 | 32 |
|
28 |
| -:mod:`lint` Module |
29 |
| ------------------- |
| 33 | +``lint`` Module |
| 34 | +--------------- |
30 | 35 |
|
31 | 36 | .. automodule:: html5lib.filters.lint
|
32 | 37 | :members:
|
33 | 38 | :show-inheritance:
|
34 | 39 | :special-members: __init__
|
35 | 40 |
|
36 |
| -:mod:`optionaltags` Module |
37 |
| --------------------------- |
| 41 | +``optionaltags`` Module |
| 42 | +----------------------- |
38 | 43 |
|
39 | 44 | .. automodule:: html5lib.filters.optionaltags
|
40 | 45 | :members:
|
41 | 46 | :show-inheritance:
|
42 | 47 | :special-members: __init__
|
43 | 48 |
|
44 |
| -:mod:`sanitizer` Module |
45 |
| ------------------------ |
| 49 | +``sanitizer`` Module |
| 50 | +-------------------- |
46 | 51 |
|
47 | 52 | .. automodule:: html5lib.filters.sanitizer
|
48 | 53 | :members:
|
49 | 54 | :show-inheritance:
|
50 | 55 | :special-members: __init__
|
51 | 56 |
|
52 |
| -:mod:`whitespace` Module |
53 |
| ------------------------- |
| 57 | +``whitespace`` Module |
| 58 | +--------------------- |
54 | 59 |
|
55 | 60 | .. automodule:: html5lib.filters.whitespace
|
56 | 61 | :members:
|
|
0 commit comments