Index of the serialization module
- 
    m
    
      kid.serialization
    
    ...
    
      - Infoset serialization formats (XML, XHTML, HTML, etc)
  
    - a doctypes ...
- 
    C
    
      XMLSerializer
    
    ...
    
    - a decl ...
- a balanced_blocks ...
- a cdata_elements ...
- a strip_whitespace ...
- a encoding ...
- a doctype ...
- a namespaces ...
- f can_be_empty_element ...
- f escape_cdata ... - Escape character data.
- f balancing_filter ...
- f generate ... - Serializes an event stream to bytes of the specified encoding.
- f write ...
- f whitespace_filter ...
- f has_only_pcdata ...
- f escape_attrib ... - Escape attribute value.
- f serialize ...
- f apply_filters ...
- f __init__ ...
 
- 
    C
    
      HTMLSerializer
    
    ...
    
    - a doctype ...
- a empty_elements ...
- a boolean_attributes ...
- a elements_with_pcdata ...
- a noescape_elements ...
- f generate ... - Serializes an event stream to bytes of the specified encoding.
- f serialize ...
- f escape_cdata ... - Escape character data.
- f balancing_filter ...
- f whitespace_filter ...
- f has_only_pcdata ...
- f escape_attrib ... - Escape attribute value.
- f apply_filters ...
- f __init__ ...
 
- 
    C
    
      Serializer
    
    ...
    
    - f serialize ...
- f balancing_filter ...
- f apply_filters ...
- f whitespace_filter ...
- f has_only_pcdata ...
- f generate ...
- f __init__ ...