Package simplexmlapi :: Module api
[hide private]
[frames] | no frames]

Module api

source code

Classes [hide private]
  SimpleXmlApi
The main API class, comprising a map of attributes to dotted path names.
Functions [hide private]
 
factory(source, map=None, cls=None)
Create a new SimpleXmlApi instance using the given source and optional attribute map.
source code
Function Details [hide private]

factory(source, map=None, cls=None)

source code 

Create a new SimpleXmlApi instance using the given source and optional attribute map.

To create an instance of a subclass, pass in the cls attribute.