|
__init__(self,
generator,
mixins=None,
toupper=0) |
source code
|
|
|
|
|
|
|
new_element_type(self,
elem_name,
elem_cont)
Receives the declaration of an element type. |
source code
|
|
|
new_attribute(self,
elem,
attr,
a_type,
a_decl,
a_def)
Receives the declaration of a new attribute. |
source code
|
|
|
handle_comment(self,
contents)
Receives the contents of a comment. |
source code
|
|
|
new_parameter_entity(self,
name,
val)
Receives internal parameter entity declarations. |
source code
|
|
|
new_external_pe(self,
name,
pubid,
sysid)
Receives external parameter entity declarations. |
source code
|
|
|
new_general_entity(self,
name,
val)
Receives internal general entity declarations. |
source code
|
|
|
|
|
new_notation(self,
name,
pubid,
sysid)
Receives notation declarations. |
source code
|
|
|
handle_pi(self,
target,
data)
Receives the target and data of processing instructions. |
source code
|
|