![]() |
![]() |
Cheshire3 Objects: Parser |
Normally a simple wrapper around an XML parser, these objects can be viewed as Record Factories. They take a Document containing some XML and produce the equivalent Record.
The following implementations are pre-configured and ready to use.
They may be used out-of-the-box in configurations for Workflows, or in code by getting the object from a Server.
Module: cheshire3.parser
Function | Parameters | Returns | Description |
---|---|---|---|
__init__ | config, parent | ||
process_document | session, document | Record | Return a record after parsing from an XML document |
Sub-package: graph
Module: cheshire3.graph.parser