Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Package xml :: Package dom :: Module xmlbuilder :: Class DOMInputSource
[hide private]
[frames] | no frames]

type DOMInputSource

object --+
         |
        DOMInputSource

Instance Methods [hide private]
 
__init__(self)
 
_get_byteStream(self)
 
_set_byteStream(self, byteStream)
 
_get_characterStream(self)
 
_set_characterStream(self, characterStream)
 
_get_stringData(self)
 
_set_stringData(self, data)
 
_get_encoding(self)
 
_set_encoding(self, encoding)
 
_get_publicId(self)
 
_set_publicId(self, publicId)
 
_get_systemId(self)
 
_set_systemId(self, systemId)
 
_get_baseURI(self)
 
_set_baseURI(self, uri)
Properties [hide private]
  baseURI
  byteStream
  characterStream
  encoding
  publicId
  stringData
  systemId
Method Details [hide private]

__init__(self)
(Constructor)

 
Overrides: object.__init__
(inherited documentation)