Uses of Class
org.apache.xerces.xni.parser.XMLConfigurationException

Packages that use XMLConfigurationException
org.apache.xerces.dom   
org.apache.xerces.impl   
org.apache.xerces.impl.dtd   
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.models   
org.apache.xerces.impl.xs.opti   
org.apache.xerces.parsers   
org.apache.xerces.util   
org.apache.xerces.xinclude   
org.apache.xerces.xni.grammars   
org.apache.xerces.xni.parser   
org.apache.xerces.xpointer   
 

Uses of XMLConfigurationException in org.apache.xerces.dom
 

Methods in org.apache.xerces.dom that throw XMLConfigurationException
protected  void DOMConfigurationImpl.checkProperty(String propertyId)
          Check a property.
 boolean DOMConfigurationImpl.getFeature(String featureId)
          Returns the state of a feature.
 void DOMConfigurationImpl.setFeature(String featureId, boolean state)
          Set the state of a feature.
 void DOMConfigurationImpl.setProperty(String propertyId, Object value)
          setProperty
 

Uses of XMLConfigurationException in org.apache.xerces.impl
 

Methods in org.apache.xerces.impl that throw XMLConfigurationException
 boolean XMLScanner.getFeature(String featureId)
           
 boolean XMLErrorReporter.getFeature(String featureId)
           
 void XMLVersionDetector.reset(XMLComponentManager componentManager)
           
 void XMLScanner.reset(XMLComponentManager componentManager)
           
 void XMLNSDocumentScannerImpl.reset(XMLComponentManager componentManager)
           
 void XMLEntityManager.reset(XMLComponentManager componentManager)
          Resets the component.
 void XMLDTDScannerImpl.reset(XMLComponentManager componentManager)
          reset
 void XMLDocumentScannerImpl.reset(XMLComponentManager componentManager)
          Resets the component.
 void XMLDocumentFragmentScannerImpl.reset(XMLComponentManager componentManager)
          Resets the component.
 void XML11NSDocumentScannerImpl.reset(XMLComponentManager componentManager)
           
 void XMLScanner.setFeature(String featureId, boolean value)
           
 void XMLNamespaceBinder.setFeature(String featureId, boolean state)
          Sets the state of a feature.
 void XMLErrorReporter.setFeature(String featureId, boolean state)
          Sets the state of a feature.
 void XMLEntityManager.setFeature(String featureId, boolean state)
          Sets the state of a feature.
 void XMLDocumentScannerImpl.setFeature(String featureId, boolean state)
          Sets the state of a feature.
 void XMLDocumentFragmentScannerImpl.setFeature(String featureId, boolean state)
          Sets the state of a feature.
 void XMLScanner.setProperty(String propertyId, Object value)
          Sets the value of a property during parsing.
 void XMLNamespaceBinder.setProperty(String propertyId, Object value)
          Sets the value of a property during parsing.
 void XMLErrorReporter.setProperty(String propertyId, Object value)
          Sets the value of a property.
 void XMLEntityManager.setProperty(String propertyId, Object value)
          Sets the value of a property.
 void XMLDocumentScannerImpl.setProperty(String propertyId, Object value)
          Sets the value of a property.
 void XMLDocumentFragmentScannerImpl.setProperty(String propertyId, Object value)
          Sets the value of a property.
 

Uses of XMLConfigurationException in org.apache.xerces.impl.dtd
 

Methods in org.apache.xerces.impl.dtd that throw XMLConfigurationException
 boolean XMLDTDLoader.getFeature(String featureId)
          Returns the state of a feature.
 Object XMLDTDLoader.getProperty(String propertyId)
          Returns the state of a property.
 void XMLDTDValidator.reset(XMLComponentManager componentManager)
           
 void XMLDTDProcessor.reset(XMLComponentManager componentManager)
           
 void XMLDTDValidator.setFeature(String featureId, boolean state)
          Sets the state of a feature.
 void XMLDTDProcessor.setFeature(String featureId, boolean state)
          Sets the state of a feature.
 void XMLDTDLoader.setFeature(String featureId, boolean state)
          Sets the state of a feature.
 void XMLDTDValidator.setProperty(String propertyId, Object value)
          Sets the value of a property.
 void XMLDTDProcessor.setProperty(String propertyId, Object value)
          Sets the value of a property.
 void XMLDTDLoader.setProperty(String propertyId, Object value)
          Sets the value of a property.
 

Uses of XMLConfigurationException in org.apache.xerces.impl.xs
 

Methods in org.apache.xerces.impl.xs that throw XMLConfigurationException
 boolean XMLSchemaLoader.getFeature(String featureId)
          Returns the state of a feature.
 Object XMLSchemaLoader.getProperty(String propertyId)
          Returns the state of a property.
 void XMLSchemaValidator.reset(XMLComponentManager componentManager)
           
 void XMLSchemaLoader.reset(XMLComponentManager componentManager)
           
 void XMLSchemaValidator.setFeature(String featureId, boolean state)
          Sets the state of a feature.
 void XMLSchemaLoader.setFeature(String featureId, boolean state)
          Sets the state of a feature.
 void XMLSchemaValidator.setProperty(String propertyId, Object value)
          Sets the value of a property.
 void XMLSchemaLoader.setProperty(String propertyId, Object state)
          Sets the state of a property.
 

Uses of XMLConfigurationException in org.apache.xerces.impl.xs.models
 

Methods in org.apache.xerces.impl.xs.models that throw XMLConfigurationException
 void CMNodeFactory.setProperty(String propertyId, Object value)
          Sets the value of a property.
 

Uses of XMLConfigurationException in org.apache.xerces.impl.xs.opti
 

Methods in org.apache.xerces.impl.xs.opti that throw XMLConfigurationException
protected  void SchemaParsingConfig.checkFeature(String featureId)
          Check a feature.
protected  void SchemaParsingConfig.checkProperty(String propertyId)
          Check a property.
 boolean SchemaParsingConfig.getFeature(String featureId)
          Returns the state of a feature.
 Object SchemaParsingConfig.getProperty(String propertyId)
          Returns the value of a property.
 void SchemaParsingConfig.setFeature(String featureId, boolean state)
          Set the state of a feature.
 void SchemaParsingConfig.setInputSource(XMLInputSource inputSource)
          Sets the input source for the document to parse.
 void SchemaParsingConfig.setProperty(String propertyId, Object value)
          setProperty
 

Uses of XMLConfigurationException in org.apache.xerces.parsers
 

Methods in org.apache.xerces.parsers that throw XMLConfigurationException
protected  void XMLGrammarCachingConfiguration.checkFeature(String featureId)
          Check a feature.
protected  void XML11NonValidatingConfiguration.checkFeature(String featureId)
          Check a feature.
protected  void XML11DTDConfiguration.checkFeature(String featureId)
          Check a feature.
protected  void XML11Configuration.checkFeature(String featureId)
          Check a feature.
protected  void StandardParserConfiguration.checkFeature(String featureId)
          Check a feature.
protected  void NonValidatingConfiguration.checkFeature(String featureId)
          Check a feature.
protected  void DTDConfiguration.checkFeature(String featureId)
          Check a feature.
protected  void BasicParserConfiguration.checkFeature(String featureId)
          Check a feature.
protected  void XMLGrammarCachingConfiguration.checkProperty(String propertyId)
          Check a property.
protected  void XML11NonValidatingConfiguration.checkProperty(String propertyId)
          Check a property.
protected  void XML11DTDConfiguration.checkProperty(String propertyId)
          Check a property.
protected  void XML11Configuration.checkProperty(String propertyId)
          Check a property.
protected  void StandardParserConfiguration.checkProperty(String propertyId)
          Check a property.
protected  void NonValidatingConfiguration.checkProperty(String propertyId)
          Check a property.
protected  void DTDConfiguration.checkProperty(String propertyId)
          Check a property.
protected  void BasicParserConfiguration.checkProperty(String propertyId)
          Check a property.
 boolean XML11NonValidatingConfiguration.getFeature(String featureId)
          Returns the state of a feature.
 boolean XML11DTDConfiguration.getFeature(String featureId)
          Returns the state of a feature.
 boolean XML11Configuration.getFeature(String featureId)
          Returns the state of a feature.
 boolean XIncludeAwareParserConfiguration.getFeature(String featureId)
           
 boolean NonValidatingConfiguration.getFeature(String featureId)
           
 Object XML11Configuration.getProperty(String propertyId)
          Returns the value of a property.
 Object NonValidatingConfiguration.getProperty(String propertyId)
           
 Object DTDConfiguration.getProperty(String propertyId)
           
 void XML11NonValidatingConfiguration.setFeature(String featureId, boolean state)
          Set the state of a feature.
 void XML11DTDConfiguration.setFeature(String featureId, boolean state)
          Set the state of a feature.
 void XML11Configuration.setFeature(String featureId, boolean state)
          Set the state of a feature.
 void XIncludeAwareParserConfiguration.setFeature(String featureId, boolean state)
           
 void NonValidatingConfiguration.setFeature(String featureId, boolean state)
           
 void BasicParserConfiguration.setFeature(String featureId, boolean state)
          Set the state of a feature.
 void XML11NonValidatingConfiguration.setInputSource(XMLInputSource inputSource)
          Sets the input source for the document to parse.
 void XML11DTDConfiguration.setInputSource(XMLInputSource inputSource)
          Sets the input source for the document to parse.
 void XML11Configuration.setInputSource(XMLInputSource inputSource)
          Sets the input source for the document to parse.
 void NonValidatingConfiguration.setInputSource(XMLInputSource inputSource)
          Sets the input source for the document to parse.
 void DTDConfiguration.setInputSource(XMLInputSource inputSource)
          Sets the input source for the document to parse.
 void XPointerParserConfiguration.setProperty(String propertyId, Object value)
           
 void XML11NonValidatingConfiguration.setProperty(String propertyId, Object value)
          setProperty
 void XML11DTDConfiguration.setProperty(String propertyId, Object value)
          setProperty
 void XML11Configuration.setProperty(String propertyId, Object value)
          setProperty
 void XIncludeParserConfiguration.setProperty(String propertyId, Object value)
           
 void NonValidatingConfiguration.setProperty(String propertyId, Object value)
           
 void DTDConfiguration.setProperty(String propertyId, Object value)
           
 void BasicParserConfiguration.setProperty(String propertyId, Object value)
          setProperty
 

Uses of XMLConfigurationException in org.apache.xerces.util
 

Methods in org.apache.xerces.util that throw XMLConfigurationException
protected  void ParserConfigurationSettings.checkFeature(String featureId)
          Check a feature.
protected  void ParserConfigurationSettings.checkProperty(String propertyId)
          Check a property.
 boolean ParserConfigurationSettings.getFeature(String featureId)
          Returns the state of a feature.
 Object ParserConfigurationSettings.getProperty(String propertyId)
          Returns the value of a property.
 void ParserConfigurationSettings.setFeature(String featureId, boolean state)
          Set the state of a feature.
 void ParserConfigurationSettings.setProperty(String propertyId, Object value)
          setProperty
 

Uses of XMLConfigurationException in org.apache.xerces.xinclude
 

Methods in org.apache.xerces.xinclude that throw XMLConfigurationException
 void XIncludeHandler.setFeature(String featureId, boolean state)
          Sets the state of a feature.
 void XIncludeHandler.setProperty(String propertyId, Object value)
          Sets the value of a property.
 

Uses of XMLConfigurationException in org.apache.xerces.xni.grammars
 

Methods in org.apache.xerces.xni.grammars that throw XMLConfigurationException
 boolean XMLGrammarLoader.getFeature(String featureId)
          Returns the state of a feature.
 Object XMLGrammarLoader.getProperty(String propertyId)
          Returns the state of a property.
 void XMLGrammarLoader.setFeature(String featureId, boolean state)
          Sets the state of a feature.
 void XMLGrammarLoader.setProperty(String propertyId, Object state)
          Sets the state of a property.
 

Uses of XMLConfigurationException in org.apache.xerces.xni.parser
 

Methods in org.apache.xerces.xni.parser that throw XMLConfigurationException
 boolean XMLParserConfiguration.getFeature(String featureId)
          Returns the state of a feature.
 boolean XMLComponentManager.getFeature(String featureId)
          Returns the state of a feature.
 Object XMLParserConfiguration.getProperty(String propertyId)
          Returns the value of a property.
 Object XMLComponentManager.getProperty(String propertyId)
          Returns the value of a property.
 void XMLComponent.reset(XMLComponentManager componentManager)
          Resets the component.
 void XMLParserConfiguration.setFeature(String featureId, boolean state)
          Sets the state of a feature.
 void XMLComponent.setFeature(String featureId, boolean state)
          Sets the state of a feature.
 void XMLPullParserConfiguration.setInputSource(XMLInputSource inputSource)
          Sets the input source for the document to parse.
 void XMLParserConfiguration.setProperty(String propertyId, Object value)
          Sets the value of a property.
 void XMLComponent.setProperty(String propertyId, Object value)
          Sets the value of a property.
 

Uses of XMLConfigurationException in org.apache.xerces.xpointer
 

Methods in org.apache.xerces.xpointer that throw XMLConfigurationException
 void XPointerHandler.setProperty(String propertyId, Object value)
           Sets the value of a property.
 



Copyright © 2011. All Rights Reserved.