[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xml-dev] [SAX] setProperty and exception
- From: Kohsuke KAWAGUCHI <kohsukekawaguchi@yahoo.com>
- To: boblyons@unidex.com, xml-dev@lists.xml.org
- Date: Fri, 28 Sep 2001 17:41:26 -0700
You are right. Sorry for the stupid question. I just reader javadoc of
SAXParser#setProperty (which was came with JAXP) method and it says:
> SAXNotRecognizedException - When the underlying XMLReader does not recognize the property name.
> SAXNotSupportedException - When the underlying XMLReader recognizes the property name but doesn't support the property.
Now I read javadoc of XMLReader (which was came with SAX2) and it
clearly says what I should do!
regards,
----------------------
K.Kawaguchi
E-Mail: kohsukekawaguchi@yahoo.com