|
ExternalEntityRefHandler
|
ExternalEntityRefHandler ( self, data )
|
|
XmlDeclHandler
|
XmlDeclHandler (
self,
version,
encoding,
standalone,
)
|
|
handle_charref
|
handle_charref ( self, data )
|
|
CharacterDataHandler
|
CharacterDataHandler ( self, data )
|
|
StartDoctypeDeclHandler
|
StartDoctypeDeclHandler (
self,
rootelem,
publicId,
systemId,
subset,
)
|
|
ProcessingInstructionHandler
|
ProcessingInstructionHandler (
self,
target,
data,
)
|
|
get_events
|
get_events ( self )
|
|
StartElementHandler
|
StartElementHandler (
self,
tag,
attrs,
)
|
|
EndElementHandler
|
EndElementHandler ( self, tag )
|
|
__init__
|
__init__ ( self )
|
|
CommentHandler
|
CommentHandler ( self, data )
|
|