Ft.Xml.FtMiniDom.ValReader

Modules

Handler  warnings  xmlproc   

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.
create_input_source(self, systemId)
doc_end(self)
doc_start(self)
dtd_end(self)
dtd_start(self)
error = fatal(self, message)
fatal(self, message)
fromSrc(self, source, parseParamEntities=1)
get_locator(self)
handle_comment(self, data)
handle_data(self, data, start, end)
handle_doctype(self, root, pubId, sysId)
handle_end_tag(self, name)
handle_ignorable_data(self, data, start, end)
handle_pi(self, target, data)
handle_start_tag(self, name, attrs)
new_attribute(self, elem, attr, a_type, a_decl, a_def)
new_element_type(self, elem_name, elem_cont)
new_external_entity(self, ent_name, pub_id, sys_id, ndata)
new_external_pe(self, name, pubid, sysid)
new_general_entity(self, name, val)
new_notation(self, name, pubid, sysid)
new_parameter_entity(self, name, val)
parse(self, source)
prepareParser(self)
reset(self)
resolve_doctype_pubid(self, publicId, systemId)
resolve_entity_pubid(self, publicId, systemId)
resolve_pe_pubid(self, publicId, systemId)
set_entity_info(self, xmlver, enc, sddecl)
set_locator(self, locator)
warning(self, message)

Data and other non-method functions defined here:

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

valParse(src, readExtDtd=1)

Data

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

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