Ft.Xml.FtMiniDom.Handler

Modules

xmlreader       

Classes

class Handler
_completeTextNode(self)
characters(self, data)
comment(self, data)
endDoctypeDecl(self)
endElement(self, name)
error(self, message)
getRootNode(self)
initHandler(self, inputSource, parseParamEntities)
parse(self, source)
prepareParser(self)
processingInstruction(self, target, data)
startDoctypeDecl(self, name, systemId, publicId, hasInternalSubset)
startElement(self, name, attribs)
unparsedEntityDecl(self, name, base, systemId, publicId, notationName)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Xml.FtMiniDom.Handler'
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.
class TupleType(__builtin__.object)
tuple() -> an empty tuple tuple(sequence) -> tuple initialized from sequence's items

If the argument is a tuple, the return value is the same object.
__add__(...)
__contains__(...)
__eq__(...)
__ge__(...)
__getattribute__(...)
__getitem__(...)
__getslice__(...)
x.__getslice__(i, j) <==> x[i:j]

Use of negative indices is not supported.
__gt__(...)
__hash__(...)
__le__(...)
__len__(...)
__lt__(...)
__mul__(...)
__ne__(...)
__repr__(...)
__rmul__(...)

Data and other non-method functions defined here:

__doc__ = 'tuple() -> an empty tuple\ntuple(sequence) -> tup... is a tuple, the return value is the same object.'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__new__ = <built-in method __new__ of type object>
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

SplitQName(...)
SplitQName(qualifiedName) -> (prefix, localName)

where 'qualifiedName' is a QName according to XML Namespaces 1.0
<http://www.w3.org/TR/REC-xml-names>.
returns the name parts according to the spec.
XmlStrStrip(st)

Data

EMPTY_NAMESPACE = None
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'.
XMLNS_NAMESPACE = u'http://www.w3.org/2000/xmlns/'
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'.
XML_NAMESPACE = u'http://www.w3.org/XML/1998/namespace'
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/FtMiniDom/Handler.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.Handler'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
implementation = <pDOMImplementation at 1062EBF0>