Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.xml.sax.SAXNotRecognizedException

Uses of SAXNotRecognizedException in org.xml.sax
 

Methods in org.xml.sax that throw SAXNotRecognizedException
 boolean XMLReader.getFeature(java.lang.String name)
          Look up the value of a feature flag.
 void XMLReader.setFeature(java.lang.String name, boolean value)
          Set the value of a feature flag.
 java.lang.Object XMLReader.getProperty(java.lang.String name)
          Look up the value of a property.
 void XMLReader.setProperty(java.lang.String name, java.lang.Object value)
          Set the value of a property.