Searched defs:inputSource (Results 1 – 5 of 5) sorted by relevance
72 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
91 InputSource inputSource = new InputSource("file:" + jaxenHome + "/" + url); in suite() local104 InputSource inputSource, Element element) { in contextToTestSuite()
1685 InputSource inputSource = new InputSource(new ByteArrayInputStream(xml)); in testBomAndByteInputWithExplicitCharset() local1692 InputSource inputSource = new InputSource(new StringReader("\ufeff<input/>")); in testBomAndCharacterInput() local
539 InputSource inputSource = new InputSource( in testExternalEntity() local
294 InputSource inputSource = entityResolver.resolveEntity( in handleExternalEntity() local331 private String pickEncoding(InputSource inputSource) { in pickEncoding()345 InputSource inputSource) throws IOException, SAXException { in parseExternalEntity()