March 2005
Beginner to intermediate
1254 pages
104h 21m
English
SAXNotRecognizedException
Signals
that
the parser does not recognize a feature or property name. See the
setFeature( ) and setProperty(
) methods of XMLReader.
Figure 22-3. org.xml.sax.SAXNotRecognizedException
public class SAXNotRecognizedException extends SAXException { // Public Constructors 5.0 public SAXNotRecognizedException( ); public SAXNotRecognizedException(String message); }
Too many methods to list.
Read now
Unlock full access