Hi,

what do you think of extending the
org.apache.excalibur.xml.sax.Parser interface by
adding a parse() method:

void parse( InputSource in,
                ContentHandler contentHandler,
                LexicalHandler lexicalHandler,
                Parameters     parameters )
        throws SAXException, IOException;

With this method you can influence the parsing, e.g.
turn on/off validation for this parse cycle etc.

Carsten

--
To unsubscribe, e-mail:   <mailto:avalon-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-dev-help@;jakarta.apache.org>

Reply via email to