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

Packages that use FormatType
org.crosswire.common.xml A collection of various XML utility classes. 
 

Uses of FormatType in org.crosswire.common.xml
 

Fields in org.crosswire.common.xml declared as FormatType
static FormatType FormatType.ANALYSIS
           
static FormatType FormatType.ANALYSIS_INDENT
           
static FormatType FormatType.AS_IS
           
static FormatType FormatType.CLASSIC
           
static FormatType FormatType.CLASSIC_INDENT
           
private  FormatType PrettySerializingContentHandler.formatting
           
private static FormatType[] FormatType.VALUES
           
 

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

Constructors in org.crosswire.common.xml with parameters of type FormatType
HTMLSerializingContentHandler(FormatType theFormat)
          A formatting serializer that adds whitespace to the document according to the specified FormatType.
HTMLSerializingContentHandler(FormatType theFormat, Writer theWriter)
          A formatting serializer that adds whitespace to the document according to the specified FormatType.
PrettySerializingContentHandler(FormatType theFormat)
          A formatting serializer that adds whitespace to the document according to the specified FormatType.
PrettySerializingContentHandler(FormatType theFormat, Writer theWriter)
          A formatting serializer that adds whitespace to the document according to the specified FormatType.
 


Copyright ? 2003-2004