HomeSort by relevance Sort by last modified time
    Searched refs:xmlreader (Results 1 - 25 of 71) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
expatreader.py 28 from xml.sax import xmlreader, saxutils, handler
30 AttributesImpl = xmlreader.AttributesImpl
31 AttributesNSImpl = xmlreader.AttributesNSImpl
48 class ExpatLocator(xmlreader.Locator):
84 class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator):
88 xmlreader.IncrementalParser.__init__(self, bufsize)
89 self._source = xmlreader.InputSource()
98 # XMLReader methods
107 xmlreader.IncrementalParser.parse(self, source)
    [all...]
saxutils.py 8 import xmlreader
171 class XMLFilterBase(xmlreader.XMLReader):
172 """This class is designed to sit between an XMLReader and the
180 xmlreader.XMLReader.__init__(self)
248 # XMLReader methods
287 source = xmlreader.InputSource(source)
290 source = xmlreader.InputSource()
__init__.py 16 xmlreader -- Base classes and constants which define the SAX 2 API for
22 from xmlreader import InputSource
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
expatreader.py 28 from xml.sax import xmlreader, saxutils, handler
30 AttributesImpl = xmlreader.AttributesImpl
31 AttributesNSImpl = xmlreader.AttributesNSImpl
48 class ExpatLocator(xmlreader.Locator):
84 class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator):
88 xmlreader.IncrementalParser.__init__(self, bufsize)
89 self._source = xmlreader.InputSource()
98 # XMLReader methods
107 xmlreader.IncrementalParser.parse(self, source
    [all...]
__init__.py 16 xmlreader -- Base classes and constants which define the SAX 2 API for
22 from xmlreader import InputSource
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
expatreader.py 28 from xml.sax import xmlreader, saxutils, handler
30 AttributesImpl = xmlreader.AttributesImpl
31 AttributesNSImpl = xmlreader.AttributesNSImpl
48 class ExpatLocator(xmlreader.Locator):
84 class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator):
88 xmlreader.IncrementalParser.__init__(self, bufsize)
89 self._source = xmlreader.InputSource()
98 # XMLReader methods
107 xmlreader.IncrementalParser.parse(self, source
    [all...]
__init__.py 16 xmlreader -- Base classes and constants which define the SAX 2 API for
22 from xmlreader import InputSource
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py 28 from xml.sax import xmlreader, saxutils, handler
30 AttributesImpl = xmlreader.AttributesImpl
31 AttributesNSImpl = xmlreader.AttributesNSImpl
48 class ExpatLocator(xmlreader.Locator):
84 class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator):
88 xmlreader.IncrementalParser.__init__(self, bufsize)
89 self._source = xmlreader.InputSource()
98 # XMLReader methods
107 xmlreader.IncrementalParser.parse(self, source
    [all...]
__init__.py 16 xmlreader -- Base classes and constants which define the SAX 2 API for
22 from xmlreader import InputSource
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py 28 from xml.sax import xmlreader, saxutils, handler
30 AttributesImpl = xmlreader.AttributesImpl
31 AttributesNSImpl = xmlreader.AttributesNSImpl
48 class ExpatLocator(xmlreader.Locator):
84 class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator):
88 xmlreader.IncrementalParser.__init__(self, bufsize)
89 self._source = xmlreader.InputSource()
98 # XMLReader methods
107 xmlreader.IncrementalParser.parse(self, source
    [all...]
__init__.py 16 xmlreader -- Base classes and constants which define the SAX 2 API for
22 from xmlreader import InputSource
  /external/libxml2/python/
drv_libxml2.py 2 """ A SAX2 driver for libxml2, on top of it's XmlReader API
12 (waiting for XmlReader.ResolveEntity) and start/endDTD
61 from xml.sax import xmlreader, saxutils
80 class Locator(xmlreader.Locator):
102 class LibXml2Reader(xmlreader.XMLReader):
105 xmlreader.XMLReader.__init__(self)
162 attributesNSImpl = xmlreader.AttributesNSImpl({},{})
164 attributesImpl = xmlreader.AttributesImpl({}
    [all...]
  /external/libxml2/include/libxml/
Makefile.am 43 xmlreader.h \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
expatreader.py 28 from xml.sax import xmlreader, saxutils, handler
30 AttributesImpl = xmlreader.AttributesImpl
31 AttributesNSImpl = xmlreader.AttributesNSImpl
51 class ExpatLocator(xmlreader.Locator):
87 class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator):
91 xmlreader.IncrementalParser.__init__(self, bufsize)
92 self._source = xmlreader.InputSource()
101 # XMLReader methods
110 xmlreader.IncrementalParser.parse(self, source)
    [all...]
__init__.py 16 xmlreader -- Base classes and constants which define the SAX 2 API for
22 from xmlreader import InputSource
saxutils.py 10 import xmlreader
199 class XMLFilterBase(xmlreader.XMLReader):
200 """This class is designed to sit between an XMLReader and the
208 xmlreader.XMLReader.__init__(self)
276 # XMLReader methods
315 source = xmlreader.InputSource(source)
318 source = xmlreader.InputSource()
  /external/python/cpython2/Lib/xml/sax/
expatreader.py 28 from xml.sax import xmlreader, saxutils, handler
30 AttributesImpl = xmlreader.AttributesImpl
31 AttributesNSImpl = xmlreader.AttributesNSImpl
51 class ExpatLocator(xmlreader.Locator):
87 class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator):
91 xmlreader.IncrementalParser.__init__(self, bufsize)
92 self._source = xmlreader.InputSource()
101 # XMLReader methods
110 xmlreader.IncrementalParser.parse(self, source
    [all...]
__init__.py 16 xmlreader -- Base classes and constants which define the SAX 2 API for
22 from xmlreader import InputSource
  /external/python/cpython3/Lib/xml/sax/
expatreader.py 28 from xml.sax import xmlreader, saxutils, handler
30 AttributesImpl = xmlreader.AttributesImpl
31 AttributesNSImpl = xmlreader.AttributesNSImpl
51 class ExpatLocator(xmlreader.Locator):
87 class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator):
91 xmlreader.IncrementalParser.__init__(self, bufsize)
92 self._source = xmlreader.InputSource()
101 # XMLReader methods
110 xmlreader.IncrementalParser.parse(self, source
    [all...]
__init__.py 16 xmlreader -- Base classes and constants which define the SAX 2 API for
22 from .xmlreader import InputSource
  /external/libxml2/doc/examples/
reader1.c 2 * section: xmlReader
3 * synopsis: Parse an XML file with an xmlReader
6 * (Note that the XMLReader functions require libxml2 version later
15 #include <libxml/xmlreader.h>
21 * @reader: the xmlReader
reader2.c 2 * section: xmlReader
3 * synopsis: Parse and validate an XML file with an xmlReader
7 * (Note that the XMLReader functions require libxml2 version later
16 #include <libxml/xmlreader.h>
22 * @reader: the xmlReader
reader3.c 2 * section: xmlReader
3 * synopsis: Show how to extract subdocuments with xmlReader
5 * to parse an XML file with the xmlReader while collecting
7 * (Note that the XMLReader functions require libxml2 version later
16 #include <libxml/xmlreader.h>
36 * build an xmlReader for that file
reader4.c 2 * section: xmlReader
3 * synopsis: Parse multiple XML files reusing an xmlReader
6 * and parser context. (Note that the XMLReader functions require
15 #include <libxml/xmlreader.h>
119 fprintf(stderr, "xmlReader support not compiled in\n");
  /external/doclava/src/com/google/doclava/apicheck/
XmlApiFile.java 32 import org.xml.sax.XMLReader;
52 XMLReader xmlreader = XMLReaderFactory.createXMLReader(); local
54 xmlreader.setContentHandler(handler);
55 xmlreader.setErrorHandler(handler);
56 xmlreader.parse(new InputSource(xmlStream));

Completed in 296 milliseconds

1 2 3