Methods
|
|
|
|
__init__
|
__init__ ( self )
|
|
add
|
add ( self, node )
|
|
handle_cdata
|
handle_cdata ( self, data )
|
|
handle_comment
|
handle_comment ( self, data )
|
|
handle_data
|
handle_data ( self, data )
|
|
handle_doctype
|
handle_doctype (
self,
tag,
pubid,
syslit,
data,
)
|
|
handle_entity
|
handle_entity (
self,
name,
strval,
pubid,
syslit,
ndata,
)
|
|
handle_proc
|
handle_proc (
self,
name,
data,
)
|
|
handle_xml
|
handle_xml (
self,
encoding,
stdalone,
)
|
|
parse
|
parse ( self, data )
|
|
pop
|
pop ( self )
|
|
push
|
push ( self, node )
|
|
unknown_endtag
|
unknown_endtag ( self, name )
|
|
unknown_entityref
|
unknown_entityref ( self, data )
|
|
unknown_starttag
|
unknown_starttag (
self,
name,
attrs,
)
|
|