Table of Contents

Class: Parser Martel/Parser.py

Parse the input data all in memory

This needs an interface like the standard XML parser

Base Classes   
xmlreader.XMLReader
Methods   
__init__
__str__
close
copy
parse
parseFile
parseString
  __init__ 
__init__ (
        self,
        tagtable,
        (=(0, 1, {} ),
        )

  __str__ 
__str__ ( self )

  close 
close ( self )

  copy 
copy ( self )

  parse 
parse ( self,  source )

parse using the URL or file handle

  parseFile 
parseFile ( self,  fileobj )

parse using the input file object

XXX will be removed with the switch to Python 2.0, where parse() takes an InputSource

  parseString 
parseString ( self,  s )

parse using the given string

XXX will be removed with the switch to Python 2.0, where parse() takes an InputSource


Table of Contents

This document was automatically generated on Mon Jul 1 12:03:20 2002 by HappyDoc version 2.0.1