|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLFeature | |
---|---|
org.crosswire.common.xml | A collection of various XML utility classes. |
Uses of XMLFeature in org.crosswire.common.xml |
---|
Fields in org.crosswire.common.xml declared as XMLFeature | |
---|---|
private XMLFeature |
XMLFeatureSet.XMLFeatureState.feature
|
Fields in org.crosswire.common.xml with type parameters of type XMLFeature | |
---|---|
private Map<XMLFeature,String> |
XMLFeatureSet.states
|
Methods in org.crosswire.common.xml that return XMLFeature | |
---|---|
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. |
Methods in org.crosswire.common.xml with parameters of type XMLFeature | |
---|---|
void |
XMLFeatureSet.setFeatureState(XMLFeature feature,
boolean state)
Set the state of an XMLFeture in this set. |
Constructors in org.crosswire.common.xml with parameters of type XMLFeature | |
---|---|
XMLFeatureSet.XMLFeatureState(XMLFeature feature)
An XMLFeature that is turned off. |
|
XMLFeatureSet.XMLFeatureState(XMLFeature feature,
boolean state)
Bind a state to an XMLFeature. |
|
Copyright ยจ 2003-2015 | |||||||||
PREV NEXT | FRAMES NO FRAMES |