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
private  FormatType PrettySerializingContentHandler.formatting
           
 

Methods in org.crosswire.common.xml that return FormatType
static FormatType FormatType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FormatType[] FormatType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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