4Suite
™
API Documentation
►
Module
Ft
.
Xml
.
Xslt
.TextSax
######################################################################## # # File Name: TextSax.py # # Documentation: http://docs.4suite.org/4XSLT/TextSax.py.html # #
Classes:
TextGenerator
Classes
class
TextGenerator
Methods
__init__
(
self
,
keepAllWs
=0
)
characters
(
self
,
ch
,
start
,
length
)
endElement
(
self
,
name
)
error
(
self
,
exception
)
fatalError
(
self
,
exception
)
getRootNode
(
self
)
ignorableWhitespace
(
self
,
ch
,
start
,
length
)
startElement
(
self
,
name
,
attribs
)