Ft.Xml.FtMiniDom.NonvalReader

Modules

Handler  expat     

Classes

error(self, message)
externalEntityRef(self, context, base, sysid, pubid)
fromSrc(self, source, parseParamEntities=1)
parse(self, source)
prepareParser(self)
reset(self)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Xml.FtMiniDom.NonvalReader'
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 PyexpatNonvalReader(Ft.Xml.FtMiniDom.Handler.Handler)
error(self, message)
externalEntityRef(self, context, base, sysid, pubid)
fromSrc(self, source, parseParamEntities=1)
parse(self, source)
prepareParser(self)
reset(self)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Xml.FtMiniDom.NonvalReader'
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 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.

Functions

VerifyPyexpat(dtdSupport=0, featureName=None)
nonvalParse(src, readExtDtd=1)

Data

HAS_PYEXPAT = 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.
READ_EXTERNAL_DTD = 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.
__file__ = 'build/lib.linux-ppc-2.2/Ft/Xml/FtMiniDom/NonvalReader.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.FtMiniDom.NonvalReader'
str(object) -> string

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