java/alt2xml-lib-input/src/cz/frantovo/alt2xml/Alt2XmlReaderFactory.java
changeset 36 ad36a104623f
parent 34 5af9c7693d70
child 111 e4900596abdb
     1.1 --- a/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/Alt2XmlReaderFactory.java	Sun Jun 08 00:01:29 2014 +0200
     1.2 +++ b/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/Alt2XmlReaderFactory.java	Sun Jun 08 09:53:51 2014 +0200
     1.3 @@ -27,10 +27,10 @@
     1.4  public interface Alt2XmlReaderFactory {
     1.5  
     1.6  	/**
     1.7 -	 * @param systemId system ID of the document to be read
     1.8 +	 * @param inputSource  source of the document to be read
     1.9  	 * @return whether this alternative format is supported
    1.10  	 */
    1.11 -	public boolean canRead(String systemId);
    1.12 +	public boolean canRead(AltInputSource inputSource);
    1.13  
    1.14  	public XMLReader getReader() throws SAXException;
    1.15  }