Package pyxb :: Package binding :: Module generate :: Class BindingIO
[hide private]
[frames] | no frames]

Class BindingIO

source code

object --+
         |
        BindingIO

Instance Methods [hide private]
 
__init__(self, binding_module, **kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
bindingFile(self) source code
 
expand(self, template, **kw) source code
 
write(self, template, **kw) source code
 
bindingModule(self) source code
 
prolog(self) source code
 
postscript(self) source code
 
literal(self, *args, **kw) source code
 
contents(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __prolog = None
  __postscript = None
  __templateMap = None
  __stringIO = None
  __bindingFilePath = None
  __bindingFile = None
  __bindingModule = None
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, binding_module, **kw)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)