1 package net.sf.tomp.xml.sax; 2 3 import org.xml.sax.XMLReader; 4 5 /*** 6 * DOCUMENT ME! 7 * 8 * @author tomp 9 */ 10 public interface ParametrizedXMLReader extends XMLReader, 11 net.sf.tomp.general.Parametrized { 12 } 13 14 /* 15 * The contents of this file are subject to the Mozilla Public License Version 16 * 1.1 (the "License"); you may not use this file except in compliance with the 17 * License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 18 * Software distributed under the License is distributed on an "AS IS" basis, 19 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for 20 * the specific language governing rights and limitations under the License. The 21 * Original Code is: all this file. The Initial Developer of the Original Code 22 * is: Tomas Pitner, Masaryk University in Brno, Czech Republic. Contributor(s): 23 */