Podpora: parse(String systemId)
authorFrantišek Kučera <franta-hg@frantovo.cz>
Tue, 03 Jan 2012 14:45:29 +0100
changeset 5c2496cf043c3
parent 4 e2b2f34cdb50
child 6 5cfb685d8eec
Podpora: parse(String systemId)
java/alt2xml/src/cz/frantovo/alt2xml/vstup/SuperReader.java
     1.1 --- a/java/alt2xml/src/cz/frantovo/alt2xml/vstup/SuperReader.java	Tue Jan 03 14:39:16 2012 +0100
     1.2 +++ b/java/alt2xml/src/cz/frantovo/alt2xml/vstup/SuperReader.java	Tue Jan 03 14:45:29 2012 +0100
     1.3 @@ -106,7 +106,6 @@
     1.4  
     1.5  	@Override
     1.6  	public void parse(String systemId) throws IOException, SAXException {
     1.7 -		// TODO: dopsat
     1.8 -		throw new SAXException("Zatím není podporováno.");
     1.9 +		parse(new InputSource(systemId));
    1.10  	}
    1.11  }