Ft.Xml.InputSource

Modules

Catalog  Uuid  mimetools  types 
Uri  cStringIO  os  warnings 

Classes

class InputSource
__getstate__(self)
__init__(self, stream, uri=None, processIncludes=1, stripElements=None, factory=None, resolver=<Ft.Lib.Uri.UriResolverBase instance at 0x10444f50>, catalog=None, encoding=None)
_getStreamEncoding(self, stream)
_normalize(self, uri)
_openStream(self, uri, ignoreErrors=0)
_resolveFromCatalog(self, publicId, systemId)
clone(self, stream, uri=None, hint=None)
close(self)
getUriResolver(self)
read(self, bufsiz=-1)
readline(self)
resolve(self, sysid, pubid=None, hint=None, ignoreErrors=0)
resolveEntity(self, pubid, sysid)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Xml.InputSource'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class InputSourceFactory
__init__(self, inputSourceClass=None, resolver=<Ft.Lib.Uri.UriResolverBase instance at 0x10444f50>, catalog=None)
_resolveFromCatalog(self, uri)
fromStream(self, stream, uri=None, *v_args, **kw_args)
fromString(self, st, uri=None, *v_args, **kw_args)
fromUri(self, uri, *v_args, **kw_args)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Xml.InputSource'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class NullInputSource(Ft.Xml.InputSource.InputSource)
__init__(self, uri=None)
close(self)
read(self, bufsiz=-1)
resolve(self, sysid, pubid=None, hint=None, ignoreErrors=0)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Xml.InputSource'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Data

DefaultFactory = <Ft.Xml.InputSource.InputSourceFactory instance>
NoCatalogFactory = <Ft.Xml.InputSource.InputSourceFactory instance>
__file__ = 'build/lib.linux-ppc-2.2/Ft/Xml/InputSource.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Xml.InputSource'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.