|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLConfigurationException in org.apache.xerces.dom |
---|
Methods in org.apache.xerces.dom that throw XMLConfigurationException | |
---|---|
boolean |
DOMConfigurationImpl.getFeature(java.lang.String featureId)
Returns the state of a feature. |
void |
DOMConfigurationImpl.setFeature(java.lang.String featureId,
boolean state)
Set the state of a feature. |
void |
DOMConfigurationImpl.setProperty(java.lang.String propertyId,
java.lang.Object value)
setProperty |
Uses of XMLConfigurationException in org.apache.xerces.impl |
---|
Methods in org.apache.xerces.impl that throw XMLConfigurationException | |
---|---|
boolean |
XMLScanner.getFeature(java.lang.String featureId)
|
boolean |
XMLErrorReporter.getFeature(java.lang.String featureId)
|
void |
XML11NSDocumentScannerImpl.reset(XMLComponentManager componentManager)
|
void |
XMLDTDScannerImpl.reset(XMLComponentManager componentManager)
reset |
void |
XMLDocumentFragmentScannerImpl.reset(XMLComponentManager componentManager)
Resets the component. |
void |
XMLScanner.reset(XMLComponentManager componentManager)
|
void |
XMLNSDocumentScannerImpl.reset(XMLComponentManager componentManager)
|
void |
XMLEntityManager.reset(XMLComponentManager componentManager)
Resets the component. |
void |
XMLVersionDetector.reset(XMLComponentManager componentManager)
|
void |
XMLDocumentScannerImpl.reset(XMLComponentManager componentManager)
Resets the component. |
void |
XMLNamespaceBinder.setFeature(java.lang.String featureId,
boolean state)
Sets the state of a feature. |
void |
XMLDocumentFragmentScannerImpl.setFeature(java.lang.String featureId,
boolean state)
Sets the state of a feature. |
void |
XMLScanner.setFeature(java.lang.String featureId,
boolean value)
|
void |
XMLEntityManager.setFeature(java.lang.String featureId,
boolean state)
Sets the state of a feature. |
void |
XMLDocumentScannerImpl.setFeature(java.lang.String featureId,
boolean state)
Sets the state of a feature. |
void |
XMLErrorReporter.setFeature(java.lang.String featureId,
boolean state)
Sets the state of a feature. |
void |
XMLNamespaceBinder.setProperty(java.lang.String propertyId,
java.lang.Object value)
Sets the value of a property during parsing. |
void |
XMLDocumentFragmentScannerImpl.setProperty(java.lang.String propertyId,
java.lang.Object value)
Sets the value of a property. |
void |
XMLScanner.setProperty(java.lang.String propertyId,
java.lang.Object value)
Sets the value of a property during parsing. |
void |
XMLEntityManager.setProperty(java.lang.String propertyId,
java.lang.Object value)
Sets the value of a property. |
void |
XMLDocumentScannerImpl.setProperty(java.lang.String propertyId,
java.lang.Object value)
Sets the value of a property. |
void |
XMLErrorReporter.setProperty(java.lang.String propertyId,
java.lang.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(java.lang.String featureId)
Returns the state of a feature. |
java.lang.Object |
XMLDTDLoader.getProperty(java.lang.String propertyId)
Returns the state of a property. |
void |
XMLDTDValidator.reset(XMLComponentManager componentManager)
|
void |
XMLDTDProcessor.reset(XMLComponentManager componentManager)
|
void |
XMLDTDLoader.setFeature(java.lang.String featureId,
boolean state)
Sets the state of a feature. |
void |
XMLDTDValidator.setFeature(java.lang.String featureId,
boolean state)
Sets the state of a feature. |
void |
XMLDTDProcessor.setFeature(java.lang.String featureId,
boolean state)
Sets the state of a feature. |
void |
XMLDTDLoader.setProperty(java.lang.String propertyId,
java.lang.Object value)
Sets the value of a property. |
void |
XMLDTDValidator.setProperty(java.lang.String propertyId,
java.lang.Object value)
Sets the value of a property. |
void |
XMLDTDProcessor.setProperty(java.lang.String propertyId,
java.lang.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(java.lang.String featureId)
Returns the state of a feature. |
java.lang.Object |
XMLSchemaLoader.getProperty(java.lang.String propertyId)
Returns the state of a property. |
void |
XMLSchemaValidator.reset(XMLComponentManager componentManager)
|
void |
XMLSchemaLoader.reset(XMLComponentManager componentManager)
|
void |
XMLSchemaValidator.setFeature(java.lang.String featureId,
boolean state)
Sets the state of a feature. |
void |
XMLSchemaLoader.setFeature(java.lang.String featureId,
boolean state)
Sets the state of a feature. |
void |
XMLSchemaValidator.setProperty(java.lang.String propertyId,
java.lang.Object value)
Sets the value of a property. |
void |
XMLSchemaLoader.setProperty(java.lang.String propertyId,
java.lang.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(java.lang.String propertyId,
java.lang.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 | |
---|---|
boolean |
SchemaParsingConfig.getFeature(java.lang.String featureId)
Returns the state of a feature. |
void |
SchemaParsingConfig.setFeature(java.lang.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(java.lang.String propertyId,
java.lang.Object value)
setProperty |
Uses of XMLConfigurationException in org.apache.xerces.parsers |
---|
Methods in org.apache.xerces.parsers that throw XMLConfigurationException | |
---|---|
boolean |
XML11DTDConfiguration.getFeature(java.lang.String featureId)
Returns the state of a feature. |
boolean |
XML11NonValidatingConfiguration.getFeature(java.lang.String featureId)
Returns the state of a feature. |
boolean |
XML11Configuration.getFeature(java.lang.String featureId)
Returns the state of a feature. |
boolean |
XIncludeAwareParserConfiguration.getFeature(java.lang.String featureId)
|
boolean |
NonValidatingConfiguration.getFeature(java.lang.String featureId)
|
void |
XML11DTDConfiguration.setFeature(java.lang.String featureId,
boolean state)
Set the state of a feature. |
void |
XML11NonValidatingConfiguration.setFeature(java.lang.String featureId,
boolean state)
Set the state of a feature. |
void |
BasicParserConfiguration.setFeature(java.lang.String featureId,
boolean state)
Set the state of a feature. |
void |
XML11Configuration.setFeature(java.lang.String featureId,
boolean state)
Set the state of a feature. |
void |
XIncludeAwareParserConfiguration.setFeature(java.lang.String featureId,
boolean state)
|
void |
NonValidatingConfiguration.setFeature(java.lang.String featureId,
boolean state)
|
void |
XML11DTDConfiguration.setInputSource(XMLInputSource inputSource)
Sets the input source for the document to parse. |
void |
XML11NonValidatingConfiguration.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 |
DTDConfiguration.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 |
XML11DTDConfiguration.setProperty(java.lang.String propertyId,
java.lang.Object value)
setProperty |
void |
XML11NonValidatingConfiguration.setProperty(java.lang.String propertyId,
java.lang.Object value)
setProperty |
void |
BasicParserConfiguration.setProperty(java.lang.String propertyId,
java.lang.Object value)
setProperty |
void |
XML11Configuration.setProperty(java.lang.String propertyId,
java.lang.Object value)
setProperty |
void |
XIncludeParserConfiguration.setProperty(java.lang.String propertyId,
java.lang.Object value)
|
void |
XPointerParserConfiguration.setProperty(java.lang.String propertyId,
java.lang.Object value)
|
void |
NonValidatingConfiguration.setProperty(java.lang.String propertyId,
java.lang.Object value)
|
Uses of XMLConfigurationException in org.apache.xerces.util |
---|
Methods in org.apache.xerces.util that throw XMLConfigurationException | |
---|---|
boolean |
ParserConfigurationSettings.getFeature(java.lang.String featureId)
Returns the state of a feature. |
java.lang.Object |
ParserConfigurationSettings.getProperty(java.lang.String propertyId)
Returns the value of a property. |
void |
ParserConfigurationSettings.setFeature(java.lang.String featureId,
boolean state)
Set the state of a feature. |
void |
ParserConfigurationSettings.setProperty(java.lang.String propertyId,
java.lang.Object value)
setProperty |
Uses of XMLConfigurationException in org.apache.xerces.xinclude |
---|
Methods in org.apache.xerces.xinclude that throw XMLConfigurationException | |
---|---|
void |
XIncludeHandler.setFeature(java.lang.String featureId,
boolean state)
Sets the state of a feature. |
void |
XIncludeHandler.setProperty(java.lang.String propertyId,
java.lang.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(java.lang.String featureId)
Returns the state of a feature. |
java.lang.Object |
XMLGrammarLoader.getProperty(java.lang.String propertyId)
Returns the state of a property. |
void |
XMLGrammarLoader.setFeature(java.lang.String featureId,
boolean state)
Sets the state of a feature. |
void |
XMLGrammarLoader.setProperty(java.lang.String propertyId,
java.lang.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 |
XMLComponentManager.getFeature(java.lang.String featureId)
Returns the state of a feature. |
boolean |
XMLParserConfiguration.getFeature(java.lang.String featureId)
Returns the state of a feature. |
java.lang.Object |
XMLComponentManager.getProperty(java.lang.String propertyId)
Returns the value of a property. |
java.lang.Object |
XMLParserConfiguration.getProperty(java.lang.String propertyId)
Returns the value of a property. |
void |
XMLComponent.reset(XMLComponentManager componentManager)
Resets the component. |
void |
XMLComponent.setFeature(java.lang.String featureId,
boolean state)
Sets the state of a feature. |
void |
XMLParserConfiguration.setFeature(java.lang.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 |
XMLComponent.setProperty(java.lang.String propertyId,
java.lang.Object value)
Sets the value of a property. |
void |
XMLParserConfiguration.setProperty(java.lang.String propertyId,
java.lang.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(java.lang.String propertyId,
java.lang.Object value)
Sets the value of a property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |