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

Lines Matching full:xmlparser

564     """Default XML parser (based on xmllib.XMLParser)."""
568 if xmllib.XMLParser not in SlowParser.__bases__:
569 SlowParser.__bases__ = (xmllib.XMLParser,)
576 xmllib.XMLParser.__init__(self, accept_utf8=1)
578 xmllib.XMLParser.__init__(self) # pre-2.0