Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
boolean |
XMLErrorReporter.getFeature(String featureId) |
boolean |
XMLScanner.getFeature(String featureId) |
void |
XML11NSDocumentScannerImpl.reset(XMLComponentManager componentManager) |
void |
XMLDocumentFragmentScannerImpl.reset(XMLComponentManager componentManager)
Resets the component.
|
void |
XMLDocumentScannerImpl.reset(XMLComponentManager componentManager)
Resets the component.
|
void |
XMLNSDocumentScannerImpl.reset(XMLComponentManager componentManager) |
void |
XMLDTDScannerImpl.reset(XMLComponentManager componentManager)
reset
|
void |
XMLEntityManager.reset(XMLComponentManager componentManager)
Resets the component.
|
void |
XMLScanner.reset(XMLComponentManager componentManager) |
void |
XMLVersionDetector.reset(XMLComponentManager componentManager) |
void |
XMLDocumentFragmentScannerImpl.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 |
XMLNamespaceBinder.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 |
XMLErrorReporter.setFeature(String featureId,
boolean state)
Sets the state of a feature.
|
void |
XMLScanner.setFeature(String featureId,
boolean value) |
void |
XMLDocumentFragmentScannerImpl.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 |
XMLNamespaceBinder.setProperty(String propertyId,
Object value)
Sets the value of a property during parsing.
|
void |
XMLEntityManager.setProperty(String propertyId,
Object value)
Sets the value of a property.
|
void |
XMLErrorReporter.setProperty(String propertyId,
Object value)
Sets the value of a property.
|
void |
XMLScanner.setProperty(String propertyId,
Object value)
Sets the value of a property during parsing.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XMLDTDLoader.getFeature(String featureId)
Returns the state of a feature.
|
Object |
XMLDTDLoader.getProperty(String propertyId)
Returns the state of a property.
|
void |
XMLDTDProcessor.reset(XMLComponentManager componentManager) |
void |
XMLDTDValidator.reset(XMLComponentManager componentManager) |
void |
XMLDTDLoader.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 |
XMLDTDValidator.setFeature(String featureId,
boolean state)
Sets the state of a feature.
|
void |
XMLDTDLoader.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 |
XMLDTDValidator.setProperty(String propertyId,
Object value)
Sets the value of a property.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XMLSchemaLoader.getFeature(String featureId)
Returns the state of a feature.
|
Object |
XMLSchemaLoader.getProperty(String propertyId)
Returns the state of a property.
|
void |
XMLSchemaLoader.reset(XMLComponentManager componentManager) |
void |
XMLSchemaValidator.reset(XMLComponentManager componentManager) |
void |
XMLSchemaLoader.setFeature(String featureId,
boolean state)
Sets the state of a feature.
|
void |
XMLSchemaValidator.setFeature(String featureId,
boolean state)
Sets the state of a feature.
|
void |
XMLSchemaLoader.setProperty(String propertyId,
Object state)
Sets the state of a property.
|
void |
XMLSchemaValidator.setProperty(String propertyId,
Object value)
Sets the value of a property.
|
Modifier and Type | Method and Description |
---|---|
void |
CMNodeFactory.setProperty(String propertyId,
Object value)
Sets the value of a property.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicParserConfiguration.checkFeature(String featureId)
Check a feature.
|
protected void |
XML11DTDConfiguration.checkFeature(String featureId)
Check a feature.
|
protected void |
XMLGrammarCachingConfiguration.checkFeature(String featureId)
Check a feature.
|
protected void |
DTDConfiguration.checkFeature(String featureId)
Check a feature.
|
protected void |
NonValidatingConfiguration.checkFeature(String featureId)
Check a feature.
|
protected void |
StandardParserConfiguration.checkFeature(String featureId)
Check a feature.
|
protected void |
XML11Configuration.checkFeature(String featureId)
Check a feature.
|
protected void |
XML11NonValidatingConfiguration.checkFeature(String featureId)
Check a feature.
|
protected void |
BasicParserConfiguration.checkProperty(String propertyId)
Check a property.
|
protected void |
XML11DTDConfiguration.checkProperty(String propertyId)
Check a property.
|
protected void |
XMLGrammarCachingConfiguration.checkProperty(String propertyId)
Check a property.
|
protected void |
DTDConfiguration.checkProperty(String propertyId)
Check a property.
|
protected void |
NonValidatingConfiguration.checkProperty(String propertyId)
Check a property.
|
protected void |
StandardParserConfiguration.checkProperty(String propertyId)
Check a property.
|
protected void |
XML11Configuration.checkProperty(String propertyId)
Check a property.
|
protected void |
XML11NonValidatingConfiguration.checkProperty(String propertyId)
Check a property.
|
boolean |
XML11DTDConfiguration.getFeature(String featureId)
Returns the state of a feature.
|
boolean |
NonValidatingConfiguration.getFeature(String featureId) |
boolean |
XIncludeAwareParserConfiguration.getFeature(String featureId) |
boolean |
XML11Configuration.getFeature(String featureId)
Returns the state of a feature.
|
boolean |
XML11NonValidatingConfiguration.getFeature(String featureId)
Returns the state of a feature.
|
Object |
DTDConfiguration.getProperty(String propertyId) |
Object |
NonValidatingConfiguration.getProperty(String propertyId) |
Object |
SecureProcessingConfiguration.getProperty(String propertyId)
Returns the value of a property.
|
Object |
XML11Configuration.getProperty(String propertyId)
Returns the value of a property.
|
void |
BasicParserConfiguration.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 |
NonValidatingConfiguration.setFeature(String featureId,
boolean state) |
void |
XIncludeAwareParserConfiguration.setFeature(String featureId,
boolean state) |
void |
XML11Configuration.setFeature(String featureId,
boolean state)
Set the state of a feature.
|
void |
XML11NonValidatingConfiguration.setFeature(String featureId,
boolean state)
Set the state of a feature.
|
void |
XML11DTDConfiguration.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 |
XML11Configuration.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 |
BasicParserConfiguration.setProperty(String propertyId,
Object value)
setProperty
|
void |
XIncludeParserConfiguration.setProperty(String propertyId,
Object value) |
void |
XML11DTDConfiguration.setProperty(String propertyId,
Object value)
setProperty
|
void |
DTDConfiguration.setProperty(String propertyId,
Object value) |
void |
NonValidatingConfiguration.setProperty(String propertyId,
Object value) |
void |
SecureProcessingConfiguration.setProperty(String propertyId,
Object value)
setProperty
|
void |
XML11Configuration.setProperty(String propertyId,
Object value)
setProperty
|
void |
XML11NonValidatingConfiguration.setProperty(String propertyId,
Object value)
setProperty
|
void |
XPointerParserConfiguration.setProperty(String propertyId,
Object value) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XMLComponentManager.getFeature(String featureId)
Returns the state of a feature.
|
boolean |
XMLParserConfiguration.getFeature(String featureId)
Returns the state of a feature.
|
Object |
XMLComponentManager.getProperty(String propertyId)
Returns the value of a property.
|
Object |
XMLParserConfiguration.getProperty(String propertyId)
Returns the value of a property.
|
void |
XMLComponent.reset(XMLComponentManager componentManager)
Resets the component.
|
void |
XMLComponent.setFeature(String featureId,
boolean state)
Sets the state of a feature.
|
void |
XMLParserConfiguration.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 |
XMLComponent.setProperty(String propertyId,
Object value)
Sets the value of a property.
|
void |
XMLParserConfiguration.setProperty(String propertyId,
Object value)
Sets the value of a property.
|
Modifier and Type | Method and Description |
---|---|
void |
XPointerHandler.setProperty(String propertyId,
Object value)
Sets the value of a property.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.