| Method Summary |
| |
__init__(self,
generator,
mixins,
toupper)
|
| |
dtd_end(self)
|
| |
dtd_start(self)
|
| |
handle_comment(self,
contents)
Receives the contents of a comment. |
| |
handle_pi(self,
target,
data)
Receives the target and data of processing instructions. |
| |
new_attribute(self,
elem,
attr,
a_type,
a_decl,
a_def)
Receives the declaration of a new attribute. |
| |
new_element_type(self,
elem_name,
elem_cont)
Receives the declaration of an element type. |
| |
new_external_entity(self,
ent_name,
pub_id,
sys_id,
ndata)
Receives external general entity declarations. |
| |
new_external_pe(self,
name,
pubid,
sysid)
Receives external parameter entity declarations. |
| |
new_general_entity(self,
name,
val)
Receives internal general entity declarations. |
| |
new_notation(self,
name,
pubid,
sysid)
Receives notation declarations. |
| |
new_parameter_entity(self,
name,
val)
Receives internal parameter entity declarations. |