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
static XMLFeature XMLFeature.DYNAMIC_VALIDATION
          Dynamic validation feature id
private  XMLFeature XMLFeatureSet.XMLFeatureState.feature
           
static XMLFeature XMLFeature.LOAD_EXTERNAL_DTD
          Load external DTD feature id
static XMLFeature XMLFeature.NAMESPACE_PREFIX
          Namespace prefixes feature id
static XMLFeature XMLFeature.NAMESPACES
          Namespaces feature id
static XMLFeature XMLFeature.SCHEMA_FULL_CHECKING
          Schema full checking feature id
static XMLFeature XMLFeature.SCHEMA_VALIDATION
          Schema validation feature id
static XMLFeature XMLFeature.VALIDATE_ANNOTATIONS
          Validate schema annotations feature id
static XMLFeature XMLFeature.VALIDATION
          Validation feature id
private static XMLFeature[] XMLFeature.VALUES
           
static XMLFeature XMLFeature.XINCLUDE
          XInclude feature id
static XMLFeature XMLFeature.XINCLUDE_FIXUP_BASE_URIS
          XInclude fixup base URIs feature id
static XMLFeature XMLFeature.XINCLUDE_FIXUP_LANGUAGE
          XInclude fixup language feature id
 

Methods in org.crosswire.common.xml that return XMLFeature
static XMLFeature XMLFeature.fromInteger(int i)
          Lookup method to convert from an integer
static XMLFeature XMLFeature.fromString(String name)
          Lookup method to convert from a String
 XMLFeature XMLFeatureSet.XMLFeatureState.getFeature()
           
 

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-2006