Home | History | Annotate | Download | only in python2.7

Lines Matching defs:XMLParser

84 # Usage: p = XMLParser(); p.feed(data); ...; p.close().
91 class XMLParser:
155 if self.elements is XMLParser.elements:
805 class TestXMLParser(XMLParser):
809 XMLParser.__init__(self, **kw)
871 XMLParser.close(self)
886 klass = XMLParser