Bio :: EUtils :: POM :: DTDConsumerForSourceGeneration :: Class DTDConsumerForSourceGeneration
[hide private]
[frames] | no frames]

Class DTDConsumerForSourceGeneration

source code

Instance Methods [hide private]
 
__init__(self, generator, mixins=None, toupper=0) source code
 
dtd_start(self) source code
 
dtd_end(self) 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_external_entity(self, ent_name, pub_id, sys_id, ndata)
Receives external 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
Method Details [hide private]

new_external_entity(self, ent_name, pub_id, sys_id, ndata)

source code 

Receives external general entity declarations. 'ndata' is the empty string if the entity is parsed.