Hi, Rub�n

> I have a problem with the SAXParser. I am doing an application that
> processes a XML document using a SAXParser. I have done a ContentHandler
> that implements the startElement,endElement, methods. On one moment of the
> process I want to stop the parse of the document because the data are wrong
> calling startElement.
> 
> How can I say to SAXParse that stop the parse?
> 

The parsing will stop if you throw SAXException() from
startElement,endElement ..

Hope it helps,
Elena

Reply via email to