4Suite
™
API Documentation
►
Module
Ft
.
Lib
.
DistExt
.
Formatters
.XmlFormatter
Classes:
XmlFormatter
,
XmlRepr
Classes
class
XmlFormatter
(
XmlRepr
)
Methods
__init__
(
self
,
dist_command
)
doc_module
(
self
,
module
)
document
(
self
,
module
,
encoding
=None
)
end_element
(
self
,
tagname
)
section
(
self
,
title
,
list
,
format
)
start_element
(
self
,
tagname
,
attributes
={}
)
warn
(
self
,
msg
)
write_element
(
self
,
tagname
,
attributes
={}
,
content
=''
)
Methods inherited from class
XmlRepr
escape
,
repr
,
repr_str
,
repr_unicode
Methods inherited from class
pydoc.TextRepr
repr1, repr_instance, repr_string
Methods inherited from class
repr.Repr
repr_array, repr_deque, repr_dict, repr_frozenset, repr_list, repr_long, repr_set, repr_tuple
Fields
indent
= ' '
class
XmlRepr
(
pydoc.TextRepr
)
Methods
escape
(
self
,
text
)
repr
(
self
,
object
)
repr_str
=
repr_string
(
self
,
x
,
level
)
repr_unicode
=
repr_string
(
self
,
x
,
level
)
Methods inherited from class
pydoc.TextRepr
__init__, repr1, repr_instance, repr_string
Methods inherited from class
repr.Repr
repr_array, repr_deque, repr_dict, repr_frozenset, repr_list, repr_long, repr_set, repr_tuple