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
-
ASCII
-
-
BreakBeforeBR
-
-
BurstSlides
-
-
CharEncoding
-
-
DOCTYPE_AUTO
-
-
DOCTYPE_LOOSE
-
-
DOCTYPE_OMIT
-
-
DOCTYPE_STRICT
-
-
DOCTYPE_USER
-
-
docTypeMode
-
-
docTypeStr
-
-
DropFontTags
-
-
errfile
-
-
FixBackslash
-
-
HideEndTags
-
-
IndentAttributes
-
-
IndentContent
-
-
ISO2022
-
-
LATIN1
-
-
LogicalEmphasis
-
-
MakeClean
-
-
NumEntities
-
-
OnlyErrors
-
-
QuoteAmpersand
-
-
QuoteMarks
-
-
QuoteNbsp
-
-
RAW
-
-
RawOut
-
-
ShowWarnings
-
-
slidestyle
-
-
SmartIndent
-
-
spaces
-
-
tabsize
-
-
UpperCaseAttrs
-
-
UpperCaseTags
-
-
UTF8
-
-
WrapAsp
-
-
wraplen
-
-
WrapScriptlets
-
-
writeback
-
-
xHTML
-
-
XmlOut
-
-
XmlPi
-
-
XmlPIs
-
-
XmlTags
-
-
Configuration()
-
-
adjust()
-
-
parseDocType(String)
-
-
parseFile(String)
-
RAW
public static final int RAW
ASCII
public static final int ASCII
LATIN1
public static final int LATIN1
UTF8
public static final int UTF8
ISO2022
public static final int ISO2022
DOCTYPE_OMIT
public static final int DOCTYPE_OMIT
DOCTYPE_AUTO
public static final int DOCTYPE_AUTO
DOCTYPE_STRICT
public static final int DOCTYPE_STRICT
DOCTYPE_LOOSE
public static final int DOCTYPE_LOOSE
DOCTYPE_USER
public static final int DOCTYPE_USER
spaces
protected int spaces
wraplen
protected int wraplen
CharEncoding
protected int CharEncoding
tabsize
protected int tabsize
docTypeMode
protected int docTypeMode
slidestyle
protected String slidestyle
docTypeStr
protected String docTypeStr
errfile
protected String errfile
writeback
protected boolean writeback
OnlyErrors
protected boolean OnlyErrors
ShowWarnings
protected boolean ShowWarnings
IndentContent
protected boolean IndentContent
SmartIndent
protected boolean SmartIndent
HideEndTags
protected boolean HideEndTags
XmlTags
protected boolean XmlTags
XmlOut
protected boolean XmlOut
xHTML
protected boolean xHTML
XmlPi
protected boolean XmlPi
RawOut
protected boolean RawOut
UpperCaseTags
protected boolean UpperCaseTags
UpperCaseAttrs
protected boolean UpperCaseAttrs
MakeClean
protected boolean MakeClean
LogicalEmphasis
protected boolean LogicalEmphasis
DropFontTags
protected boolean DropFontTags
BreakBeforeBR
protected boolean BreakBeforeBR
BurstSlides
protected boolean BurstSlides
NumEntities
protected boolean NumEntities
QuoteMarks
protected boolean QuoteMarks
QuoteNbsp
protected boolean QuoteNbsp
QuoteAmpersand
protected boolean QuoteAmpersand
WrapScriptlets
protected boolean WrapScriptlets
WrapAsp
protected boolean WrapAsp
FixBackslash
protected boolean FixBackslash
IndentAttributes
protected boolean IndentAttributes
XmlPIs
protected boolean XmlPIs
Configuration
public Configuration()
parseFile
public void parseFile(String filename)
adjust
public void adjust()
parseDocType
protected String parseDocType(String s)
All Packages Class Hierarchy This Package Previous Next Index