Home
last modified time | relevance | path

Searched defs:inputSource (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/javax/xml/transform/sax/
DSAXSource.java72 public SAXSource(XMLReader reader, InputSource inputSource) { in SAXSource()
89 public SAXSource(InputSource inputSource) { in SAXSource()
116 public void setInputSource(InputSource inputSource) { in setInputSource()
176 private InputSource inputSource; field in SAXSource
/libcore/luni/src/test/java/libcore/xml/
DJaxenXPathTestSuite.java91 InputSource inputSource = new InputSource("file:" + jaxenHome + "/" + url); in suite() local
104 InputSource inputSource, Element element) { in contextToTestSuite()
DDomTest.java1685 InputSource inputSource = new InputSource(new ByteArrayInputStream(xml)); in testBomAndByteInputWithExplicitCharset() local
1692 InputSource inputSource = new InputSource(new StringReader("\ufeff<input/>")); in testBomAndCharacterInput() local
DExpatSaxParserTest.java539 InputSource inputSource = new InputSource( in testExternalEntity() local
/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatParser.java294 InputSource inputSource = entityResolver.resolveEntity( in handleExternalEntity() local
331 private String pickEncoding(InputSource inputSource) { in pickEncoding()
345 InputSource inputSource) throws IOException, SAXException { in parseExternalEntity()