Searched refs:XMLParser (Results 1 – 15 of 15) sorted by relevance
26 parser = xmllib.XMLParser()32 class H(xmllib.XMLParser):
27 parser = cET.XMLParser()
4 import org.testng.xml.XMLParser;17 public class DomXmlParser extends XMLParser<XmlSuite> implements ISuiteParser {
9 public class SuiteXmlParser extends XMLParser<XmlSuite> implements ISuiteParser {
16 abstract public class XMLParser<T> implements IFileParser<T> { class
25 public class ResultXMLParser extends XMLParser<Object> {
651 parser = XMLParser(target=TreeBuilder())1203 parser = XMLParser(target=TreeBuilder())1310 parser = XMLParser(target=TreeBuilder())1326 parser = XMLParser(target=TreeBuilder())1358 parser = XMLParser(target=TreeBuilder())1466 class XMLParser(object): class1671 XMLTreeBuilder = XMLParser
469 optional parser instance. If not given, the standard :class:`XMLParser`487 given, the standard :class:`XMLParser` parser is used. *parser* is not506 not given, the standard :class:`XMLParser` parser is used. Returns an568 :class:`XMLParser` parser is used. Returns an :class:`Element` instance.576 :class:`XMLParser` parser is used. Returns a tuple containing an848 given, the standard XMLParser parser is used. Returns the section962 XMLParser Objects966 .. class:: XMLParser(html=0, target=None, encoding=None)992 :meth:`XMLParser.feed` calls *target*\'s :meth:`start` method994 and data is processed by method :meth:`data`. :meth:`XMLParser.close`[all …]
23 This module defines a class :class:`XMLParser` which serves as the basis for27 .. class:: XMLParser()29 The :class:`XMLParser` class must be instantiated without arguments. [#]_41 :class:`XMLParser`.51 instances of :class:`XMLParser`.
12 Many of the attributes of the XMLParser objects are callbacks. Since121 XMLParser Objects
91 class XMLParser: class155 if self.elements is XMLParser.elements:805 class TestXMLParser(XMLParser):809 XMLParser.__init__(self, **kw)871 XMLParser.close(self)886 klass = XMLParser
574 if xmllib.XMLParser not in SlowParser.__bases__:575 SlowParser.__bases__ = (xmllib.XMLParser,)582 xmllib.XMLParser.__init__(self, accept_utf8=1)584 xmllib.XMLParser.__init__(self) # pre-2.0
131 myparser = et.XMLParser(encoding='ISO-8859-1')
1993 giving an :class:`~xml.etree.ElementTree.XMLParser` instance that will1996 p = ET.XMLParser(encoding='utf-8')
2553 members to xml.parsers.expat.XMLParser object.