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

type BindingIO

source code

object --+
         |
        BindingIO

Instance Methods [hide private]
 
__init__(self, binding_module, **kw) 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
Class Variables [hide private]
  __prolog = None
  __postscript = None
  __templateMap = None
  __stringIO = None
  __bindingFilePath = None
  __bindingFile = None
  __bindingModule = None
Method Details [hide private]

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

source code 
Overrides: object.__init__
(inherited documentation)