Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Class
org.xml.sax.SAXNotSupportedException

Packages that use SAXNotSupportedException
Package Description
javax.xml.parsers Provides classes allowing the processing of XML documents. 
javax.xml.validation This package provides an API for validation of XML documents. 
org.xml.sax This package provides the core SAX APIs. 
org.xml.sax.helpers This package contains "helper" classes, including support for bootstrapping SAX-based applications. 
 

Uses of SAXNotSupportedException in javax.xml.parsers
 

Methods in javax.xml.parsers that throw SAXNotSupportedException
Modifier and Type Method and Description
abstract  boolean SAXParserFactory.getFeature(String name)
          Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
abstract  Object SAXParser.getProperty(String name)
          Returns the particular property requested for in the underlying implementation of XMLReader.
abstract  void SAXParserFactory.setFeature(String name, boolean value)
          Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
abstract  void SAXParser.setProperty(String name, Object value)
          Sets the particular property in the underlying implementation of XMLReader.
 

Uses of SAXNotSupportedException in javax.xml.validation
 

Methods in javax.xml.validation that throw SAXNotSupportedException
Modifier and Type Method and Description
 boolean ValidatorHandler.getFeature(String name)
          Look up the value of a feature flag.
 boolean Validator.getFeature(String name)
          Look up the value of a feature flag.
 boolean SchemaFactory.getFeature(String name)
          Look up the value of a feature flag.
 Object ValidatorHandler.getProperty(String name)
          Look up the value of a property.
 Object Validator.getProperty(String name)
          Look up the value of a property.
 Object SchemaFactory.getProperty(String name)
          Look up the value of a property.
 void ValidatorHandler.setFeature(String name, boolean value)
          Set a feature for this ValidatorHandler.
 void Validator.setFeature(String name, boolean value)
          Set the value of a feature flag.
 void SchemaFactory.setFeature(String name, boolean value)
          Set a feature for this SchemaFactory, Schemas created by this factory, and by extension, Validators and ValidatorHandlers created by those Schemas.
 void ValidatorHandler.setProperty(String name, Object object)
          Set the value of a property.
 void Validator.setProperty(String name, Object object)
          Set the value of a property.
 void SchemaFactory.setProperty(String name, Object object)
          Set the value of a property.
 

Uses of SAXNotSupportedException in org.xml.sax
 

Methods in org.xml.sax that throw SAXNotSupportedException
Modifier and Type Method and Description
 boolean XMLReader.getFeature(String name)
          Look up the value of a feature flag.
 Object XMLReader.getProperty(String name)
          Look up the value of a property.
 void XMLReader.setFeature(String name, boolean value)
          Set the value of a feature flag.
 void XMLReader.setProperty(String name, Object value)
          Set the value of a property.
 

Uses of SAXNotSupportedException in org.xml.sax.helpers
 

Methods in org.xml.sax.helpers that throw SAXNotSupportedException
Modifier and Type Method and Description
 boolean XMLFilterImpl.getFeature(String name)
          Look up the value of a feature.
 boolean ParserAdapter.getFeature(String name)
          Check a parser feature flag.
 Object XMLFilterImpl.getProperty(String name)
          Look up the value of a property.
 Object ParserAdapter.getProperty(String name)
          Get a parser property.
 void XMLFilterImpl.setFeature(String name, boolean value)
          Set the value of a feature.
 void ParserAdapter.setFeature(String name, boolean value)
          Set a feature flag for the parser.
 void XMLFilterImpl.setProperty(String name, Object value)
          Set the value of a property.
 void ParserAdapter.setProperty(String name, Object value)
          Set a parser property.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.