Ft.Xml.MessageSource

Classes

class ReaderException(Ft.FtException)
__init__(self, errorCode, *args)

Data and other non-method functions defined here:

INVALID_XMLNS = 201
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
XMLNS_DUPLICATE_ATTRS = 202
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
XMLNS_UNKNOWN_PREFIX = 200
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
XML_PARSE_ERROR = 100
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
XML_SAX_PARSE_ERROR = 101
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
__doc__ = None
__module__ = 'Ft.Xml'
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 XIncludeException(Ft.FtException)
__init__(self, errorCode, *args)

Data and other non-method functions defined here:

CIRCULAR_INCLUDE_ERROR = 20
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
XINCLUDE_MISSING_HREF = 10
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
__doc__ = None
__module__ = 'Ft.Xml'
str(object) -> string

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

Functions

_ = lambda(s)

Data

READER = {100: 'XML parse error in %r at line %d, column %d: %s', 101: 'XML parse error found while processing "%s"%s, at line %d, column %d: %s', 200: 'Unknown namespace prefix found while parsing XML file: %s', 201: 'Invalid xmlns found parsing XML file: %s', 202: 'Element %r has duplicate attributes: %r and %r'}
XINCLUDE = {10: 'An XInclude element must have an href attribute.', 20: "Circular import of '%s'"}
__file__ = 'build/lib.linux-ppc-2.2/Ft/Xml/MessageSource.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.MessageSource'
str(object) -> string

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