Trees | Indices | Help |
|
---|
ExpatBuilder --+ | InternalSubsetExtractor
XML processor which can rip out the internal document type subset.
Inherited from ExpatBuilder
:
__init__
,
attlist_decl_handler
,
character_data_handler
,
character_data_handler_cdata
,
comment_handler
,
createParser
,
element_decl_handler
,
end_cdata_section_handler
,
end_element_handler
,
entity_decl_handler
,
external_entity_ref_handler
,
first_element_handler
,
getParser
,
notation_decl_handler
,
pi_handler
,
reset
,
start_cdata_section_handler
,
xml_decl_handler
Inherited from ExpatBuilder
(private):
_finish_end_element
,
_finish_start_element
,
_handle_white_text_nodes
,
_setup_subset
None
Parse a document from a file object, returning the document node.
Parse a document from a string, returning the document node.
Install the callbacks needed to build the DOM into the parser.
Trees | Indices | Help |
|
---|