-
class InputSourceFactory
- __init__(self, inputSourceClass=None, resolver=<Ft.Lib.Uri.UriResolverBase instance at 0x10444f50>, catalog=None)
- 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.