Trees | Indices | Help |
|
---|
|
object --+ | Parser
|
|||
_XML_PARSER |
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|
|||
NAME =
|
|||
EXTENSION =
|
|||
MIMETYPE =
|
|||
SERIALIZER Unstable and experimental serializer implementation. |
|
|||
Inherited from |
|
Is this parser likely to parse that file-like object? `file_` is a readable file-like object. It is the responsability of the caller to close it. |
Return a parser that will parse `url` into `package`. `file_` is a writable file-like object. It is the responsability of the caller to close it. The returned object must implement the interface for which :class:`_Parser` is the reference implementation. |
A shortcut for ``make_parser(url, package).parse()``. See also `make_parser`. |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
SERIALIZERUnstable and experimental serializer implementation. See `advene.model.serializers.advene_xml` for the reference implementation. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 8 16:00:04 2009 | http://epydoc.sourceforge.net |