Parser that assembles a Document
Methods
|
|
|
|
buildLiteral
|
buildLiteral ( self, xml )
|
|
characters
|
characters ( self, data )
|
|
comment
|
comment ( self, data )
|
|
endElement
|
endElement ( self, name )
|
|
endNS
|
endNS ( self, prefix )
|
|
parseFile
|
parseFile (
self,
stream,
document=None,
)
|
|
parser
|
parser ( self )
|
|
popNSinfo
|
popNSinfo ( self )
|
|
pushNSinfo
|
pushNSinfo ( self, attrs )
|
|
startDoctype
|
startDoctype (
self,
doctypeName,
systemId,
publicId,
has_internal,
)
|
|
startElement
|
startElement (
self,
name,
attrs,
)
|
|
startNS
|
startNS (
self,
prefix,
uri,
)
|
|