Searched refs:getInputSource (Results 1 – 3 of 3) sorted by relevance
56 assertNull(source.getInputSource()); in constructor()66 assertEquals(is, source.getInputSource()); in constructor_withXMLReaderAndInputSource()73 assertEquals(is, source.getInputSource()); in setInputSource()76 assertNull(source.getInputSource()); in setInputSource()
125 public InputSource getInputSource() { in getInputSource() method in SAXSource189 return ((SAXSource) source).getInputSource(); in sourceToInputSource()
20648 method public org.xml.sax.InputSource getInputSource();