Ft.Xml.XInclude

Classes

class XIncludeException(exceptions.Exception)
__init__(self, code, extra=None)

Data and other non-method functions defined here:

CIRCULAR_INCLUDE_ERROR = 1
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.
INVALID_PARSE_ATTR = 4
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.
MISSING_HREF = 3
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.
RESOURCE_ERROR = 2
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.XInclude'
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

ProcessIncludesFromSource(inputSource, validate=0)
ProcessIncludesFromString(string, uri='', validate=0)
ProcessIncludesFromUri(uri, validate=0)

Data

NONNORMATIVE_SCHEMA_FOR_XINCLUDE_ELEMENT = '\n<xs:schema\n xmlns:xs="http://www.w3.org/2001/X... </xs:complexType>\n </xs:element>\n\n</xs:schema>\n'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
XINCLUDE_NAMESPACE = u'http://www.w3.org/2001/XInclude'
unicode(string [, encoding[, errors]]) -> object

Create a new Unicode object from the given encoded string.
encoding defaults to the current default string encoding and
errors, defining the error handling, to 'strict'.
__file__ = 'build/lib.linux-ppc-2.2/Ft/Xml/XInclude.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.XInclude'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
g_errorMessages = {1: 'Circular Inclusion', 2: 'Invalid resource, or not well-formed XML', 3: 'Missing or empty href attribute', 4: "Invalid value '%s' for parse attribute"}