Index of the serialization module
-
m
kid.serialization
...
- Infoset serialization formats (XML, XHTML, HTML, etc)
- a doctypes ...
-
C
XMLSerializer
...
- a decl ...
- a encoding ...
- a doctype ...
- a formatted ...
- a namespaces ...
- a format ...
- f can_be_empty_element ...
- f generate ... - Serializes an event stream to bytes of the specified encoding.
- f serialize ...
- f is_inline ...
- f format_stream ... - Apply format to stream.
- f escape_cdata ... - Escape character data.
- f write ...
- f is_formatted ...
- f escape_attrib ... - Escape attribute value.
- f apply_filters ...
- f __init__ ... - Initialize XMLSerializer.
-
C
HTMLSerializer
...
- a noescape_elements ...
- a boolean_attributes ...
- a empty_elements ...
- a formatted_elements ...
- a inline_elements ...
- a doctype ...
- f can_be_empty_element ...
- f is_escape ...
- f escape_attrib ... - Escape attribute value.
- f __init__ ... - Initialize HTMLSerializer.
- f inject_meta_content_type ... - Injects a meta tag for the content-type.
- f is_inline ...
- f escape_cdata ... - Escape character data.
- f write ...
- f apply_filters ...
- f serialize ...
- f tagname ... - Remove namespace from tag and make it lowercase.
- f generate ... - Serializes an event stream to bytes of the specified encoding.
- f format_stream ... - Apply format to stream.
- f is_formatted ...
- f inject_meta_tags ... - Injects meta tags at the start of the head section.
- f is_boolean_attribute ...
- C Serializer ...