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

Class DTDConsumerForSourceGeneration


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.

Method Details

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. 'ndata' is the empty string if the entity is parsed.

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.

Generated by Epydoc 2.1 on Mon Aug 27 16:13:13 2007 http://epydoc.sf.net