Ft.Xml.Lib.StreamWriter
Modules
codecs
re
Functions
EntityMap
(...)
EntityMap(mapping)
Creates an EntityMap used for writing escaped characters. The key in the
mapping represents the character to escape and the value is the replacement.
StreamWriter
(...)
StreamWriter(stream, encoding)
stream must be a file-like object open for writing (binary) data.
encoding specifies the encoding which is to be used for the stream.
Data
ILLEGAL_XML_CHAR_PATTERN
= <_sre.SRE_Pattern object>
_ASCII
= u'\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\x0c\r\x0e\x0f\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f !"#$%&\'()*+,-./...OPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\x7f'
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/Lib/StreamWriter.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.Lib.StreamWriter'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.