mirceatoma 2002/10/15 16:55:37
Modified: xmlutil/src/java/org/apache/excalibur/xml/sax Parser.java
Log:
Remove useless method.
Revision Changes Path
1.2 +1 -12
jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/sax/Parser.java
Index: Parser.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/sax/Parser.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Parser.java 13 Oct 2002 03:26:09 -0000 1.1
+++ Parser.java 15 Oct 2002 23:55:37 -0000 1.2
@@ -25,19 +25,8 @@
* @version CVS $Revision$ $Date$
*/
public interface Parser
- extends Component
{
String ROLE = Parser.class.getName();
-
- /**
- * Parse the {@link InputSource} and send
- * SAX events to the consumer.
- * Attention: the consumer can implement the
- * {@link LexicalHandler} as well.
- * The parse should take care of this.
- */
- void parse( InputSource in, ContentHandler consumer )
- throws SAXException, IOException;
/**
* Parse the {@link InputSource} and send
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>