Package Martel :: Module Parser :: Class HeaderFooterParser
[show private | hide private]
[frames | no frames]

Class HeaderFooterParser

XMLReader --+
            |
           HeaderFooterParser


Header followed by 0 or more records followed by a footer
Method Summary
  __init__(self, format_name, attrs, make_header_reader, header_reader_args, header_tagtable, make_reader, reader_args, record_tagtable, make_footer_reader, footer_reader_args, footer_tagtable, (want_groupref_names, debug_level, attrlookup))
  __str__(self)
  copy(self)
  parse(self, source)
parse using the URL or file handle
  parseFile(self, fileobj)
  parseString(self, s)
    Inherited from XMLReader
  getContentHandler(self)
Returns the current ContentHandler.
  getDTDHandler(self)
Returns the current DTD handler.
  getEntityResolver(self)
Returns the current EntityResolver.
  getErrorHandler(self)
Returns the current ErrorHandler.
  getFeature(self, name)
Looks up and returns the state of a SAX2 feature.
  getProperty(self, name)
Looks up and returns the value of a SAX2 property.
  setContentHandler(self, handler)
Registers a new object to receive document content events.
  setDTDHandler(self, handler)
Register an object to receive basic DTD-related events.
  setEntityResolver(self, resolver)
Register an object to resolve external entities.
  setErrorHandler(self, handler)
Register an object to receive error-message events.
  setFeature(self, name, state)
Sets the state of a SAX2 feature.
  setLocale(self, locale)
Allow an application to set the locale for errors and warnings.
  setProperty(self, name, value)
Sets the value of a SAX2 property.

Method Details

parse(self, source)

parse using the URL or file handle
Overrides:
xml.sax.xmlreader.XMLReader.parse

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