Uses of Class
org.enhydra.xml.io.OutputOptions.Format

Packages that use OutputOptions.Format
org.enhydra.xml.io org.enhydra.xml.io provides input (parsing) and output (formatting) routines for XML and HTML. 
 

Uses of OutputOptions.Format in org.enhydra.xml.io
 

Fields in org.enhydra.xml.io declared as OutputOptions.Format
static OutputOptions.Format OutputOptions.FORMAT_AUTO
          Constant indicating format should be determined automatically from examining the document object.
static OutputOptions.Format OutputOptions.FORMAT_HTML
          Constant indicating HTML format.
static OutputOptions.Format OutputOptions.FORMAT_XHTML
          Constant indicating XHTML format.
static OutputOptions.Format OutputOptions.FORMAT_XML
          Constant indicating XML format.
 

Methods in org.enhydra.xml.io that return OutputOptions.Format
 OutputOptions.Format OutputOptions.getFormat()
          Get the output format for the file.
 

Methods in org.enhydra.xml.io with parameters of type OutputOptions.Format
 void OutputOptions.setFormat(OutputOptions.Format format)
          Set the output format for the file.
 



Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.