Searched refs:getCharacterStream (Results 1 - 13 of 13) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
H A DInputSourceTest.java34 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());
/libcore/luni/src/main/java/java/sql/
H A DClob.java55 public Reader getCharacterStream() throws SQLException; method in interface:Clob
193 public Reader getCharacterStream(long pos, long length) throws SQLException; method in interface:Clob
H A DSQLXML.java55 Reader getCharacterStream() throws SQLException; method in interface:SQLXML
H A DCallableStatement.java1541 public Reader getCharacterStream(int parameterIndex) throws SQLException; method in interface:CallableStatement
1548 public Reader getCharacterStream(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java488 public Reader getCharacterStream(int columnIndex) throws SQLException; method in interface:ResultSet
501 public Reader getCharacterStream(String columnName) throws SQLException; method in interface:ResultSet
1051 * @deprecated Use {@link #getCharacterStream} instead.
1066 * @deprecated Use {@link #getCharacterStream} instead.
/libcore/luni/src/main/java/org/w3c/dom/ls/
H A DLSOutput.java54 public java.io.Writer getCharacterStream(); method in interface:LSOutput
H A DLSInput.java65 public java.io.Reader getCharacterStream(); method in interface:LSInput
/libcore/luni/src/main/java/org/xml/sax/
H A DInputSource.java303 * @see #getCharacterStream
318 public Reader getCharacterStream () method in class:InputSource
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
H A DDocumentBuilderImpl.java112 } else if (source.getCharacterStream() != null) {
113 parser.setInput(source.getCharacterStream());
/libcore/luni/src/main/java/org/apache/harmony/xml/
H A DExpatReader.java264 Reader reader = input.getCharacterStream();
H A DExpatParser.java321 Reader reader = inputSource.getCharacterStream();
341 Reader reader = inputSource.getCharacterStream();
/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
H A DDriver.java276 final Reader reader = source.getCharacterStream();
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldPreparedStatementTest.java2380 public Reader getCharacterStream() throws SQLException { method in class:OldPreparedStatementTest.MockClob
2421 public Reader getCharacterStream(long pos, long length) throws SQLException { method in class:OldPreparedStatementTest.MockClob

Completed in 303 milliseconds