| Modifier and Type | Method and Description |
|---|---|
protected PropertyState |
DOMConfigurationImpl.checkProperty(String propertyId)
Check a property.
|
| Modifier and Type | Method and Description |
|---|---|
protected PropertyState |
SchemaParsingConfig.checkProperty(String propertyId)
Check a property.
|
PropertyState |
SchemaParsingConfig.getPropertyState(String propertyId)
Returns the value of a property.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
PropertyState |
DTDConfiguration.getPropertyState(String propertyId) |
PropertyState |
NonValidatingConfiguration.getPropertyState(String propertyId) |
PropertyState |
XML11Configuration.getPropertyState(String propertyId)
Returns the value of a property.
|
| Modifier and Type | Field and Description |
|---|---|
static PropertyState |
PropertyState.NOT_ALLOWED |
static PropertyState |
PropertyState.NOT_RECOGNIZED |
static PropertyState |
PropertyState.NOT_SUPPORTED |
static PropertyState |
PropertyState.RECOGNIZED |
static PropertyState |
PropertyState.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyState |
ParserConfigurationSettings.checkProperty(String propertyId)
Check a property.
|
PropertyState |
ParserConfigurationSettings.getPropertyState(String propertyId) |
static PropertyState |
PropertyState.is(Object value) |
static PropertyState |
PropertyState.of(Status status) |
| Modifier and Type | Method and Description |
|---|---|
PropertyState |
XMLComponentManager.getPropertyState(String propertyId) |
Copyright © 2018–2021 mhoffrogge. All rights reserved.