public final class FeatureManager extends FeaturePropertyBase
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureManager.Feature
Xalan Features
|
static class |
FeatureManager.State
States of the settings of a property, in the order: default value, value
set by FEATURE_SECURE_PROCESSING, jaxp.properties file, jaxp system
properties, and jaxp api properties
|
| Constructor and Description |
|---|
FeatureManager()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex(String propertyName)
Get the index by property name
|
boolean |
isFeatureEnabled(FeatureManager.Feature feature)
Check if the feature is enabled
|
boolean |
isFeatureEnabled(String propertyName)
Check if the feature is enabled
|
getIndex, getValue, getValue, getValueAsString, getValueByIndex, setValue, setValue, setValue, setValuepublic FeatureManager()
public boolean isFeatureEnabled(FeatureManager.Feature feature)
feature - name of the featurepublic boolean isFeatureEnabled(String propertyName)
propertyName - name of the featurepublic int getIndex(String propertyName)
getIndex in class FeaturePropertyBasepropertyName - property nameCopyright © 2018–2021 mhoffrogge. All rights reserved.