org.w3c.tidy
Class Configuration
java.lang.Object
org.w3c.tidy.Configuration
- All Implemented Interfaces:
- java.io.Serializable
public class Configuration
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
void |
addProps(java.util.Properties p)
|
void |
adjust()
|
protected java.lang.String |
parseDocType(java.lang.String s,
java.lang.String option)
|
void |
parseFile(java.lang.String filename)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RAW
public static final int RAW
- See Also:
- Constant Field Values
ASCII
public static final int ASCII
- See Also:
- Constant Field Values
LATIN1
public static final int LATIN1
- See Also:
- Constant Field Values
UTF8
public static final int UTF8
- See Also:
- Constant Field Values
ISO2022
public static final int ISO2022
- See Also:
- Constant Field Values
MACROMAN
public static final int MACROMAN
- See Also:
- Constant Field Values
DOCTYPE_OMIT
public static final int DOCTYPE_OMIT
- See Also:
- Constant Field Values
DOCTYPE_AUTO
public static final int DOCTYPE_AUTO
- See Also:
- Constant Field Values
DOCTYPE_STRICT
public static final int DOCTYPE_STRICT
- See Also:
- Constant Field Values
DOCTYPE_LOOSE
public static final int DOCTYPE_LOOSE
- See Also:
- Constant Field Values
DOCTYPE_USER
public static final int DOCTYPE_USER
- See Also:
- Constant Field Values
spaces
protected int spaces
wraplen
protected int wraplen
CharEncoding
protected int CharEncoding
tabsize
protected int tabsize
docTypeMode
protected int docTypeMode
altText
protected java.lang.String altText
slidestyle
protected java.lang.String slidestyle
docTypeStr
protected java.lang.String docTypeStr
errfile
protected java.lang.String errfile
writeback
protected boolean writeback
OnlyErrors
protected boolean OnlyErrors
ShowWarnings
protected boolean ShowWarnings
Quiet
protected boolean Quiet
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
DropEmptyParas
protected boolean DropEmptyParas
FixComments
protected boolean FixComments
BreakBeforeBR
protected boolean BreakBeforeBR
BurstSlides
protected boolean BurstSlides
NumEntities
protected boolean NumEntities
QuoteMarks
protected boolean QuoteMarks
QuoteNbsp
protected boolean QuoteNbsp
QuoteAmpersand
protected boolean QuoteAmpersand
WrapAttVals
protected boolean WrapAttVals
WrapScriptlets
protected boolean WrapScriptlets
WrapSection
protected boolean WrapSection
WrapAsp
protected boolean WrapAsp
WrapJste
protected boolean WrapJste
WrapPhp
protected boolean WrapPhp
FixBackslash
protected boolean FixBackslash
IndentAttributes
protected boolean IndentAttributes
XmlPIs
protected boolean XmlPIs
XmlSpace
protected boolean XmlSpace
EncloseBodyText
protected boolean EncloseBodyText
EncloseBlockText
protected boolean EncloseBlockText
KeepFileTimes
protected boolean KeepFileTimes
Word2000
protected boolean Word2000
TidyMark
protected boolean TidyMark
Emacs
protected boolean Emacs
LiteralAttribs
protected boolean LiteralAttribs
tt
protected TagTable tt
Configuration
public Configuration()
addProps
public void addProps(java.util.Properties p)
parseFile
public void parseFile(java.lang.String filename)
adjust
public void adjust()
parseDocType
protected java.lang.String parseDocType(java.lang.String s,
java.lang.String option)