Ft.Xml.Xslt.Debugger.DebugWriter

Classes

class DebugWriter
_DebugWriter__endCall = __endCall(self, name)
_DebugWriter__makeCall = __makeCall(self, name, args)
_DebugWriter__startCall = __startCall(self, name, args)
__init__(self)
attribute(self, name, value, namespace=None)
comment(self, body)
endDocument(self)
endElement(self, name)
getCurrent(self)
getMediaType(self)
getResult(self)
processingInstruction(self, target, data)
reset(self)
startDocument(self)
startElement(self, name, namespace=None, extraNss=None)
text(self, text, escapeOutput=1)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Xml.Xslt.Debugger.DebugWriter'
str(object) -> string

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

Data

EMPTY_NAMESPACE = None
__file__ = 'build/lib.linux-ppc-2.2/Ft/Xml/Xslt/Debugger/DebugWriter.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.Xslt.Debugger.DebugWriter'
str(object) -> string

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