| |
|
| java.lang.Object org.w3c.tidy.Configuration
ASCII | final public static int ASCII(Code) | | |
BreakBeforeBR | protected boolean BreakBeforeBR(Code) | | |
BurstSlides | protected boolean BurstSlides(Code) | | |
CharEncoding | protected int CharEncoding(Code) | | |
DOCTYPE_AUTO | final public static int DOCTYPE_AUTO(Code) | | |
DOCTYPE_LOOSE | final public static int DOCTYPE_LOOSE(Code) | | |
DOCTYPE_OMIT | final public static int DOCTYPE_OMIT(Code) | | |
DOCTYPE_STRICT | final public static int DOCTYPE_STRICT(Code) | | |
DOCTYPE_USER | final public static int DOCTYPE_USER(Code) | | |
DropEmptyParas | protected boolean DropEmptyParas(Code) | | |
DropFontTags | protected boolean DropFontTags(Code) | | |
Emacs | protected boolean Emacs(Code) | | |
EncloseBlockText | protected boolean EncloseBlockText(Code) | | |
EncloseBodyText | protected boolean EncloseBodyText(Code) | | |
FixBackslash | protected boolean FixBackslash(Code) | | |
FixComments | protected boolean FixComments(Code) | | |
HideEndTags | protected boolean HideEndTags(Code) | | |
ISO2022 | final public static int ISO2022(Code) | | |
IndentAttributes | protected boolean IndentAttributes(Code) | | |
IndentContent | protected boolean IndentContent(Code) | | |
KeepFileTimes | protected boolean KeepFileTimes(Code) | | |
LATIN1 | final public static int LATIN1(Code) | | |
LiteralAttribs | protected boolean LiteralAttribs(Code) | | |
LogicalEmphasis | protected boolean LogicalEmphasis(Code) | | |
MACROMAN | final public static int MACROMAN(Code) | | |
MakeClean | protected boolean MakeClean(Code) | | |
NumEntities | protected boolean NumEntities(Code) | | |
OnlyErrors | protected boolean OnlyErrors(Code) | | |
Quiet | protected boolean Quiet(Code) | | |
QuoteAmpersand | protected boolean QuoteAmpersand(Code) | | |
QuoteMarks | protected boolean QuoteMarks(Code) | | |
QuoteNbsp | protected boolean QuoteNbsp(Code) | | |
RAW | final public static int RAW(Code) | | |
RawOut | protected boolean RawOut(Code) | | |
ShowWarnings | protected boolean ShowWarnings(Code) | | |
SmartIndent | protected boolean SmartIndent(Code) | | |
TidyMark | protected boolean TidyMark(Code) | | |
UTF8 | final public static int UTF8(Code) | | |
UpperCaseAttrs | protected boolean UpperCaseAttrs(Code) | | |
UpperCaseTags | protected boolean UpperCaseTags(Code) | | |
Word2000 | protected boolean Word2000(Code) | | |
WrapAsp | protected boolean WrapAsp(Code) | | |
WrapAttVals | protected boolean WrapAttVals(Code) | | |
WrapJste | protected boolean WrapJste(Code) | | |
WrapPhp | protected boolean WrapPhp(Code) | | |
WrapScriptlets | protected boolean WrapScriptlets(Code) | | |
WrapSection | protected boolean WrapSection(Code) | | |
XmlOut | protected boolean XmlOut(Code) | | |
XmlPIs | protected boolean XmlPIs(Code) | | |
XmlPi | protected boolean XmlPi(Code) | | |
XmlSpace | protected boolean XmlSpace(Code) | | |
XmlTags | protected boolean XmlTags(Code) | | |
docTypeMode | protected int docTypeMode(Code) | | |
inputJspMode | public boolean inputJspMode(Code) | | When set, treat the input as jsp source, e.g. entities should be
considered escaped, etc.
|
outputJspMode | public boolean outputJspMode(Code) | | When set, treat the output as jsp source; e.g. entities should
be escaped, there should be xhtml doctype, etc.
|
spaces | protected int spaces(Code) | | |
tabsize | protected int tabsize(Code) | | |
wraplen | protected int wraplen(Code) | | |
writeback | protected boolean writeback(Code) | | |
xHTML | protected boolean xHTML(Code) | | |
Configuration | public Configuration()(Code) | | |
adjust | public void adjust()(Code) | | |
|
|
|