java/alt2xml-lib-input/src/cz/frantovo/alt2xml/ReaderFinder.java
changeset 36 ad36a104623f
parent 32 ecc2731a5a46
     1.1 --- a/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/ReaderFinder.java	Sun Jun 08 00:01:29 2014 +0200
     1.2 +++ b/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/ReaderFinder.java	Sun Jun 08 09:53:51 2014 +0200
     1.3 @@ -11,10 +11,10 @@
     1.4  
     1.5  	/**
     1.6  	 *
     1.7 -	 * @param systemId systemId of the document which should be parsed
     1.8 +	 * @param inputSource source of the document which should be parsed
     1.9  	 * @return XMLReader appropriate for this document
    1.10  	 * @throws org.xml.sax.SAXException if we have no reader for given systemId
    1.11  	 */
    1.12 -	public XMLReader findReader(String systemId) throws SAXException;
    1.13 +	public XMLReader findReader(AltInputSource inputSource) throws SAXException;
    1.14  
    1.15  }