Searched refs:InputSource (Results 1 – 18 of 18) sorted by relevance
54 .. class:: InputSource(system_id=None)67 An :class:`InputSource` belongs to the application, the :class:`XMLReader` is68 not allowed to modify :class:`InputSource` objects passed to it from the106 object, or an :class:`InputSource` object. When259 InputSource Objects263 .. method:: InputSource.setPublicId(id)265 Sets the public identifier of this :class:`InputSource`.268 .. method:: InputSource.getPublicId()270 Returns the public identifier of this :class:`InputSource`.273 .. method:: InputSource.setSystemId(id)[all …]
86 fully resolved :class:`~xml.sax.xmlreader.InputSource` object ready for88 an :class:`~xml.sax.xmlreader.InputSource` object; parsers will use this
86 :class:`~xml.sax.xmlreader.InputSource`, :class:`~xml.sax.xmlreader.Locator`,91 :class:`~xml.sax.xmlreader.InputSource` (which is often
381 identifier to read from as a string, or an InputSource to read from. The default
22 from .xmlreader import InputSource43 inpsrc = InputSource()
345 source = xmlreader.InputSource(source)348 source = xmlreader.InputSource()
189 class InputSource: class
92 self._source = xmlreader.InputSource()
18 from xml.sax.xmlreader import InputSource, AttributesImpl, AttributesNSImpl198 input = InputSource()376 src = InputSource(self.file)386 src = InputSource(self.file)396 src = InputSource(self.file)965 source = InputSource()1020 inpsrc = InputSource()1137 parser.parse(InputSource(TEST_XMLFILE))1152 parser.parse(InputSource(fname))1162 inpsrc = InputSource()[all …]
32 import org.xml.sax.InputSource;148 public InputSource resolveEntity(String publicId, String systemId) { in parseReport()149 return new InputSource(new StringReader("")); in parseReport()
61 InputSource is = new InputSource(fis); in beginImport()
57 InputSource is = new InputSource(fis); in beginImport()
38 InputSource is = new InputSource(new FileInputStream(configFile)); in RBReporterScanner()
33 import org.xml.sax.InputSource;48 InputSource inputSource = new InputSource(); in parseXmlString()
48 import org.xml.sax.InputSource;1021 InputSource inputSource = new InputSource(fis); in getDocument()
31 import org.xml.sax.InputSource;419 doc = docBuilder.parse(new InputSource(urls)); in createRB()
386 SAX parsers now support a character stream of InputSource object.
2077 :class:`xmlreader.InputSource <xml.sax.xmlreader.InputSource>` object.