|
__init__(self,
stream,
parser,
bufsize)
|
|
reset(self)
|
|
__getitem__(self,
pos)
|
|
next(self)
|
|
__iter__(self)
|
|
expandNode(self,
node)
|
|
getEvent(self)
|
|
_slurp(self)
Fallback replacement for getEvent() using the standard SAX2
interface, which means we slurp the SAX events into memory (no
performance gain, but we are compatible to all SAX parsers).
|
|
_emit(self)
Fallback replacement for getEvent() that emits the events that
_slurp() read previously.
|
|
clear(self)
clear(): Explicitly release parsing objects
|