Home
last modified time | relevance | path

Searched refs:setByteStream (Results 1 – 7 of 7) 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/cpython2/Lib/test/
Dtest_sax.py172 input.setByteStream(f)
299 src.setByteStream(self.make_byte_stream())
705 inpsrc.setByteStream(StringIO("<entity/>"))
830 inpsrc.setByteStream(open(TEST_XMLFILE))
923 source.setByteStream(StringIO("<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)