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