Field Summary |
|
final public static int | ASCII character encoding = ASCII. |
final public static int | BIG5 character encoding = BIG5. |
final public static int | DOCTYPE_AUTO treatment of doctype: auto. |
final public static int | DOCTYPE_LOOSE treatment of doctype: loose. |
final public static int | DOCTYPE_OMIT treatment of doctype: omit. |
final public static int | DOCTYPE_STRICT treatment of doctype: strict. |
final public static int | DOCTYPE_USER treatment of doctype: user. |
final public static int | ISO2022 character encoding = ISO2022. |
final public static int | KEEP_FIRST Keep first duplicate attribute. |
final public static int | KEEP_LAST Keep last duplicate attribute. |
final public static int | LATIN1 character encoding = LATIN1. |
final public static int | MACROMAN character encoding = MACROMAN. |
final public static int | RAW character encoding = RAW. |
final public static int | SHIFTJIS character encoding = SHIFTJIS. |
final public static int | UTF16 character encoding = UTF16. |
final public static int | UTF16BE character encoding = UTF16BE. |
final public static int | UTF16LE character encoding = UTF16LE. |
final public static int | UTF8 character encoding = UTF8. |
final public static int | WIN1252 character encoding = WIN1252. |
protected String | altText default text for alt attribute. |
protected boolean | asciiChars convert quotes and dashes to nearest ASCII char. |
protected boolean | bodyOnly output BODY content only. |
protected boolean | breakBeforeBR |
protected boolean | burstSlides create slides on each h2 element. |
protected String | cssPrefix CSS class naming for -clean option. |
protected int | definedTags track what types of tags user has defined to eliminate unnecessary searches. |
protected int | docTypeMode see doctype property. |
protected String | docTypeStr user specified doctype. |
protected boolean | dropEmptyParas discard empty p elements. |
protected boolean | dropFontTags discard presentation tags. |
protected boolean | dropProprietaryAttributes discard proprietary attributes. |
protected int | duplicateAttrs Keep first or last duplicate attribute. |
protected boolean | emacs if true format error output for GNU Emacs. |
protected boolean | encloseBlockText if yes text in blocks is wrapped in p's. |
protected boolean | encloseBodyText if yes text at body is wrapped in p's. |
protected String | errfile file name to write errors to. |
protected boolean | escapeCdata replace CDATA sections with escaped text. |
protected boolean | fixBackslash fix URLs by replacing \ with /. |
protected boolean | fixComments fix comments with adjacent hyphens. |
protected boolean | fixUri properly escape URLs. |
protected boolean | forceOutput output document even if errors were found. |
protected boolean | hideComments hides all (real) comments in output. |
protected boolean | hideEndTags suppress optional end tags. |
protected boolean | htmlOut output plain-old HTML, even for XHTML input. |
protected boolean | indentAttributes newline+indent before each attribute. |
protected boolean | indentCdata indent CDATA sections. |
protected boolean | indentContent indent content of appropriate tags. |
protected boolean | joinClasses join multiple class attributes. |
protected boolean | joinStyles join multiple style attributes. |
protected boolean | keepFileTimes if yes last modied time is preserved. |
protected String | language RJ language property. |
protected boolean | literalAttribs if true attributes may use newlines. |
protected boolean | logicalEmphasis replace i by em and b by strong. |
protected boolean | lowerLiterals folds known attribute values to lower case. |
protected boolean | makeBare Make bare HTML: remove Microsoft cruft. |
protected boolean | makeClean remove presentational clutter. |
protected boolean | ncr allow numeric character references. |
protected char[] | newline bytes for the newline marker. |
protected boolean | numEntities use numeric entities. |
protected boolean | onlyErrors if true normal output is suppressed. |
protected boolean | quiet no 'Parsing X', guessed DTD or summary. |
protected boolean | quoteAmpersand output naked ampersand as &. |
protected boolean | quoteMarks output " marks as ". |
protected boolean | quoteNbsp output non-breaking space as entity. |
protected boolean | rawOut Avoid mapping values > 127 to entities. |
protected boolean | replaceColor replace hex color attribute values with names. |
protected int | replacementCharEncoding char encoding used when replacing illegal SGML chars, regardless of specified encoding. |
protected Report | report Report instance. |
protected int | showErrors number of errors to put out. |
protected boolean | showWarnings however errors are always shown. |
protected String | slidestyle style sheet for slides. |
protected boolean | smartIndent does text/block level content effect indentation. |
protected int | spaces default indentation. |
protected int | tabsize default tab size (8). |
protected boolean | tidyMark add meta element indicating tidied doc. |
protected boolean | trimEmpty trim empty elements. |
protected TagTable | tt TagTable associated with this Configuration. |
protected boolean | upperCaseAttrs output attributes in upper not lower case. |
protected boolean | upperCaseTags output tags in upper not lower case. |
protected boolean | word2000 draconian cleaning for Word2000. |
protected boolean | wrapAsp wrap within ASP pseudo elements. |
protected boolean | wrapAttVals wrap within attribute values. |
protected boolean | wrapJste wrap within JSTE pseudo elements. |
protected boolean | wrapPhp wrap within PHP pseudo elements. |
protected boolean | wrapScriptlets wrap within JavaScript string literals. |
protected boolean | wrapSection wrap within CDATA section tags. |
protected int | wraplen default wrap margin (68). |
protected boolean | writeback if true then output tidied markup. |
protected boolean | xHTML output extensible HTML. |
protected boolean | xmlOut create output as XML. |
protected boolean | xmlPIs If set to yes PIs must end with ?> . |
protected boolean | xmlPi add <?xml?> for XML docs. |
protected boolean | xmlSpace if set to yes adds xml:space attr as needed. |
protected boolean | xmlTags treat input as XML. |