Home
last modified time | relevance | path

Searched refs:getByteStream (Results 1 – 16 of 16) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPMetaParser.java186 InputSource source = new InputSource(buffer.getByteStream()); in parseXmlFromBytebuffer()
208 buffer.getByteStream(), encoding)); in parseXmlFromBytebuffer()
218 source = new InputSource(buffer.getByteStream()); in parseXmlFromBytebuffer()
DByteBuffer.java118 public InputStream getByteStream() in getByteStream() method in ByteBuffer
/external/python/cpython2/Lib/xml/sax/
Dxmlreader.py120 file = source.getByteStream()
253 def getByteStream(self): member in InputSource
Dsaxutils.py323 if source.getByteStream() is None:
Dexpatreader.py233 file = source.getByteStream()
/external/python/cpython3/Lib/xml/sax/
Dxmlreader.py122 file = source.getByteStream()
255 def getByteStream(self): member in InputSource
Dsaxutils.py356 if source.getCharacterStream() is None and source.getByteStream() is None:
Dexpatreader.py230 file = source.getByteStream()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOMOutputImpl.java105 public OutputStream getByteStream(){ in getByteStream() method in DOMOutputImpl
DLSSerializerImpl.java977 OutputStream outputStream = destination.getByteStream(); in write()
/external/python/cpython3/Lib/test/
Dtest_sax.py379 self.assertIsNone(prep.getByteStream())
390 self.checkContent(prep.getByteStream(),
399 self.checkContent(prep.getByteStream(),
406 self.checkContent(prep.getByteStream(),
413 self.checkContent(prep.getByteStream(),
421 self.checkContent(prep.getByteStream(),
428 self.assertIsNone(prep.getByteStream())
/external/python/cpython2/Lib/test/
Dtest_sax.py318 self.checkContent(prep.getByteStream(),
327 self.checkContent(prep.getByteStream(),
334 self.checkContent(prep.getByteStream(),
342 self.checkContent(prep.getByteStream(),
/external/libxml2/python/
Ddrv_libxml2.py149 input = libxml2.inputBuffer(source.getByteStream())
/external/python/cpython3/Doc/library/
Dxml.sax.reader.rst310 .. method:: InputSource.getByteStream()
/external/python/cpython2/Doc/library/
Dxml.sax.reader.rst304 .. method:: InputSource.getByteStream()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java483 InputStream i = s.getByteStream(); in getReader()