Uses of Class
org.crosswire.common.xml.XMLFeature

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)
           
 

Constructors in org.crosswire.common.xml with parameters of type XMLFeature
XMLFeatureSet.XMLFeatureState(XMLFeature feature)
           
XMLFeatureSet.XMLFeatureState(XMLFeature feature, boolean state)
           
 


Copyright ? 2003-2011