Methods
|
|
|
|
__getattr__
|
__getattr__ ( self, name )
|
|
__init__
|
__init__ ( self, fields=None )
|
|
characters
|
characters ( self, s )
|
|
element
|
element (
self,
tag,
attrs,
text,
startpos,
endpos,
)
|
|
end
|
end ( self )
|
|
endDocument
|
endDocument ( self )
Exceptions
|
|
TypeError("Looking for endElements for %s" % string.join( missing, "," ) )
|
|
|
endElement
|
endElement ( self, tag )
|
|
start
|
start ( self )
|
|
startDocument
|
startDocument ( self )
|
|
startElement
|
startElement (
self,
tag,
attrs,
)
|
|
uses_tags
|
uses_tags ( self )
|
|