Searched refs:getByteStream (Results 1 – 16 of 16) sorted by relevance
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPMetaParser.java | 186 InputSource source = new InputSource(buffer.getByteStream()); in parseXmlFromBytebuffer() 208 buffer.getByteStream(), encoding)); in parseXmlFromBytebuffer() 218 source = new InputSource(buffer.getByteStream()); in parseXmlFromBytebuffer()
|
D | ByteBuffer.java | 118 public InputStream getByteStream() in getByteStream() method in ByteBuffer
|
/external/python/cpython2/Lib/xml/sax/ |
D | xmlreader.py | 120 file = source.getByteStream() 253 def getByteStream(self): member in InputSource
|
D | saxutils.py | 323 if source.getByteStream() is None:
|
D | expatreader.py | 233 file = source.getByteStream()
|
/external/python/cpython3/Lib/xml/sax/ |
D | xmlreader.py | 122 file = source.getByteStream() 255 def getByteStream(self): member in InputSource
|
D | saxutils.py | 356 if source.getCharacterStream() is None and source.getByteStream() is None:
|
D | expatreader.py | 230 file = source.getByteStream()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | DOMOutputImpl.java | 105 public OutputStream getByteStream(){ in getByteStream() method in DOMOutputImpl
|
D | LSSerializerImpl.java | 977 OutputStream outputStream = destination.getByteStream(); in write()
|
/external/python/cpython3/Lib/test/ |
D | test_sax.py | 379 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/ |
D | test_sax.py | 318 self.checkContent(prep.getByteStream(), 327 self.checkContent(prep.getByteStream(), 334 self.checkContent(prep.getByteStream(), 342 self.checkContent(prep.getByteStream(),
|
/external/libxml2/python/ |
D | drv_libxml2.py | 149 input = libxml2.inputBuffer(source.getByteStream())
|
/external/python/cpython3/Doc/library/ |
D | xml.sax.reader.rst | 310 .. method:: InputSource.getByteStream()
|
/external/python/cpython2/Doc/library/ |
D | xml.sax.reader.rst | 304 .. method:: InputSource.getByteStream()
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | Parser.java | 483 InputStream i = s.getByteStream(); in getReader()
|