Ft.Xml.ThirdParty.Xvif.xmlcomp

Modules

xml       

Classes

class XmlComp
__init__(self, d1=None, d2=None, checks=[1, 2, 3, 1j, 2j, 3j])
addCheck(self, check)
compare(self, d1=None, d2=None)
compareAttributes(self, n1, n2)
compareElements(self, n1, n2)
compareNamedNodeMaps(self, nodes1, nodes2)
compareNode(self, n1, n2)
compareNodes(self, nodes1, nodes2)
compareText(self, n1, n2)
removeCheck(self, check)
removeJunk(self, nodes)
removeJunkFromNamedNodeMap(self, nodes)
setDocument1(self, d1)
setDocument2(self, d2)

Data and other non-method functions defined here:

EMPTY_TEXT = 4j
complex(real[, imag]) -> complex number

Create a complex number from a real part and an optional imaginary part.
This is equivalent to (real + imag*1j) where imag defaults to 0.
NAMESPACE_DECLARATION = 2j
complex(real[, imag]) -> complex number

Create a complex number from a real part and an optional imaginary part.
This is equivalent to (real + imag*1j) where imag defaults to 0.
NAMESPACE_PREFIX = 1j
complex(real[, imag]) -> complex number

Create a complex number from a real part and an optional imaginary part.
This is equivalent to (real + imag*1j) where imag defaults to 0.
WHITESPACES = 3j
complex(real[, imag]) -> complex number

Create a complex number from a real part and an optional imaginary part.
This is equivalent to (real + imag*1j) where imag defaults to 0.
__doc__ = None
__module__ = 'Ft.Xml.ThirdParty.Xvif.xmlcomp'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
_default_checks = [1, 2, 3, 1j, 2j, 3j]
compareFunctions = {1: <function compareElements>, 2: <function compareAttributes>, 3: <function compareText>}
class atof_error(exceptions.StandardError)

Data and other non-method functions defined here:

__doc__ = 'Inappropriate argument value (of correct type).'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__module__ = 'exceptions'
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 atoi_error(exceptions.StandardError)

Data and other non-method functions defined here:

__doc__ = 'Inappropriate argument value (of correct type).'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__module__ = 'exceptions'
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 atol_error(exceptions.StandardError)

Data and other non-method functions defined here:

__doc__ = 'Inappropriate argument value (of correct type).'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__module__ = 'exceptions'
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 index_error(exceptions.StandardError)

Data and other non-method functions defined here:

__doc__ = 'Inappropriate argument value (of correct type).'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__module__ = 'exceptions'
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

atof(s)
atoi(s, base=10)
atol(s, base=10)
capitalize(s)
capwords(s, sep=None)
center(s, width)
count(s, *args)
expandtabs(s, tabsize=8)
find(s, *args)
index(s, *args)
join(words, sep=' ')
joinfields = join(words, sep=' ')
ljust(s, width)
lower(s)
lstrip(s, chars=None)
maketrans(...)
maketrans(frm, to) -> string

Return a translation table (a string of 256 bytes long)
suitable for use in string.translate. The strings frm and to
must be of the same length.
normalize_space(s)
replace(s, old, new, maxsplit=-1)
rfind(s, *args)
rindex(s, *args)
rjust(s, width)
rstrip(s, chars=None)
split(s, sep=None, maxsplit=-1)
splitfields = split(s, sep=None, maxsplit=-1)
strip(s, chars=None)
swapcase(s)
translate(s, table, deletions='')
upper(s)
zfill(x, width)

Data

XMLNS_NAMESPACE = 'http://www.w3.org/2000/xmlns/'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__file__ = 'build/lib.linux-ppc-2.2/Ft/Xml/ThirdParty/Xvif/xmlcomp.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.ThirdParty.Xvif.xmlcomp'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
ascii_letters = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
ascii_lowercase = 'abcdefghijklmnopqrstuvwxyz'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
ascii_uppercase = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
digits = '0123456789'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
hexdigits = '0123456789abcdefABCDEF'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
letters = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
lowercase = 'abcdefghijklmnopqrstuvwxyz'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
octdigits = '01234567'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
printable = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!"#$%&\'()*+,-./:;<=>?@[\\]^_`{|}~ \t\n\r\x0b\x0c'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
punctuation = '!"#$%&\'()*+,-./:;<=>?@[\\]^_`{|}~'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
uppercase = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
whitespace = '\t\n\x0b\x0c\r '
str(object) -> string

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