Uses of Class
ecologylab.xml.ElementState.DeclarationStyle

Packages that use ElementState.DeclarationStyle
ecologylab.xml Provides facilities to translate trees of nested Java objects to equivalent XML DOMs, and vice versa. 
 

Uses of ElementState.DeclarationStyle in ecologylab.xml
 

Methods in ecologylab.xml that return ElementState.DeclarationStyle
static ElementState.DeclarationStyle ElementState.DeclarationStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ElementState.DeclarationStyle[] ElementState.DeclarationStyle.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in ecologylab.xml with parameters of type ElementState.DeclarationStyle
static void ElementState.setDeclarationStyle(ElementState.DeclarationStyle ds)