Parse the input data all in memory
This needs an interface like the standard XML parser
Methods
|
|
__init__
__str__
close
copy
parse
parseFile
parseString
|
|
__init__
|
__init__ (
self,
tagtable,
(=(0, 1, {} ),
)
|
|
__str__
|
__str__ ( self )
|
|
close
|
close ( self )
|
|
copy
|
copy ( self )
|
|
parse
|
parse ( self, source )
parse using the URL or file handle
|
|
parseFile
|
parseFile ( self, fileobj )
parse using the input file object
XXX will be removed with the switch to Python 2.0, where parse()
takes an InputSource
|
|
parseString
|
parseString ( self, s )
parse using the given string
XXX will be removed with the switch to Python 2.0, where parse()
takes an InputSource
|
|