Package | Description |
---|---|
org.crosswire.common.xml |
A collection of various XML utility classes.
|
Modifier and Type | Field and Description |
---|---|
private XMLFeature |
XMLFeatureSet.XMLFeatureState.feature |
Modifier and Type | Field and Description |
---|---|
private Map<XMLFeature,String> |
XMLFeatureSet.states |
Modifier and Type | Method and Description |
---|---|
static XMLFeature |
XMLFeature.fromString(String name)
Lookup method to convert from a String
|
XMLFeature |
XMLFeatureSet.XMLFeatureState.getFeature() |
static XMLFeature |
XMLFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLFeature[] |
XMLFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLFeatureSet.setFeatureState(XMLFeature feature,
boolean state)
Set the state of an XMLFeture in this set.
|
Constructor and Description |
---|
XMLFeatureSet.XMLFeatureState(XMLFeature feature)
An XMLFeature that is turned off.
|
XMLFeatureSet.XMLFeatureState(XMLFeature feature,
boolean state)
Bind a state to an XMLFeature.
|