Home
last modified time | relevance | path

Searched refs:setCharacterStream (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/xml/sax/
D__init__.py45 inpsrc.setCharacterStream(io.StringIO(string))
Dxmlreader.py262 def setCharacterStream(self, charfile): member in InputSource
Dsaxutils.py350 source.setCharacterStream(f)
/third_party/python/Lib/test/
Dtest_sax.py377 src.setCharacterStream(self.make_character_stream())
1177 inpsrc.setCharacterStream(f)
1438 source.setCharacterStream(self.test_data)
1502 source.setCharacterStream(self.test_data)
/third_party/python/Doc/library/
Dxml.sax.reader.rst318 .. method:: InputSource.setCharacterStream(charfile)
/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/
DBuildMetadataFromXmlTest.java49 inputSource.setCharacterStream(new StringReader(xmlString)); in parseXmlString()