Uses of Class
org.xml.sax.SAXNotRecognizedException
| Package | Description |
|---|---|
| javax.xml.parsers | |
| javax.xml.validation | |
| org.apache.harmony.xml | |
| org.apache.harmony.xml.parsers | |
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
| org.xml.sax | |
| org.xml.sax.helpers | |
| org.xmlpull.v1.sax2 |
-
Uses of SAXNotRecognizedException in javax.xml.parsers
Methods in javax.xml.parsers that throw SAXNotRecognizedException Modifier and Type Method Description abstract booleanSAXParserFactory. getFeature(String name)Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.abstract ObjectSAXParser. getProperty(String name)Returns the particular property requested for in the underlying implementation ofXMLReader.abstract voidSAXParserFactory. setFeature(String name, boolean value)Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.abstract voidSAXParser. setProperty(String name, Object value)Sets the particular property in the underlying implementation ofXMLReader. -
Uses of SAXNotRecognizedException in javax.xml.validation
Methods in javax.xml.validation that throw SAXNotRecognizedException Modifier and Type Method Description booleanSchemaFactory. getFeature(String name)Look up the value of a feature flag.booleanValidator. getFeature(String name)Look up the value of a feature flag.booleanValidatorHandler. getFeature(String name)Look up the value of a feature flag.ObjectSchemaFactory. getProperty(String name)Look up the value of a property.ObjectValidator. getProperty(String name)Look up the value of a property.ObjectValidatorHandler. getProperty(String name)Look up the value of a property.voidSchemaFactory. setFeature(String name, boolean value)Set the value of a feature flag.voidValidator. setFeature(String name, boolean value)Set the value of a feature flag.voidValidatorHandler. setFeature(String name, boolean value)Set the value of a feature flag.voidSchemaFactory. setProperty(String name, Object object)Set the value of a property.voidValidator. setProperty(String name, Object object)Set the value of a property.voidValidatorHandler. setProperty(String name, Object object)Set the value of a property. -
Uses of SAXNotRecognizedException in org.apache.harmony.xml
Methods in org.apache.harmony.xml that throw SAXNotRecognizedException Modifier and Type Method Description booleanExpatReader. getFeature(String name)ObjectExpatReader. getProperty(String name)voidExpatReader. setFeature(String name, boolean value)voidExpatReader. setProperty(String name, Object value) -
Uses of SAXNotRecognizedException in org.apache.harmony.xml.parsers
Methods in org.apache.harmony.xml.parsers that throw SAXNotRecognizedException Modifier and Type Method Description booleanSAXParserFactoryImpl. getFeature(String name)voidSAXParserFactoryImpl. setFeature(String name, boolean value) -
Uses of SAXNotRecognizedException in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer that throw SAXNotRecognizedException Modifier and Type Method Description booleanTransformerImpl. getFeature(String name)Look up the value of a feature. -
Uses of SAXNotRecognizedException in org.xml.sax
Methods in org.xml.sax that throw SAXNotRecognizedException Modifier and Type Method Description booleanXMLReader. getFeature(String name)Look up the value of a feature flag.ObjectXMLReader. getProperty(String name)Look up the value of a property.voidXMLReader. setFeature(String name, boolean value)Set the value of a feature flag.voidXMLReader. setProperty(String name, Object value)Set the value of a property. -
Uses of SAXNotRecognizedException in org.xml.sax.helpers
Methods in org.xml.sax.helpers that throw SAXNotRecognizedException Modifier and Type Method Description booleanParserAdapter. getFeature(String name)Check a parser feature flag.booleanXMLFilterImpl. getFeature(String name)Look up the value of a feature.ObjectParserAdapter. getProperty(String name)Get a parser property.ObjectXMLFilterImpl. getProperty(String name)Look up the value of a property.voidParserAdapter. setFeature(String name, boolean value)Set a feature flag for the parser.voidXMLFilterImpl. setFeature(String name, boolean value)Set the value of a feature.voidParserAdapter. setProperty(String name, Object value)Set a parser property.voidXMLFilterImpl. setProperty(String name, Object value)Set the value of a property. -
Uses of SAXNotRecognizedException in org.xmlpull.v1.sax2
Methods in org.xmlpull.v1.sax2 that throw SAXNotRecognizedException Modifier and Type Method Description booleanDriver. getFeature(String name)ObjectDriver. getProperty(String name)voidDriver. setFeature(String name, boolean value)voidDriver. setProperty(String name, Object value)