| Modifier and Type | Method and Description |
|---|---|
protected PropertyState |
DOMConfigurationImpl.checkProperty(String propertyId)
Check a property.
|
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 |
XMLDTDScannerImpl.reset(XMLComponentManager componentManager)
reset
|
void |
XMLEntityManager.reset(XMLComponentManager componentManager)
Resets the component.
|
void |
XMLEntityScanner.reset(XMLComponentManager componentManager)
Resets the component.
|
void |
XMLNSDocumentScannerImpl.reset(XMLComponentManager componentManager) |
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 |
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 |
XMLNamespaceBinder.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 |
XMLErrorReporter.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 |
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 FeatureState |
SchemaParsingConfig.checkFeature(String featureId)
Check a feature.
|
protected PropertyState |
SchemaParsingConfig.checkProperty(String propertyId)
Check a property.
|
FeatureState |
SchemaParsingConfig.getFeatureState(String featureId)
Returns the state of a feature.
|
PropertyState |
SchemaParsingConfig.getPropertyState(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 FeatureState |
BasicParserConfiguration.checkFeature(String featureId)
Check a feature.
|
protected FeatureState |
DTDConfiguration.checkFeature(String featureId)
Check a feature.
|
protected FeatureState |
NonValidatingConfiguration.checkFeature(String featureId)
Check a feature.
|
protected FeatureState |
StandardParserConfiguration.checkFeature(String featureId)
Check a feature.
|
protected FeatureState |
XML11Configuration.checkFeature(String featureId)
Check a feature.
|
protected FeatureState |
XML11DTDConfiguration.checkFeature(String featureId)
Check a feature.
|
protected FeatureState |
XML11NonValidatingConfiguration.checkFeature(String featureId)
Check a feature.
|
protected PropertyState |
BasicParserConfiguration.checkProperty(String propertyId)
Check a property.
|
protected PropertyState |
DTDConfiguration.checkProperty(String propertyId)
Check a property.
|
protected PropertyState |
NonValidatingConfiguration.checkProperty(String propertyId)
Check a property.
|
protected PropertyState |
StandardParserConfiguration.checkProperty(String propertyId)
Check a property.
|
protected PropertyState |
XML11Configuration.checkProperty(String propertyId)
Check a property.
|
protected PropertyState |
XML11DTDConfiguration.checkProperty(String propertyId)
Check a property.
|
protected PropertyState |
XML11NonValidatingConfiguration.checkProperty(String propertyId)
Check a property.
|
FeatureState |
NonValidatingConfiguration.getFeatureState(String featureId) |
FeatureState |
XIncludeAwareParserConfiguration.getFeatureState(String featureId) |
FeatureState |
XML11Configuration.getFeatureState(String featureId)
Returns the state of a feature.
|
FeatureState |
XML11DTDConfiguration.getFeatureState(String featureId)
Returns the state of a feature.
|
FeatureState |
XML11NonValidatingConfiguration.getFeatureState(String featureId)
Returns the state of a feature.
|
PropertyState |
DTDConfiguration.getPropertyState(String propertyId) |
PropertyState |
NonValidatingConfiguration.getPropertyState(String propertyId) |
PropertyState |
XML11Configuration.getPropertyState(String propertyId)
Returns the value of a property.
|
void |
BasicParserConfiguration.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 |
XML11DTDConfiguration.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 |
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 |
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 |
BasicParserConfiguration.setProperty(String propertyId,
Object value)
setProperty
|
void |
DTDConfiguration.setProperty(String propertyId,
Object value) |
void |
NonValidatingConfiguration.setProperty(String propertyId,
Object value) |
void |
XIncludeParserConfiguration.setProperty(String propertyId,
Object value) |
void |
XML11Configuration.setProperty(String propertyId,
Object value)
setProperty
|
void |
XML11DTDConfiguration.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 FeatureState |
ParserConfigurationSettings.checkFeature(String featureId)
Check a feature.
|
protected PropertyState |
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 |
XPointerElementHandler.setFeature(String featureId,
boolean state)
Sets the state of a feature.
|
void |
XIncludeHandler.setProperty(String propertyId,
Object value)
Sets the value of a property.
|
void |
XPointerElementHandler.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLEntityStorage.reset(XMLComponentManager componentManager)
Resets the component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DTDGrammarUtil.reset(XMLComponentManager componentManager) |
Copyright © 2018–2021 mhoffrogge. All rights reserved.