HomeSort by relevance Sort by last modified time
    Searched defs:getCharacterStream (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSOutput.java 54 public java.io.Writer getCharacterStream();
LSInput.java 65 public java.io.Reader getCharacterStream();
  /libcore/ojluni/src/main/java/java/sql/
Clob.java 111 java.io.Reader getCharacterStream() throws SQLException;
283 * @see #getCharacterStream
346 Reader getCharacterStream(long pos, long length) throws SQLException;
SQLXML.java 174 * reading APIs are called: getBinaryStream(), getCharacterStream(), getSource(), and getString().
253 * The behavior of this method is the same as ResultSet.getCharacterStream()
268 Reader getCharacterStream() throws SQLException;
CallableStatement.java     [all...]
ResultSet.java 480 * @deprecated use <code>getCharacterStream</code> in place of
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMOutputImpl.java 81 public Writer getCharacterStream(){
  /libcore/luni/src/main/java/org/xml/sax/
InputSource.java 303 * @see #getCharacterStream
318 public Reader getCharacterStream ()
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
InputSourceTest.java 34 assertNull(i.getCharacterStream());
44 assertNull(i.getCharacterStream());
57 assertNull(i.getCharacterStream());
66 assertNull(i.getCharacterStream());
79 assertEquals(sr, i.getCharacterStream());
88 assertNull(i.getCharacterStream());
153 assertEquals(sr, i.getCharacterStream());
162 assertNull(i.getCharacterStream());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
xmlreader.py 270 def getCharacterStream(self):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
xmlreader.py 270 def getCharacterStream(self):
  /external/python/cpython2/Lib/xml/sax/
xmlreader.py 270 def getCharacterStream(self):
  /external/python/cpython3/Lib/xml/sax/
xmlreader.py 120 file = source.getCharacterStream()
272 def getCharacterStream(self):
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
xmlreader.py 270 def getCharacterStream(self):
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
xmlreader.py 270 def getCharacterStream(self):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 270 def getCharacterStream(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 270 def getCharacterStream(self):
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 112 } else if (source.getCharacterStream() != null) {
113 parser.setInput(source.getCharacterStream());
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 355 public Reader getCharacterStream(int columnIndex) throws SQLException {
359 public Reader getCharacterStream(String columnName) throws SQLException {
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java     [all...]
  /prebuilts/tools/common/m2/repository/org/w3c/css/sac/1.3/
sac-1.3.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xercesMinimal-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/xercesMinimal/1.9.6.2/
xercesMinimal-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 

Completed in 928 milliseconds

1 2 3 4