All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.tidy.Configuration

java.lang.Object
   |
   +----org.w3c.tidy.Configuration

public class Configuration
extends Object
implements Serializable

Variable Index

 o ASCII
 o BreakBeforeBR
 o BurstSlides
 o CharEncoding
 o DOCTYPE_AUTO
 o DOCTYPE_LOOSE
 o DOCTYPE_OMIT
 o DOCTYPE_STRICT
 o DOCTYPE_USER
 o docTypeMode
 o docTypeStr
 o DropFontTags
 o errfile
 o FixBackslash
 o HideEndTags
 o IndentAttributes
 o IndentContent
 o ISO2022
 o LATIN1
 o LogicalEmphasis
 o MakeClean
 o NumEntities
 o OnlyErrors
 o QuoteAmpersand
 o QuoteMarks
 o QuoteNbsp
 o RAW
 o RawOut
 o ShowWarnings
 o slidestyle
 o SmartIndent
 o spaces
 o tabsize
 o UpperCaseAttrs
 o UpperCaseTags
 o UTF8
 o WrapAsp
 o wraplen
 o WrapScriptlets
 o writeback
 o xHTML
 o XmlOut
 o XmlPi
 o XmlPIs
 o XmlTags

Constructor Index

 o Configuration()

Method Index

 o adjust()
 o parseDocType(String)
 o parseFile(String)

Variables

 o RAW
 public static final int RAW
 o ASCII
 public static final int ASCII
 o LATIN1
 public static final int LATIN1
 o UTF8
 public static final int UTF8
 o ISO2022
 public static final int ISO2022
 o DOCTYPE_OMIT
 public static final int DOCTYPE_OMIT
 o DOCTYPE_AUTO
 public static final int DOCTYPE_AUTO
 o DOCTYPE_STRICT
 public static final int DOCTYPE_STRICT
 o DOCTYPE_LOOSE
 public static final int DOCTYPE_LOOSE
 o DOCTYPE_USER
 public static final int DOCTYPE_USER
 o spaces
 protected int spaces
 o wraplen
 protected int wraplen
 o CharEncoding
 protected int CharEncoding
 o tabsize
 protected int tabsize
 o docTypeMode
 protected int docTypeMode
 o slidestyle
 protected String slidestyle
 o docTypeStr
 protected String docTypeStr
 o errfile
 protected String errfile
 o writeback
 protected boolean writeback
 o OnlyErrors
 protected boolean OnlyErrors
 o ShowWarnings
 protected boolean ShowWarnings
 o IndentContent
 protected boolean IndentContent
 o SmartIndent
 protected boolean SmartIndent
 o HideEndTags
 protected boolean HideEndTags
 o XmlTags
 protected boolean XmlTags
 o XmlOut
 protected boolean XmlOut
 o xHTML
 protected boolean xHTML
 o XmlPi
 protected boolean XmlPi
 o RawOut
 protected boolean RawOut
 o UpperCaseTags
 protected boolean UpperCaseTags
 o UpperCaseAttrs
 protected boolean UpperCaseAttrs
 o MakeClean
 protected boolean MakeClean
 o LogicalEmphasis
 protected boolean LogicalEmphasis
 o DropFontTags
 protected boolean DropFontTags
 o BreakBeforeBR
 protected boolean BreakBeforeBR
 o BurstSlides
 protected boolean BurstSlides
 o NumEntities
 protected boolean NumEntities
 o QuoteMarks
 protected boolean QuoteMarks
 o QuoteNbsp
 protected boolean QuoteNbsp
 o QuoteAmpersand
 protected boolean QuoteAmpersand
 o WrapScriptlets
 protected boolean WrapScriptlets
 o WrapAsp
 protected boolean WrapAsp
 o FixBackslash
 protected boolean FixBackslash
 o IndentAttributes
 protected boolean IndentAttributes
 o XmlPIs
 protected boolean XmlPIs

Constructors

 o Configuration
 public Configuration()

Methods

 o parseFile
 public void parseFile(String filename)
 o adjust
 public void adjust()
 o parseDocType
 protected String parseDocType(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index