Home | Trees | Indices | Help |
---|
|
Reader --+ | DocumentReader
The XML document reader provides an integration between the SAX Parser and the document cache.
|
|||
Document |
|
||
file-like |
|
||
Cache |
|
||
|
|||
|
Open an XML document at the specified url. First, the document attempted to be retrieved from the object cache. If not found, it is downloaded and parsed using the SAX parser. The result is added to the cache for the next open().
|
Download the docuemnt.
|
Get the cache.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Mar 21 14:39:08 2011 | http://epydoc.sourceforge.net |