Uses of Class org.xml.sax.SAXNotSupportedException

Uses in package javax.xml.validation

Methods which throw type org.xml.sax.SAXNotSupportedException

boolean
boolean
boolean
Object
Object
Object
void
SchemaFactory.setFeature(String name, boolean value)
void
Validator.setFeature(String name, boolean value)
void
ValidatorHandler.setFeature(String name, boolean value)
void
void
void

Uses in package org.xml.sax.helpers

Methods which throw type org.xml.sax.SAXNotSupportedException

boolean
Check a parser feature flag.
boolean
Look up the value of a feature.
Object
Get a parser property.
Object
Look up the value of a property.
void
ParserAdapter.setFeature(String name, boolean value)
Set a feature flag for the parser.
void
XMLFilterImpl.setFeature(String name, boolean value)
Set the value of a feature.
void
Set a parser property.
void
Set the value of a property.

Uses in package org.xml.sax

Methods which throw type org.xml.sax.SAXNotSupportedException

boolean
Look up the value of a feature flag.
Object
Look up the value of a property.
void
XMLReader.setFeature(String name, boolean value)
Set the value of a feature flag.
void
Set the value of a property.

Uses in package javax.xml.parsers

Methods which throw type org.xml.sax.SAXNotSupportedException

boolean
Returns the specified feature for SAX2 parsers obtained from this factory.
Object
Returns the value of the specified SAX2 parser property.
void
SAXParserFactory.setFeature(String name, boolean value)
Sets the specified feature for SAX2 parsers obtained from this factory.
void
Sets the specified SAX2 parser property.