XML processor which can rip out the internal document type subset.
|
|
getSubset(self)
Return the internal subset as a string. |
|
|
|
|
parseFile(self,
file)
Parse a document from a file object, returning the document node. |
|
|
|
|
parseString(self,
string)
Parse a document from a string, returning the document node. |
|
|
|
|
install(self,
parser)
Install the callbacks needed to build the DOM into the parser. |
|
|
|
|
|
|
|
|
|
|
|
|
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
|