Home
last modified time | relevance | path

Searched refs:setByteStream (Results 1 – 12 of 12) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOMOutputImpl.java117 public void setByteStream(OutputStream byteStream){ in setByteStream() method in DOMOutputImpl
/external/python/cpython2/Lib/xml/sax/
D__init__.py48 inpsrc.setByteStream(StringIO(string))
Dsaxutils.py319 source.setByteStream(f)
351 source.setByteStream(f)
Dxmlreader.py240 def setByteStream(self, bytefile): member in InputSource
/external/python/cpython3/Lib/xml/sax/
D__init__.py47 inpsrc.setByteStream(io.BytesIO(string))
Dsaxutils.py352 source.setByteStream(f)
367 source.setByteStream(f)
Dxmlreader.py242 def setByteStream(self, bytefile): member in InputSource
/external/python/cpython2/Lib/test/
Dtest_sax.py173 input.setByteStream(f)
315 src.setByteStream(self.make_byte_stream())
721 inpsrc.setByteStream(StringIO("<entity/>"))
846 inpsrc.setByteStream(open(TEST_XMLFILE))
939 source.setByteStream(StringIO("<foo bar foobar>")) #ill-formed
/external/python/cpython3/Lib/test/
Dtest_sax.py194 input.setByteStream(f)
382 src.setByteStream(self.make_byte_stream())
1013 inpsrc.setByteStream(BytesIO(b"<entity/>"))
1156 inpsrc.setByteStream(f)
1262 source.setByteStream(BytesIO(b"<foo bar foobar>")) #ill-formed
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DCommandLine.java199 s.setByteStream(System.in); in process()
/external/python/cpython2/Doc/library/
Dxml.sax.reader.rst292 .. method:: InputSource.setByteStream(bytefile)
/external/python/cpython3/Doc/library/
Dxml.sax.reader.rst299 .. method:: InputSource.setByteStream(bytefile)