Package bridge
[hide private]
[frames] | no frames]

Package bridge

source code

Submodules [hide private]

Classes [hide private]
  PI
  Comment
  Attribute
Maps the attribute of an XML element to a simple Python object.
  Element
Maps an XML element to a Python object.
  Document

Variables [hide private]
  __version__ = '0.2.0'
  __authors__ = ['Sylvain Hellegouarch (sh@defuze.org)']
  __contributors__ = ['David Turner']
  __date__ = '2006/12/08'
  __copyright__ = '\nCopyright (c) 2006 Sylvain Hellegouarch\nAll righ...
  __license__ = '\nRedistribution and use in source and binary forms...
  ENCODING = 'UTF-8'
  DUMMY_URI = u'http://dummy.com'

Variables Details [hide private]

__version__

None
Value:
'0.2.0'                                                                
      

__authors__

None
Value:
['Sylvain Hellegouarch (sh@defuze.org)']                               
      

__contributors__

None
Value:
['David Turner']                                                       
      

__date__

None
Value:
'2006/12/08'                                                           
      

__copyright__

None
Value:
'''
Copyright (c) 2006 Sylvain Hellegouarch
All rights reserved.
'''                                                                    
      

__license__

None
Value:
'''
Redistribution and use in source and binary forms, with or without mod
ification, 
are permitted provided that the following conditions are met:
 
     * Redistributions of source code must retain the above copyright 
notice, 
       this list of conditions and the following disclaimer.
...                                                                    
      

ENCODING

None
Value:
'UTF-8'                                                                
      

DUMMY_URI

None
Value:
u'http://dummy.com'