- ACCESS_URL - Static variable in class org.w3c.tidy.Report
-
used to point to Web Accessibility Guidelines.
- adaptee - Variable in class org.w3c.tidy.DOMNodeImpl
-
Wrapped tidy node.
- adapter - Variable in class org.w3c.tidy.AttVal
-
DOM adapter.
- adapter - Variable in class org.w3c.tidy.Node
-
DOM adapter.
- addAlign(Node, String) - Method in class org.w3c.tidy.Clean
-
Adds an align style.
- addAnchor(String, Node) - Method in class org.w3c.tidy.TagTable
-
Adds a new anchor to namespace.
- addAsciiString(String, int) - Method in class org.w3c.tidy.PPrint
-
Adds an ascii String.
- addAttribute(String, String) - Method in class org.w3c.tidy.Node
-
Adds an attribute to the node.
- addByte(int) - Method in class org.w3c.tidy.Lexer
-
Adds a byte to lexer buffer.
- addC(int, int) - Method in class org.w3c.tidy.PPrint
-
- addCharToLexer(int) - Method in class org.w3c.tidy.Lexer
-
Store char c as UTF-8 encoded byte stream.
- addClass(String) - Method in class org.w3c.tidy.Node
-
Add a css class to the node.
- addColorRule(Lexer, String, String) - Method in class org.w3c.tidy.Clean
-
Adds a css rule for color.
- addConfigOption(Configuration.Flag) - Static method in class org.w3c.tidy.Configuration
-
adds a config option to the map.
- addConfiguredParameter(Parameter) - Method in class org.w3c.tidy.ant.JTidyTask
-
Setter method for any property using the ant type Parameter.
- addFileset(FileSet) - Method in class org.w3c.tidy.ant.JTidyTask
-
Adds a fileset to be processed Fileset
- addFontColor(Node, String) - Method in class org.w3c.tidy.Clean
-
Adds a font color style.
- addFontFace(Node, String) - Method in class org.w3c.tidy.Clean
-
Adds a font-family style.
- addFontSize(Node, String) - Method in class org.w3c.tidy.Clean
-
Adds a font size style.
- addFontStyles(Node, AttVal) - Method in class org.w3c.tidy.Clean
-
Add style properties to node corresponding to the font face, size and color attributes.
- addGenerator(Node) - Method in class org.w3c.tidy.Lexer
-
Add meta element for Tidy.
- addMessageListener(TidyMessageListener) - Method in class org.w3c.tidy.Report
-
Adds a message listener.
- addProperty(String, String) - Method in class org.w3c.tidy.Clean
-
Creates a string with merged properties.
- addProps(Properties) - Method in class org.w3c.tidy.Configuration
-
adds configuration Properties.
- addStringLiteral(String) - Method in class org.w3c.tidy.Lexer
-
calls addCharToLexer for any char in the string.
- addStringLiteralLen(String, int) - Method in class org.w3c.tidy.Lexer
-
calls addCharToLexer for any char in the string till len is reached.
- addStringToLexer(String) - Method in class org.w3c.tidy.Lexer
-
Adds a string to lexer buffer.
- addStyleProperty(Node, String) - Method in class org.w3c.tidy.Clean
-
Add style property to element, creating style attribute as needed and adding ; delimiter.
- addTransitionEffect(Lexer, Node, double) - Method in class org.w3c.tidy.PPrint
-
Add meta element for page transition effect, this works on IE but not NS.
- adjust() - Method in class org.w3c.tidy.Configuration
-
Ensure that config is self consistent.
- adoptNode(Node) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- afterSpace(Node) - Static method in class org.w3c.tidy.PPrint
-
Line can be wrapped immediately after inline start tag provided if follows a text node ending in a space, or it
parent is an inline element that that rule applies to.
- ALIGN - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "align" attribute.
- altText - Variable in class org.w3c.tidy.Configuration
-
default text for alt attribute.
- Anchor - Class in org.w3c.tidy
-
Anchor/node Linked list.
- Anchor() - Constructor for class org.w3c.tidy.Anchor
-
- ANCHOR - Static variable in class org.w3c.tidy.TagCheckImpl
-
CheckAnchor instance.
- ANCHOR_NOT_UNIQUE - Static variable in class org.w3c.tidy.Report
-
attribute: anchor not unique.
- anchorList - Variable in class org.w3c.tidy.TagTable
-
anchor/node hash.
- APOS_UNDEFINED - Static variable in class org.w3c.tidy.Report
-
invalid entity: apos undefined in current definition.
- apparentVersion() - Method in class org.w3c.tidy.Lexer
-
Return the html version used in document.
- appendChild(Node) - Method in class org.w3c.tidy.DOMAttrImpl
-
Not supported.
- appendChild(Node) - Method in class org.w3c.tidy.DOMNodeImpl
-
- appendData(String) - Method in class org.w3c.tidy.DOMCharacterDataImpl
-
- AREA - Static variable in class org.w3c.tidy.TagCheckImpl
-
CheckAREA instance.
- ASCII - Static variable in class org.w3c.tidy.Configuration
-
Deprecated.
- asciiChars - Variable in class org.w3c.tidy.Configuration
-
convert quotes and dashes to nearest ASCII char.
- asp - Variable in class org.w3c.tidy.AttVal
-
Asp node.
- ASP_TAG - Static variable in class org.w3c.tidy.Node
-
node type: asp tag.
- ATTR_VALUE_NOT_LCASE - Static variable in class org.w3c.tidy.Report
-
attribute: attribute value not lower case.
- attrAlt - Static variable in class org.w3c.tidy.AttributeTable
-
alt attribute.
- AttrCheck - Interface in org.w3c.tidy
-
Check attribute values.
- AttrCheckImpl - Class in org.w3c.tidy
-
Check attribute values implementations.
- AttrCheckImpl() - Constructor for class org.w3c.tidy.AttrCheckImpl
-
utility class, don't instantiate.
- AttrCheckImpl.CheckAlign - Class in org.w3c.tidy
-
AttrCheck implementation for checking the "align" attribute.
- AttrCheckImpl.CheckBool - Class in org.w3c.tidy
-
AttrCheck implementation for checking boolean attributes.
- AttrCheckImpl.CheckClear - Class in org.w3c.tidy
-
AttrCheck implementation for checking the "clear" attribute.
- AttrCheckImpl.CheckColor - Class in org.w3c.tidy
-
AttrCheck implementation for checking colors.
- AttrCheckImpl.CheckFsubmit - Class in org.w3c.tidy
-
AttrCheck implementation for checking the "submit" attribute.
- AttrCheckImpl.CheckId - Class in org.w3c.tidy
-
AttrCheck implementation for checking ids.
- AttrCheckImpl.CheckLang - Class in org.w3c.tidy
-
AttrCheck implementation for checking lang and xml:lang.
- AttrCheckImpl.CheckLength - Class in org.w3c.tidy
-
AttrCheck implementation for checking the "length" attribute.
- AttrCheckImpl.CheckName - Class in org.w3c.tidy
-
AttrCheck implementation for checking the "name" attribute.
- AttrCheckImpl.CheckNumber - Class in org.w3c.tidy
-
AttrCheck implementation for checking numbers.
- AttrCheckImpl.CheckScope - Class in org.w3c.tidy
-
AttrCheck implementation for checking Scope.
- AttrCheckImpl.CheckScript - Class in org.w3c.tidy
-
AttrCheck implementation for checking scripts.
- AttrCheckImpl.CheckScroll - Class in org.w3c.tidy
-
AttrCheck implementation for checking scroll.
- AttrCheckImpl.CheckShape - Class in org.w3c.tidy
-
AttrCheck implementation for checking the "shape" attribute.
- AttrCheckImpl.CheckTarget - Class in org.w3c.tidy
-
AttrCheck implementation for checking the "target" attribute.
- AttrCheckImpl.CheckTextDir - Class in org.w3c.tidy
-
AttrCheck implementation for checking dir.
- AttrCheckImpl.CheckUrl - Class in org.w3c.tidy
-
AttrCheck implementation for checking URLs.
- AttrCheckImpl.CheckValign - Class in org.w3c.tidy
-
AttrCheck implementation for checking the "valign" attribute.
- AttrCheckImpl.CheckVType - Class in org.w3c.tidy
-
AttrCheck implementation for checking valuetype.
- attrchk - Variable in class org.w3c.tidy.Attribute
-
checker for the attribute.
- attrContent - Static variable in class org.w3c.tidy.AttributeTable
-
content attribute.
- attrDatafld - Static variable in class org.w3c.tidy.AttributeTable
-
datafld attribute.
- attrError(Lexer, Node, AttVal, short) - Method in class org.w3c.tidy.Report
-
Prints error messages for attributes.
- attrHeight - Static variable in class org.w3c.tidy.AttributeTable
-
height attribute.
- attrHref - Static variable in class org.w3c.tidy.AttributeTable
-
href attribute.
- Attribute - Class in org.w3c.tidy
-
HTML attribute.
- Attribute(String, short, AttrCheck) - Constructor for class org.w3c.tidy.Attribute
-
Instantiates a new Attribute.
- attribute - Variable in class org.w3c.tidy.AttVal
-
Attribute name.
- attributeHashtable - Variable in class org.w3c.tidy.AttributeTable
-
Map containing all the installed attributes.
- attributes - Variable in class org.w3c.tidy.IStack
-
Attributes.
- attributes - Variable in class org.w3c.tidy.Node
-
Attribute/Value linked list.
- AttributeTable - Class in org.w3c.tidy
-
HTML attribute hash table.
- AttributeTable() - Constructor for class org.w3c.tidy.AttributeTable
-
- ATTRIBVALUE - Static variable in class org.w3c.tidy.PPrint
-
position: attribute value.
- attrId - Static variable in class org.w3c.tidy.AttributeTable
-
id attribute.
- attrIsmap - Static variable in class org.w3c.tidy.AttributeTable
-
ismap attribute.
- attrLanguage - Static variable in class org.w3c.tidy.AttributeTable
-
language attribute.
- attrLongdesc - Static variable in class org.w3c.tidy.AttributeTable
-
logdesc attribute.
- attrName - Static variable in class org.w3c.tidy.AttributeTable
-
name attribute.
- ATTRS - Static variable in class org.w3c.tidy.AttributeTable
-
all the known attributes.
- attrSrc - Static variable in class org.w3c.tidy.AttributeTable
-
src attribute.
- attrSummary - Static variable in class org.w3c.tidy.AttributeTable
-
summary attribute.
- attrTitle - Static variable in class org.w3c.tidy.AttributeTable
-
title attribute.
- attrType - Static variable in class org.w3c.tidy.AttributeTable
-
type attribute.
- attrUsemap - Static variable in class org.w3c.tidy.AttributeTable
-
usemap attribute.
- attrValue - Static variable in class org.w3c.tidy.AttributeTable
-
value attribute.
- attrWidth - Static variable in class org.w3c.tidy.AttributeTable
-
width attribute.
- attrXmlns - Static variable in class org.w3c.tidy.AttributeTable
-
xmlns attribute.
- AttVal - Class in org.w3c.tidy
-
Attribute/Value linked list node.
- AttVal() - Constructor for class org.w3c.tidy.AttVal
-
Instantiates a new empty AttVal.
- AttVal(AttVal, Attribute, int, String, String) - Constructor for class org.w3c.tidy.AttVal
-
Instantiates a new AttVal.
- AttVal(AttVal, Attribute, Node, Node, int, String, String) - Constructor for class org.w3c.tidy.AttVal
-
Instantiates a new AttVal.
- avAdaptee - Variable in class org.w3c.tidy.DOMAttrImpl
-
wrapped org.w3c.tidy.AttVal.
- canPrune(Node) - Method in class org.w3c.tidy.Lexer
-
Can the given element be removed?
- CANT_BE_NESTED - Static variable in class org.w3c.tidy.Report
-
elments can be nested.
- CAPTION - Static variable in class org.w3c.tidy.TagCheckImpl
-
CheckCaption instance.
- CDATA - Static variable in class org.w3c.tidy.PPrint
-
position: cdata.
- CDATA_END - Static variable in class org.w3c.tidy.PPrint
-
End cdata token.
- CDATA_ENDTAG - Static variable in class org.w3c.tidy.Lexer
-
- CDATA_INTERMEDIATE - Static variable in class org.w3c.tidy.Lexer
-
- CDATA_START - Static variable in class org.w3c.tidy.PPrint
-
Start cdata token.
- CDATA_STARTTAG - Static variable in class org.w3c.tidy.Lexer
-
- CDATA_TAG - Static variable in class org.w3c.tidy.Node
-
node type: CDATA.
- center2Div(Lexer, Node, Node[]) - Method in class org.w3c.tidy.Clean
-
Symptom:
- changeChar(byte) - Method in class org.w3c.tidy.Lexer
-
Substitute the last char in buffer.
- CHAR_ENCODING - Static variable in class org.w3c.tidy.ParsePropertyImpl
-
configuration parser for char encoding values.
- CHARACTER - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for attributes that can contain a single character.
- charbuf - Variable in class org.w3c.tidy.StreamInJavaImpl
-
character buffer.
- CHARBUF_SIZE - Static variable in class org.w3c.tidy.StreamInJavaImpl
-
number of characters kept in buffer.
- CHARSET - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "charset" attribute.
- check(Lexer, Node, AttVal) - Method in interface org.w3c.tidy.AttrCheck
-
Check the value of an attribute.
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckAlign
-
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckBool
-
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckClear
-
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckColor
-
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckFsubmit
-
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckId
-
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckLang
-
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckLength
-
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckName
-
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckNumber
-
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckScope
-
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckScript
-
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckScroll
-
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckShape
-
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckTarget
-
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckTextDir
-
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckUrl
-
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckValign
-
- check(Lexer, Node, AttVal) - Method in class org.w3c.tidy.AttrCheckImpl.CheckVType
-
- check(Lexer, Node) - Method in interface org.w3c.tidy.TagCheck
-
Checks attributes in given Node.
- check(Lexer, Node) - Method in class org.w3c.tidy.TagCheckImpl.CheckAnchor
-
- check(Lexer, Node) - Method in class org.w3c.tidy.TagCheckImpl.CheckAREA
-
- check(Lexer, Node) - Method in class org.w3c.tidy.TagCheckImpl.CheckCaption
-
- check(Lexer, Node) - Method in class org.w3c.tidy.TagCheckImpl.CheckForm
-
- check(Lexer, Node) - Method in class org.w3c.tidy.TagCheckImpl.CheckHR
-
- check(Lexer, Node) - Method in class org.w3c.tidy.TagCheckImpl.CheckHTML
-
- check(Lexer, Node) - Method in class org.w3c.tidy.TagCheckImpl.CheckIMG
-
- check(Lexer, Node) - Method in class org.w3c.tidy.TagCheckImpl.CheckLINK
-
- check(Lexer, Node) - Method in class org.w3c.tidy.TagCheckImpl.CheckMap
-
- check(Lexer, Node) - Method in class org.w3c.tidy.TagCheckImpl.CheckMeta
-
- check(Lexer, Node) - Method in class org.w3c.tidy.TagCheckImpl.CheckSCRIPT
-
- check(Lexer, Node) - Method in class org.w3c.tidy.TagCheckImpl.CheckSTYLE
-
- check(Lexer, Node) - Method in class org.w3c.tidy.TagCheckImpl.CheckTABLE
-
- check(Lexer, Node) - Method in class org.w3c.tidy.TagCheckImpl.CheckTableCell
-
- CheckAlign() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckAlign
-
- CheckAnchor() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckAnchor
-
- CheckAREA() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckAREA
-
- checkAttribute(Lexer, Node) - Method in class org.w3c.tidy.AttVal
-
Check attribute name/value and report errors.
- checkAttributes(Lexer) - Method in class org.w3c.tidy.Node
-
Default method for checking an element's attributes.
- CheckBool() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckBool
-
- CheckCaption() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckCaption
-
- CheckClear() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckClear
-
- CheckColor() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckColor
-
- checkDocTypeKeyWords(Node) - Method in class org.w3c.tidy.Lexer
-
Check system keywords (keywords should be uppercase).
- CheckForm() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckForm
-
- CheckFsubmit() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckFsubmit
-
- CheckHR() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckHR
-
- CheckHTML() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckHTML
-
- CheckId() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckId
-
- CheckIMG() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckIMG
-
- CheckLang() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckLang
-
- CheckLength() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckLength
-
- CheckLINK() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckLINK
-
- checkLowerCaseAttrValue(Lexer, Node) - Method in class org.w3c.tidy.AttVal
-
Check the attribute value for uppercase letters (only if the value should be lowercase, required for literal
values in xhtml).
- CheckMap() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckMap
-
- CheckMeta() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckMeta
-
- CheckName() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckName
-
- checkNodeIntegrity() - Method in class org.w3c.tidy.Node
-
Checks for node integrity.
- CheckNumber() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckNumber
-
- CheckScope() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckScope
-
- CheckScript() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckScript
-
- CheckSCRIPT() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckSCRIPT
-
- CheckScroll() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckScroll
-
- CheckShape() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckShape
-
- CheckSTYLE() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckSTYLE
-
- CheckTABLE() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckTABLE
-
- CheckTableCell() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckTableCell
-
- CheckTarget() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckTarget
-
- CheckTextDir() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckTextDir
-
- CheckUrl() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckUrl
-
- CheckValign() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckValign
-
- CheckVType() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckVType
-
- chkattrs - Variable in class org.w3c.tidy.Dict
-
Validator for this tag.
- classNum - Variable in class org.w3c.tidy.Clean
-
sequential number for generated css classes.
- Clean - Class in org.w3c.tidy
-
Clean up misuse of presentation markup.
- Clean(TagTable) - Constructor for class org.w3c.tidy.Clean
-
Instantiates a new Clean.
- cleanBodyAttrs(Lexer, Node) - Method in class org.w3c.tidy.Clean
-
Move presentation attribs from body to style element.
- cleanNode(Lexer, Node) - Method in class org.w3c.tidy.Clean
-
Applies all matching rules to a node.
- cleanTree(Lexer, Node) - Method in class org.w3c.tidy.Clean
-
Clean an html tree.
- cleanWord2000(Lexer, Node) - Method in class org.w3c.tidy.Clean
-
This is a major clean up to strip out all the extra stuff you get when you save as web page from Word 2000.
- CLEAR - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "clear" attribute.
- clone() - Method in class org.w3c.tidy.AttVal
-
- clone() - Method in class org.w3c.tidy.DOMAttrImpl
-
- cloneAttributes(AttVal) - Method in class org.w3c.tidy.Lexer
-
Clones an attribute value and add eventual asp or php node to node list.
- cloneNode(boolean) - Method in class org.w3c.tidy.DOMAttrImpl
-
- cloneNode(boolean) - Method in class org.w3c.tidy.DOMNodeImpl
-
- cloneNode(Node) - Method in class org.w3c.tidy.Lexer
-
Clones a node and add it to node list.
- cloneNode(boolean) - Method in class org.w3c.tidy.Node
-
Clone this node.
- closed - Variable in class org.w3c.tidy.Node
-
true if closed by explicit end tag.
- CM_BLOCK - Static variable in class org.w3c.tidy.Dict
-
Content model: block.
- CM_DEFLIST - Static variable in class org.w3c.tidy.Dict
-
Content model: definition list.
- CM_EMPTY - Static variable in class org.w3c.tidy.Dict
-
Content model: empty.
- CM_FIELD - Static variable in class org.w3c.tidy.Dict
-
Content model: field.
- CM_FRAMES - Static variable in class org.w3c.tidy.Dict
-
Content model: frames.
- CM_HEAD - Static variable in class org.w3c.tidy.Dict
-
Content model: head.
- CM_HEADING - Static variable in class org.w3c.tidy.Dict
-
Content model: heading.
- CM_HTML - Static variable in class org.w3c.tidy.Dict
-
Content model: html.
- CM_IMG - Static variable in class org.w3c.tidy.Dict
-
Content model: img.
- CM_INLINE - Static variable in class org.w3c.tidy.Dict
-
Content model: inline.
- CM_LIST - Static variable in class org.w3c.tidy.Dict
-
Content model: list.
- CM_MIXED - Static variable in class org.w3c.tidy.Dict
-
Content model: mixed.
- CM_NEW - Static variable in class org.w3c.tidy.Dict
-
Content model: new.
- CM_NO_INDENT - Static variable in class org.w3c.tidy.Dict
-
Content model: no indent.
- CM_OBJECT - Static variable in class org.w3c.tidy.Dict
-
Content model: object.
- CM_OBSOLETE - Static variable in class org.w3c.tidy.Dict
-
Content model: obsolete.
- CM_OMITST - Static variable in class org.w3c.tidy.Dict
-
Content model: omitst.
- CM_OPT - Static variable in class org.w3c.tidy.Dict
-
Content model: opt.
- CM_PARAM - Static variable in class org.w3c.tidy.Dict
-
Content model: param.
- CM_ROW - Static variable in class org.w3c.tidy.Dict
-
Content model: row.
- CM_ROWGRP - Static variable in class org.w3c.tidy.Dict
-
Content model: rowgroup.
- CM_TABLE - Static variable in class org.w3c.tidy.Dict
-
Content model: table.
- CM_UNKNOWN - Static variable in class org.w3c.tidy.Dict
-
Content model: unknown.
- CMDLINE_ALIAS - Static variable in class org.w3c.tidy.Tidy
-
Alias for configuration options accepted in command line.
- code - Variable in class org.w3c.tidy.Entity
-
entity code.
- code - Variable in class org.w3c.tidy.Lexer.W3CVersionInfo
-
code.
- code - Variable in class org.w3c.tidy.TidyMessage.Level
-
short value for this level.
- COERCE_TO_ENDTAG - Static variable in class org.w3c.tidy.Report
-
coerce to end tag.
- COERCE_TO_ENDTAG_WARN - Static variable in class org.w3c.tidy.Report
-
coerce to endtag.
- coerceNode(Lexer, Node, Dict) - Static method in class org.w3c.tidy.Node
-
Coerce a node.
- COLGROUP - Static variable in class org.w3c.tidy.ParserImpl
-
parser for colgroup.
- COLOR - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "color" attribute.
- COLORS - Static variable in class org.w3c.tidy.AttrCheckImpl.CheckColor
-
valid html colors.
- COLS - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "cols" attribute.
- column - Variable in class org.w3c.tidy.TidyMessage
-
Column in the source file (can be 0 if the message is not related to a particular column, such as a summary
message).
- columns - Variable in class org.w3c.tidy.Lexer
-
at start of current token.
- COMMENT - Static variable in class org.w3c.tidy.PPrint
-
position: comment.
- COMMENT_TAG - Static variable in class org.w3c.tidy.Node
-
node type: comment.
- compareDocumentPosition(Node) - Method in class org.w3c.tidy.DOMNodeImpl
-
- compareTo(Object) - Method in class org.w3c.tidy.Configuration.Flag
-
- compareTo(Object) - Method in class org.w3c.tidy.TidyMessage.Level
-
- condFlushLine(Out, int) - Method in class org.w3c.tidy.PPrint
-
- Configuration - Class in org.w3c.tidy
-
Read configuration file and manage configuration properties.
- Configuration(Report) - Constructor for class org.w3c.tidy.Configuration
-
Instantiates a new Configuration.
- configuration - Variable in class org.w3c.tidy.Lexer
-
configuration.
- configuration - Variable in class org.w3c.tidy.PPrint
-
current configuration.
- configuration - Variable in class org.w3c.tidy.TagTable
-
configuration.
- configuration - Variable in class org.w3c.tidy.Tidy
-
- Configuration.Flag - Class in org.w3c.tidy
-
A configuration option.
- constrainVersion(int) - Method in class org.w3c.tidy.Lexer
-
Constraint the html version in the document to the given one.
- content - Variable in class org.w3c.tidy.Node
-
Contained node.
- CONTENT_AFTER_BODY - Static variable in class org.w3c.tidy.Report
-
content after body.
- convertCharEncoding(int) - Method in class org.w3c.tidy.Configuration
-
Convert a char encoding from the deprecated tidy constant to a standard java encoding name.
- COORDS - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "coords" attribute.
- count - Variable in class org.w3c.tidy.PPrint
-
Total slides count.
- countSlides(Node) - Method in class org.w3c.tidy.PPrint
-
Split parse tree by h2 elements and output to separate files.
- createAttribute(String) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- createAttributeNS(String, String) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- createCDATASection(String) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- createComment(String) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- createDocumentFragment() - Method in class org.w3c.tidy.DOMDocumentImpl
-
- createElement(String) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- createElementNS(String, String) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- createEmptyDocument() - Static method in class org.w3c.tidy.Tidy
-
Creates an empty DOM Document.
- createEntityReference(String) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- createProcessingInstruction(String, String) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- createProps(StyleProp, String) - Method in class org.w3c.tidy.Clean
-
Create sorted linked list of properties from style string.
- createPropString(StyleProp) - Method in class org.w3c.tidy.Clean
-
Create a css property.
- createSlides(Lexer, Node) - Method in class org.w3c.tidy.PPrint
-
Creates slides from h2.
- createStyleElement(Lexer, Node) - Method in class org.w3c.tidy.Clean
-
Create style element using rules from dictionary.
- createStyleProperties(Lexer, Node, Node[]) - Method in class org.w3c.tidy.Clean
-
Special case: if the current node is destroyed by CleanNode() lower in the tree, this node and its parent no
longer exist.
- createTextNode(String) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- CSS1SELECTOR - Static variable in class org.w3c.tidy.ParsePropertyImpl
-
configuration parser for css selectors.
- CSS_COMMENT_END - Static variable in class org.w3c.tidy.PPrint
-
CSS comment end.
- CSS_COMMENT_START - Static variable in class org.w3c.tidy.PPrint
-
CSS comment start.
- cssPrefix - Variable in class org.w3c.tidy.Configuration
-
CSS class naming for -clean option.
- curcol - Variable in class org.w3c.tidy.StreamInJavaImpl
-
current column number.
- curline - Variable in class org.w3c.tidy.StreamInJavaImpl
-
current line number.
- currentFile - Variable in class org.w3c.tidy.Report
-
Printed in GNU Emacs messages.
- currIndex - Variable in class org.w3c.tidy.DOMNodeListByTagNameImpl
-
Current index.
- currNode - Variable in class org.w3c.tidy.DOMNodeListByTagNameImpl
-
Current node.
- cWrapLen(int) - Method in class org.w3c.tidy.PPrint
-
- DATE - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for attributes containing dates.
- declareLiteralAttrib(String) - Method in class org.w3c.tidy.AttributeTable
-
Declare a new literal attribute.
- decodeMacRoman(int) - Static method in class org.w3c.tidy.EncodingUtils
-
Function to convert from MacRoman to Unicode.
- decodeSymbolFont(int) - Static method in class org.w3c.tidy.EncodingUtils
-
Function to convert from Symbol Font chars to Unicode.
- decodeUTF8BytesToChar(int[], int, byte[], EncodingUtils.GetBytes, int[], int) - Static method in class org.w3c.tidy.EncodingUtils
-
Decodes an array of bytes to a char.
- decodeWin1252(int) - Static method in class org.w3c.tidy.EncodingUtils
-
Function for conversion from Windows-1252 to Unicode.
- DEFAULT_COMMENT_END - Static variable in class org.w3c.tidy.PPrint
-
Default comment end.
- DEFAULT_COMMENT_START - Static variable in class org.w3c.tidy.PPrint
-
Default comment start.
- defaultAttributeTable - Static variable in class org.w3c.tidy.AttributeTable
-
attribute table instance.
- defaultEntityTable - Static variable in class org.w3c.tidy.EntityTable
-
the default entity table.
- deferDup() - Method in class org.w3c.tidy.Lexer
-
Defer duplicates when entering a table or other element where the inlines shouldn't be duplicated.
- definedTags - Variable in class org.w3c.tidy.Configuration
-
track what types of tags user has defined to eliminate unnecessary searches.
- defineStyleRules(Lexer, Node) - Method in class org.w3c.tidy.Clean
-
Find style attribute in node content, and replace it by corresponding class attribute.
- defineTag(short, String) - Method in class org.w3c.tidy.TagTable
-
Defines a new tag.
- DEFLIST - Static variable in class org.w3c.tidy.ParserImpl
-
parser for definition lists.
- deleteData(int, int) - Method in class org.w3c.tidy.DOMCharacterDataImpl
-
- delim - Variable in class org.w3c.tidy.AttVal
-
Delimiter (" or ').
- destdir - Variable in class org.w3c.tidy.ant.JTidyTask
-
Destination directory for output.
- destfile - Variable in class org.w3c.tidy.ant.JTidyTask
-
Destination file for output.
- dict - Variable in class org.w3c.tidy.AttVal
-
Attribute definition.
- Dict - Class in org.w3c.tidy
-
Tag dictionary node.
- Dict(String, short, int, Parser, TagCheck) - Constructor for class org.w3c.tidy.Dict
-
Instantiates a new Tag definition.
- DIGIT - Static variable in class org.w3c.tidy.TidyUtils
-
char type: digit.
- dir2Div(Lexer, Node) - Method in class org.w3c.tidy.Clean
-
Symptom: <dir><li>
where <li>
is only child.
- discardContainer(Node, Node[]) - Method in class org.w3c.tidy.Clean
-
Used to strip font start and end tags.
- discardDocType() - Method in class org.w3c.tidy.Node
-
Discard the doctype node.
- DISCARDED_CHAR - Static variable in class org.w3c.tidy.Report
-
char has been discarder.
- discardElement(Node) - Static method in class org.w3c.tidy.Node
-
Remove node from markup tree and discard it.
- DISCARDING_UNEXPECTED - Static variable in class org.w3c.tidy.Report
-
discarding unexpected element.
- doctype - Variable in class org.w3c.tidy.Lexer
-
version as given by doctype (if any).
- DOCTYPE - Static variable in class org.w3c.tidy.ParsePropertyImpl
-
configuration parser for doctype property.
- DOCTYPE_AFTER_TAGS - Static variable in class org.w3c.tidy.Report
-
doctype after tags.
- DOCTYPE_AUTO - Static variable in class org.w3c.tidy.Configuration
-
treatment of doctype: auto.
- DOCTYPE_GIVEN_SUMMARY - Static variable in class org.w3c.tidy.Report
-
Constant used for reporting of given doctype.
- DOCTYPE_LOOSE - Static variable in class org.w3c.tidy.Configuration
-
treatment of doctype: loose.
- DOCTYPE_OMIT - Static variable in class org.w3c.tidy.Configuration
-
treatment of doctype: omit.
- DOCTYPE_STRICT - Static variable in class org.w3c.tidy.Configuration
-
treatment of doctype: strict.
- DOCTYPE_TAG - Static variable in class org.w3c.tidy.Node
-
node type: doctype.
- DOCTYPE_USER - Static variable in class org.w3c.tidy.Configuration
-
treatment of doctype: user.
- docTypeMode - Variable in class org.w3c.tidy.Configuration
-
see doctype property.
- docTypeStr - Variable in class org.w3c.tidy.Configuration
-
user specified doctype.
- doGet(int[], int[], boolean) - Method in interface org.w3c.tidy.EncodingUtils.GetBytes
-
Get one or more byte.
- DOMAttrImpl - Class in org.w3c.tidy
-
Tidy implementation of org.w3c.dom.DOMAttrImpl.
- DOMAttrImpl(AttVal) - Constructor for class org.w3c.tidy.DOMAttrImpl
-
instantiates a new DOMAttrImpl which wraps the given AttVal.
- DOMAttrMapImpl - Class in org.w3c.tidy
-
Tidy implementation of org.w3c.dom.NamedNodeMap.
- DOMAttrMapImpl(AttVal) - Constructor for class org.w3c.tidy.DOMAttrMapImpl
-
instantiates a new DOMAttrMapImpl for the given AttVal.
- DOMCDATASectionImpl - Class in org.w3c.tidy
-
Tidy implementation of org.w3c.dom.CDATASection.
- DOMCDATASectionImpl(Node) - Constructor for class org.w3c.tidy.DOMCDATASectionImpl
-
Instantiates a new DOMCDATASectionImpl which wraps the given Node.
- DOMCharacterDataImpl - Class in org.w3c.tidy
-
Tidy implementation of org.w3c.dom.CharacterData.
- DOMCharacterDataImpl(Node) - Constructor for class org.w3c.tidy.DOMCharacterDataImpl
-
Instantiates a new DOMCharacterDataImpl which wraps the given Node.
- DOMCommentImpl - Class in org.w3c.tidy
-
Tidy implementation of org.w3c.dom.Comment.
- DOMCommentImpl(Node) - Constructor for class org.w3c.tidy.DOMCommentImpl
-
Instantiates a new DOMCommentImpl which wraps the given Node.
- DOMDocumentImpl - Class in org.w3c.tidy
-
DOMDocumentImpl.
- DOMDocumentImpl(Node) - Constructor for class org.w3c.tidy.DOMDocumentImpl
-
Instantiates a new Dom document with a default tag table.
- DOMDocumentTypeImpl - Class in org.w3c.tidy
-
DOMDocumentTypeImpl.
- DOMDocumentTypeImpl(Node) - Constructor for class org.w3c.tidy.DOMDocumentTypeImpl
-
Instantiates a new DOM document type.
- DOMElementImpl - Class in org.w3c.tidy
-
DOMElementImpl.
- DOMElementImpl(Node) - Constructor for class org.w3c.tidy.DOMElementImpl
-
Instantiates a new DOM element.
- DOMNodeImpl - Class in org.w3c.tidy
-
DOMNodeImpl.
- DOMNodeImpl(Node) - Constructor for class org.w3c.tidy.DOMNodeImpl
-
Intantiates a new DOM node.
- DOMNodeListByTagNameImpl - Class in org.w3c.tidy
-
DOMNodeListByTagNameImpl.
- DOMNodeListByTagNameImpl(Node, String) - Constructor for class org.w3c.tidy.DOMNodeListByTagNameImpl
-
Instantiates a new DOMNodeListByTagName.
- DOMNodeListImpl - Class in org.w3c.tidy
-
DOMNodeListImpl.
- DOMNodeListImpl(Node) - Constructor for class org.w3c.tidy.DOMNodeListImpl
-
Instantiates a new DOM node list.
- DOMProcessingInstructionImpl - Class in org.w3c.tidy
-
DOMProcessingInstructionImpl.
- DOMProcessingInstructionImpl(Node) - Constructor for class org.w3c.tidy.DOMProcessingInstructionImpl
-
Instantiates a new DOM processing instruction.
- DOMTextImpl - Class in org.w3c.tidy
-
DOMTextImpl.
- DOMTextImpl(Node) - Constructor for class org.w3c.tidy.DOMTextImpl
-
Instantiates a new DOM text node.
- doPut(byte[], int[]) - Method in interface org.w3c.tidy.EncodingUtils.PutBytes
-
Store one or more byte.
- dropEmptyParas - Variable in class org.w3c.tidy.Configuration
-
discard empty p elements.
- dropFontTags - Variable in class org.w3c.tidy.Configuration
-
discard presentation tags.
- dropProprietaryAttributes - Variable in class org.w3c.tidy.Configuration
-
discard proprietary attributes.
- dropSections(Lexer, Node) - Method in class org.w3c.tidy.Clean
-
Drop if/endif sections inserted by word2000.
- DTYPE_NOT_UPPER_CASE - Static variable in class org.w3c.tidy.Report
-
doctype not upper case.
- DUPLICATE_FRAMESET - Static variable in class org.w3c.tidy.Report
-
duplicate frameset.
- duplicateAttrs - Variable in class org.w3c.tidy.Configuration
-
Keep first or last duplicate attribute.
- element - Variable in class org.w3c.tidy.IStack
-
name (null for text nodes).
- element - Variable in class org.w3c.tidy.Node
-
Tag name.
- ELEMENT_NOT_EMPTY - Static variable in class org.w3c.tidy.Report
-
element not empty.
- emacs - Variable in class org.w3c.tidy.Configuration
-
if true format error output for GNU Emacs.
- emFromI(Node) - Method in class org.w3c.tidy.Clean
-
Replace i by em and b by strong.
- EMPTY - Static variable in class org.w3c.tidy.ParserImpl
-
parser for empty elements.
- encloseBlockText - Variable in class org.w3c.tidy.Configuration
-
if yes text in blocks is wrapped in p's.
- encloseBodyText - Variable in class org.w3c.tidy.Configuration
-
if yes text at body is wrapped in p's.
- encodeCharToUTF8Bytes(int, byte[], EncodingUtils.PutBytes, int[]) - Static method in class org.w3c.tidy.EncodingUtils
-
Encode a char to an array of bytes.
- ENCODING_IO_CONFLICT - Static variable in class org.w3c.tidy.Report
-
encoding IO conflict.
- ENCODING_MISMATCH - Static variable in class org.w3c.tidy.Report
-
character encoding: encoding mismatch.
- ENCODING_NAMES - Variable in class org.w3c.tidy.Configuration
-
Convert from deprecated tidy encoding constant to standard java encoding name.
- encodingError(Lexer, int, int) - Method in class org.w3c.tidy.Report
-
Prints encoding error messages.
- encodingNameMap - Static variable in class org.w3c.tidy.EncodingNameMapper
-
Map containing uppercase alias - {standard iana, standard java}.
- EncodingNameMapper - Class in org.w3c.tidy
-
Maps between Java and IANA character encoding names.
- EncodingNameMapper() - Constructor for class org.w3c.tidy.EncodingNameMapper
-
- EncodingUtils - Class in org.w3c.tidy
-
- EncodingUtils() - Constructor for class org.w3c.tidy.EncodingUtils
-
don't instantiate.
- EncodingUtils.GetBytes - Interface in org.w3c.tidy
-
Getter callback: called to retrieve 1 or more additional UTF-8 bytes.
- EncodingUtils.PutBytes - Interface in org.w3c.tidy
-
Putter callbacks: called to store 1 or more additional UTF-8 bytes.
- end - Variable in class org.w3c.tidy.Node
-
end of span onto text array.
- END_OF_STREAM - Static variable in interface org.w3c.tidy.StreamIn
-
end of stream char.
- END_TAG - Static variable in class org.w3c.tidy.Node
-
End tag.
- endOfInput() - Method in class org.w3c.tidy.Lexer
-
Has end of input stream been reached?
- endOfStream - Variable in class org.w3c.tidy.StreamInJavaImpl
-
has end of stream been reached?
- entities - Static variable in class org.w3c.tidy.EntityTable
-
Known entities.
- Entity - Class in org.w3c.tidy
-
HTML ISO entity.
- Entity(String, int) - Constructor for class org.w3c.tidy.Entity
-
instantiates a new entity.
- ENTITY_IN_ID - Static variable in class org.w3c.tidy.Report
-
attribute: entity in id.
- entityCode(String) - Method in class org.w3c.tidy.EntityTable
-
Returns the entity code for the given entity name.
- entityError(Lexer, short, String, int) - Method in class org.w3c.tidy.Report
-
Prints entity error messages.
- entityHashtable - Variable in class org.w3c.tidy.EntityTable
-
Entity map.
- entityName(short) - Method in class org.w3c.tidy.EntityTable
-
Returns the entity name for the given entity code.
- EntityTable - Class in org.w3c.tidy
-
Entity hash table.
- EntityTable() - Constructor for class org.w3c.tidy.EntityTable
-
use getDefaultEntityTable to get an entity table instance.
- equals(Object) - Method in class org.w3c.tidy.Configuration.Flag
-
- equals(Object) - Method in class org.w3c.tidy.TidyMessage.Level
-
- errfile - Variable in class org.w3c.tidy.Configuration
-
file name to write errors to.
- error(Lexer, Node, Node, short) - Method in class org.w3c.tidy.Report
-
Prints errors.
- ERROR - Static variable in class org.w3c.tidy.TidyMessage.Level
-
level = error (3).
- errorCode - Variable in class org.w3c.tidy.TidyMessage
-
Tidy internal error code.
- errors - Variable in class org.w3c.tidy.Lexer
-
count of errors.
- errorSummary(Lexer) - Method in class org.w3c.tidy.Report
-
Prints error summary.
- errout - Variable in class org.w3c.tidy.Lexer
-
error output stream.
- errout - Variable in class org.w3c.tidy.Tidy
-
Error output stream.
- escapeCdata - Variable in class org.w3c.tidy.Configuration
-
replace CDATA sections with escaped text.
- ESCAPED_ILLEGAL_URI - Static variable in class org.w3c.tidy.Report
-
attribute: escaped illegal URI.
- escapeTag(Lexer, Node) - Static method in class org.w3c.tidy.Node
-
Escapes the given tag.
- excludeBlocks - Variable in class org.w3c.tidy.Lexer
-
Netscape compatibility.
- execute() - Method in class org.w3c.tidy.ant.JTidyTask
-
Run the task.
- executeSet() - Method in class org.w3c.tidy.ant.JTidyTask
-
Run tidy on filesets.
- executeSingle() - Method in class org.w3c.tidy.ant.JTidyTask
-
A single file has been specified.
- exiled - Variable in class org.w3c.tidy.Lexer
-
true if moved out of table.
- expectsContent() - Method in class org.w3c.tidy.Node
-
Does the node expect contents?
- failonerror - Variable in class org.w3c.tidy.ant.JTidyTask
-
Control whether failure to execute should throw a BuildException.
- FBORDER - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "frameborder" attribute.
- fieldName - Variable in class org.w3c.tidy.Configuration.Flag
-
field name.
- filesets - Variable in class org.w3c.tidy.ant.JTidyTask
-
Filesets.
- findAllDefinedTag(short) - Method in class org.w3c.tidy.TagTable
-
return a List containing all the user-defined tag names.
- findAttribute(AttVal) - Method in class org.w3c.tidy.AttributeTable
-
public method for finding attribute definition by name.
- findBadSubString(String, String, int) - Static method in class org.w3c.tidy.TidyUtils
-
Return true if substring s is in p and isn't all in upper case.
- findBody(TagTable) - Method in class org.w3c.tidy.Node
-
Find the body node.
- findDocType() - Method in class org.w3c.tidy.Node
-
Find the doctype element.
- findEnclosingCell(Node) - Method in class org.w3c.tidy.Clean
-
Find the enclosing table cell for the given node.
- findGivenVersion(Node) - Method in class org.w3c.tidy.Lexer
-
Examine DOCTYPE to identify version.
- findHEAD(TagTable) - Method in class org.w3c.tidy.Node
-
Find the head tag.
- findHTML(TagTable) - Method in class org.w3c.tidy.Node
-
Find the "html" element.
- findParser(Node) - Method in class org.w3c.tidy.TagTable
-
Finds a parser fo the given node.
- findStyle(Lexer, String, String) - Method in class org.w3c.tidy.Clean
-
Finds a css style.
- findTag(Node) - Method in class org.w3c.tidy.TagTable
-
Finds a tag by name.
- findTITLE(TagTable) - Method in class org.w3c.tidy.Node
-
- first - Variable in class org.w3c.tidy.DOMAttrMapImpl
-
wrapped org.w3c.tidy.AttVal.
- first - Variable in class org.w3c.tidy.DOMNodeListByTagNameImpl
-
First node.
- fixBackslash - Variable in class org.w3c.tidy.Configuration
-
fix URLs by replacing \ with /.
- fixComments - Variable in class org.w3c.tidy.Configuration
-
fix comments with adjacent hyphens.
- fixDocType(Node) - Method in class org.w3c.tidy.Lexer
-
Fixup doctype if missing.
- FIXED_BACKSLASH - Static variable in class org.w3c.tidy.Report
-
attribute: fixed backslash.
- fixEmptyRow(Lexer, Node) - Static method in class org.w3c.tidy.Node
-
If a table row is empty then insert an empty cell.This practice is consistent with browser behavior and avoids
potential problems with row spanning cells.
- fixHTMLNameSpace(Node, String) - Method in class org.w3c.tidy.Lexer
-
Fix xhtml namespace.
- fixId(Node) - Method in class org.w3c.tidy.Lexer
-
duplicate name attribute as an id and check if id and name match.
- fixNodeLinks(Node) - Method in class org.w3c.tidy.Clean
-
Ensure bidirectional links are consistent.
- fixUri - Variable in class org.w3c.tidy.Configuration
-
properly escape URLs.
- fixXmlDecl(Node) - Method in class org.w3c.tidy.Lexer
-
Ensure XML document starts with <?XML version="1.0"?>
.
- Flag(String, String, ParseProperty) - Constructor for class org.w3c.tidy.Configuration.Flag
-
Instantiates a new Flag.
- flatten - Variable in class org.w3c.tidy.ant.JTidyTask
-
Don't output directories.
- flush() - Method in interface org.w3c.tidy.Out
-
Flush the stream.
- flush() - Method in class org.w3c.tidy.OutJavaImpl
-
- flushLine(Out, int) - Method in class org.w3c.tidy.PPrint
-
- foldCase(char, boolean, boolean) - Static method in class org.w3c.tidy.TidyUtils
-
Fold case of a char.
- font2Span(Lexer, Node, Node[]) - Method in class org.w3c.tidy.Clean
-
Replace font elements by span elements, deleting the font element's attributes and replacing them by a single
style attribute.
- fontSize2Name(String) - Method in class org.w3c.tidy.Clean
-
Map a % font size to a named font size.
- forceOutput - Variable in class org.w3c.tidy.Configuration
-
output document even if errors were found.
- FORM - Static variable in class org.w3c.tidy.TagCheckImpl
-
CheckForm instance.
- FOUND_UTF16 - Static variable in class org.w3c.tidy.Report
-
character encoding error: found utf16.
- FRAMESET - Static variable in class org.w3c.tidy.ParserImpl
-
parser for frameset.
- freeAnchors() - Method in class org.w3c.tidy.TagTable
-
free all anchors.
- freeAttrs(Node) - Method in class org.w3c.tidy.TagTable
-
Free node's attributes.
- fromCode(int) - Static method in class org.w3c.tidy.TidyMessage.Level
-
Returns the Level instance corresponding to the given int value.
- FSM_ASCII - Static variable in class org.w3c.tidy.EncodingUtils
-
states for ISO 2022 A document in ISO-2022 based encoding uses some ESC sequences called "designator" to switch
character sets.
- FSM_ESC - Static variable in class org.w3c.tidy.EncodingUtils
-
state ESC.
- FSM_ESCD - Static variable in class org.w3c.tidy.EncodingUtils
-
state ESCD.
- FSM_ESCDP - Static variable in class org.w3c.tidy.EncodingUtils
-
state ESCDP.
- FSM_ESCP - Static variable in class org.w3c.tidy.EncodingUtils
-
state ESCP.
- FSM_NONASCII - Static variable in class org.w3c.tidy.EncodingUtils
-
state NONASCII.
- FSUBMIT - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "submit" attribute.
- generalInfo(PrintWriter) - Method in class org.w3c.tidy.Report
-
Prints tidy general info.
- gensymClass(Lexer) - Method in class org.w3c.tidy.Clean
-
Generates a new css class name.
- getAdapter() - Method in class org.w3c.tidy.AttVal
-
Return the org.w3c.dom.Attr adapter.
- getAdapter() - Method in class org.w3c.tidy.Node
-
Returns a DOM Node which wrap the current tidy Node.
- getAltText() - Method in class org.w3c.tidy.Tidy
-
alt-text
- default text for alt attribute.
- getAsciiChars() - Method in class org.w3c.tidy.Tidy
-
ascii-chars
- convert quotes and dashes to nearest ASCII char.
- getAsp() - Method in class org.w3c.tidy.AttVal
-
Getter for asp
.
- getAttrByName(String) - Method in class org.w3c.tidy.Node
-
Returns an attribute with the given name in the current node.
- getAttrchk() - Method in class org.w3c.tidy.Attribute
-
Returns the checker for this attribute.
- getAttribute() - Method in class org.w3c.tidy.AttVal
-
Getter for attribute
.
- getAttribute(String) - Method in class org.w3c.tidy.DOMElementImpl
-
- getAttributeNode(String) - Method in class org.w3c.tidy.DOMElementImpl
-
- getAttributeNodeNS(String, String) - Method in class org.w3c.tidy.DOMElementImpl
-
- getAttributeNS(String, String) - Method in class org.w3c.tidy.DOMElementImpl
-
- getAttributes() - Method in class org.w3c.tidy.DOMAttrImpl
-
- getAttributes() - Method in class org.w3c.tidy.DOMNodeImpl
-
- getBaseURI() - Method in class org.w3c.tidy.DOMNodeImpl
-
- getBreakBeforeBR() - Method in class org.w3c.tidy.Tidy
-
break-before-br - output newline before <br>.
- getBurstSlides() - Method in class org.w3c.tidy.Tidy
-
split
- create slides on each h2 element.
- getBytes(String) - Static method in class org.w3c.tidy.TidyUtils
-
Should always be able convert to/from UTF-8, so encoding exceptions are converted to an Error to avoid adding
throws declarations in lots of methods.
- getCDATA(Node) - Method in class org.w3c.tidy.Lexer
-
Create a text node for the contents of a CDATA element like style or script which ends with </foo> for some
foo.
- getChildNodes() - Method in class org.w3c.tidy.DOMAttrImpl
-
- getChildNodes() - Method in class org.w3c.tidy.DOMNodeImpl
-
- getChkattrs() - Method in class org.w3c.tidy.Dict
-
Getter for chkattrs
.
- getCode() - Method in class org.w3c.tidy.Entity
-
Getter for code
.
- getCode() - Method in class org.w3c.tidy.TidyMessage.Level
-
Returns the int value for this level.
- getColumn() - Method in class org.w3c.tidy.TidyMessage
-
Getter for column
.
- getConfiguration() - Method in class org.w3c.tidy.Tidy
-
Returns the actual configuration
- getCurcol() - Method in interface org.w3c.tidy.StreamIn
-
Getter for curcol
.
- getCurcol() - Method in class org.w3c.tidy.StreamInJavaImpl
-
Getter for curcol
.
- getCurline() - Method in interface org.w3c.tidy.StreamIn
-
Getter for curline
.
- getCurline() - Method in class org.w3c.tidy.StreamInJavaImpl
-
Getter for curline
.
- getData() - Method in class org.w3c.tidy.DOMCharacterDataImpl
-
- getData() - Method in class org.w3c.tidy.DOMProcessingInstructionImpl
-
- getDefaultAttributeTable() - Static method in class org.w3c.tidy.AttributeTable
-
Returns the default attribute table instance.
- getDefaultEntityTable() - Static method in class org.w3c.tidy.EntityTable
-
Returns the default entity table instance.
- getDelim() - Method in class org.w3c.tidy.AttVal
-
Getter for delim
.
- getDict() - Method in class org.w3c.tidy.AttVal
-
Getter for dict
.
- getDoctype() - Method in class org.w3c.tidy.DOMDocumentImpl
-
- getDocType() - Method in class org.w3c.tidy.Tidy
-
doctype
- user specified doctype.
- getDocumentElement() - Method in class org.w3c.tidy.DOMDocumentImpl
-
- getDocumentURI() - Method in class org.w3c.tidy.DOMDocumentImpl
-
- getDomConfig() - Method in class org.w3c.tidy.DOMDocumentImpl
-
- getDropEmptyParas() - Method in class org.w3c.tidy.Tidy
-
drop-empty-paras
- discard empty p elements.
- getDropFontTags() - Method in class org.w3c.tidy.Tidy
-
drop-font-tags
- discard presentation tags.
- getDropProprietaryAttributes() - Method in class org.w3c.tidy.Tidy
-
drop-proprietary-attributes
- discard proprietary attributes.
- getElementById(String) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- getElementsByTagName(String) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- getElementsByTagName(String) - Method in class org.w3c.tidy.DOMElementImpl
-
- getElementsByTagNameNS(String, String) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- getElementsByTagNameNS(String, String) - Method in class org.w3c.tidy.DOMElementImpl
-
- getEmacs() - Method in class org.w3c.tidy.Tidy
-
gnu-emacs
- if true format error output for GNU Emacs.
- getEncloseBlockText() - Method in class org.w3c.tidy.Tidy
-
enclose-block-text
- if true text in blocks is wrapped in <p>'s.
- getEncloseText() - Method in class org.w3c.tidy.Tidy
-
enclose-text
- if true text at body is wrapped in <p>'s.
- getEntities() - Method in class org.w3c.tidy.DOMDocumentTypeImpl
-
- getErrfile() - Method in class org.w3c.tidy.Tidy
-
Errfile - file name to write errors to.
- getErrorCode() - Method in class org.w3c.tidy.TidyMessage
-
Getter for errorCode
.
- getErrout() - Method in class org.w3c.tidy.Tidy
-
Errout - the error output stream.
- getEscapeCdata() - Method in class org.w3c.tidy.Tidy
-
escape-cdata
-replace CDATA sections with escaped text.
- getFeature(String, String) - Method in class org.w3c.tidy.DOMNodeImpl
-
- getFirstChild() - Method in class org.w3c.tidy.DOMAttrImpl
-
- getFirstChild() - Method in class org.w3c.tidy.DOMNodeImpl
-
- getFixBackslash() - Method in class org.w3c.tidy.Tidy
-
fix-backslash
- fix URLs by replacing \ with /.
- getFixComments() - Method in class org.w3c.tidy.Tidy
-
fix-bad-comments
- fix comments with adjacent hyphens.
- getFixUri() - Method in class org.w3c.tidy.Tidy
-
fix-uri
- output BODY content only.
- getForceOutput() - Method in class org.w3c.tidy.Tidy
-
force-output
- output document even if errors were found.
- getFriendlyName(String, Object, Configuration) - Method in interface org.w3c.tidy.ParseProperty
-
Returns the "friendly name" for the passed value.
- getFriendlyName(String, Object, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseBoolean
-
- getFriendlyName(String, Object, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseCharEncoding
-
- getFriendlyName(String, Object, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseCSS1Selector
-
- getFriendlyName(String, Object, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseDocType
-
- getFriendlyName(String, Object, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseIndent
-
- getFriendlyName(String, Object, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseInt
-
- getFriendlyName(String, Object, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseInvBoolean
-
- getFriendlyName(String, Object, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseName
-
- getFriendlyName(String, Object, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseNewLine
-
- getFriendlyName(String, Object, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseRepeatedAttribute
-
- getFriendlyName(String, Object, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseString
-
- getFriendlyName(String, Object, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseTagNames
-
- getHideComments() - Method in class org.w3c.tidy.Tidy
-
hide-comments
- hides all (real) comments in output.
- getHideEndTags() - Method in class org.w3c.tidy.Tidy
-
hide-endtags - suppress optional end tags.
- getIcon(int) - Method in class org.w3c.tidy.TidyBeanInfo
-
- getImplementation() - Method in class org.w3c.tidy.DOMDocumentImpl
-
- getInCharEncodingName() - Method in class org.w3c.tidy.Configuration
-
Getter for inCharEncodingName
.
- getIndentAttributes() - Method in class org.w3c.tidy.Tidy
-
indent-attributes
- newline+indent before each attribute.
- getIndentCdata() - Method in class org.w3c.tidy.Tidy
-
indent-cdata
- indent CDATA sections.
- getIndentContent() - Method in class org.w3c.tidy.Tidy
-
indent - indent content of appropriate tags.
- getInputEncoding() - Method in class org.w3c.tidy.DOMDocumentImpl
-
- getInputEncoding() - Method in class org.w3c.tidy.Tidy
-
input-encoding
the character encoding used for input.
- getInputStreamName() - Method in class org.w3c.tidy.Tidy
-
- getInternalSubset() - Method in class org.w3c.tidy.DOMDocumentTypeImpl
-
- getJoinClasses() - Method in class org.w3c.tidy.Tidy
-
join-classes
- join multiple class attributes.
- getJoinStyles() - Method in class org.w3c.tidy.Tidy
-
join-styles
- join multiple style attributes.
- getKeepFileTimes() - Method in class org.w3c.tidy.Tidy
-
keep-time
- if true last modified time is preserved.
- getLastChild() - Method in class org.w3c.tidy.DOMAttrImpl
-
- getLastChild() - Method in class org.w3c.tidy.DOMNodeImpl
-
- getLength() - Method in class org.w3c.tidy.DOMAttrMapImpl
-
- getLength() - Method in class org.w3c.tidy.DOMCharacterDataImpl
-
- getLength() - Method in class org.w3c.tidy.DOMNodeListByTagNameImpl
-
- getLength() - Method in class org.w3c.tidy.DOMNodeListImpl
-
- getLevel() - Method in class org.w3c.tidy.TidyMessage
-
Getter for level
.
- getLine() - Method in class org.w3c.tidy.TidyMessage
-
Getter for line
.
- getLiteralAttribs() - Method in class org.w3c.tidy.Tidy
-
literal-attributes
- if true attributes may use newlines.
- getLocalName() - Method in class org.w3c.tidy.DOMNodeImpl
-
- getLocation() - Method in class org.w3c.tidy.Configuration.Flag
-
Getter for location
.
- getLogicalEmphasis() - Method in class org.w3c.tidy.Tidy
-
logical-emphasis
- replace i by em and b by strong.
- getLowerLiterals() - Method in class org.w3c.tidy.Tidy
-
lower-literals
- folds known attribute values to lower case.
- getMakeBare() - Method in class org.w3c.tidy.Tidy
-
make-clean - remove Microsoft cruft.
- getMakeClean() - Method in class org.w3c.tidy.Tidy
-
make-clean - remove presentational clutter.
- getMessage(int, Lexer, String, Object[], TidyMessage.Level) - Method in class org.w3c.tidy.Report
-
Generates a complete message for the warning/error.
- getMessage() - Method in class org.w3c.tidy.TidyMessage
-
Getter for message
.
- getModel() - Method in class org.w3c.tidy.Dict
-
Getter for model
.
- getName() - Method in class org.w3c.tidy.Attribute
-
Returns the attribute name.
- getName() - Method in class org.w3c.tidy.Configuration.Flag
-
Getter for name
.
- getName() - Method in class org.w3c.tidy.Dict
-
Getter for name
.
- getName() - Method in class org.w3c.tidy.DOMAttrImpl
-
- getName() - Method in class org.w3c.tidy.DOMDocumentTypeImpl
-
- getName() - Method in class org.w3c.tidy.Entity
-
Getter for name
.
- getNamedItem(String) - Method in class org.w3c.tidy.DOMAttrMapImpl
-
- getNamedItemNS(String, String) - Method in class org.w3c.tidy.DOMAttrMapImpl
-
Not supported, returns DOMException.NOT_SUPPORTED_ERR
.
- getNamespaceURI() - Method in class org.w3c.tidy.DOMNodeImpl
-
- getNext() - Method in class org.w3c.tidy.AttVal
-
Getter for next
.
- getNextSibling() - Method in class org.w3c.tidy.DOMAttrImpl
-
- getNextSibling() - Method in class org.w3c.tidy.DOMNodeImpl
-
- getNodeByAnchor(String) - Method in class org.w3c.tidy.TagTable
-
Return node associated with anchor.
- getNodeName() - Method in class org.w3c.tidy.DOMAttrImpl
-
- getNodeName() - Method in class org.w3c.tidy.DOMCDATASectionImpl
-
- getNodeName() - Method in class org.w3c.tidy.DOMCommentImpl
-
- getNodeName() - Method in class org.w3c.tidy.DOMDocumentImpl
-
- getNodeName() - Method in class org.w3c.tidy.DOMDocumentTypeImpl
-
- getNodeName() - Method in class org.w3c.tidy.DOMNodeImpl
-
- getNodeName() - Method in class org.w3c.tidy.DOMTextImpl
-
- getNodeType() - Method in class org.w3c.tidy.DOMAttrImpl
-
- getNodeType() - Method in class org.w3c.tidy.DOMCDATASectionImpl
-
- getNodeType() - Method in class org.w3c.tidy.DOMCommentImpl
-
- getNodeType() - Method in class org.w3c.tidy.DOMDocumentImpl
-
- getNodeType() - Method in class org.w3c.tidy.DOMDocumentTypeImpl
-
- getNodeType() - Method in class org.w3c.tidy.DOMElementImpl
-
- getNodeType() - Method in class org.w3c.tidy.DOMNodeImpl
-
- getNodeType() - Method in class org.w3c.tidy.DOMProcessingInstructionImpl
-
- getNodeType() - Method in class org.w3c.tidy.DOMTextImpl
-
- getNodeValue() - Method in class org.w3c.tidy.DOMAttrImpl
-
- getNodeValue() - Method in class org.w3c.tidy.DOMNodeImpl
-
- getNotations() - Method in class org.w3c.tidy.DOMDocumentTypeImpl
-
- getNumEntities() - Method in class org.w3c.tidy.Tidy
-
numeric-entities
- output entities other than the built-in HTML entities in the numeric rather
than the named entity form.
- getOnlyErrors() - Method in class org.w3c.tidy.Tidy
-
only-errors - if true normal output is suppressed.
- getOptionValues() - Method in interface org.w3c.tidy.ParseProperty
-
Returns the valid values.
- getOptionValues() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseBoolean
-
- getOptionValues() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseCharEncoding
-
- getOptionValues() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseCSS1Selector
-
- getOptionValues() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseDocType
-
- getOptionValues() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseIndent
-
- getOptionValues() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseInt
-
- getOptionValues() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseInvBoolean
-
- getOptionValues() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseName
-
- getOptionValues() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseNewLine
-
- getOptionValues() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseRepeatedAttribute
-
- getOptionValues() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseString
-
- getOptionValues() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseTagNames
-
- getOut(Configuration, OutputStream) - Static method in class org.w3c.tidy.OutFactory
-
Returns the appropriate Out implementation.
- getOut(Configuration, Writer) - Static method in class org.w3c.tidy.OutFactory
-
Returns the appropriate Out implementation.
- getOutCharEncodingName() - Method in class org.w3c.tidy.Configuration
-
Getter for outCharEncodingName
.
- getOutputEncoding() - Method in class org.w3c.tidy.Tidy
-
output-encoding
the character encoding used for output.
- getOwnerDocument() - Method in class org.w3c.tidy.DOMAttrImpl
-
- getOwnerDocument() - Method in class org.w3c.tidy.DOMNodeImpl
-
- getOwnerElement() - Method in class org.w3c.tidy.DOMAttrImpl
-
- getParentNode() - Method in class org.w3c.tidy.DOMAttrImpl
-
- getParentNode() - Method in class org.w3c.tidy.DOMNodeImpl
-
- getParseErrors() - Method in class org.w3c.tidy.Tidy
-
ParseErrors - the number of errors that occurred in the most recent parse operation.
- getParser() - Method in class org.w3c.tidy.Configuration.Flag
-
Getter for parser
.
- getParser() - Method in class org.w3c.tidy.Dict
-
Getter for parser
.
- getParseWarnings() - Method in class org.w3c.tidy.Tidy
-
ParseWarnings - the number of warnings that occurred in the most recent parse operation.
- getPhp() - Method in class org.w3c.tidy.AttVal
-
Getter for php
.
- getPosition(Lexer) - Method in class org.w3c.tidy.Report
-
Returns a formatted String describing the current position in file.
- getPrefix() - Method in class org.w3c.tidy.DOMNodeImpl
-
- getPreviousSibling() - Method in class org.w3c.tidy.DOMAttrImpl
-
- getPreviousSibling() - Method in class org.w3c.tidy.DOMNodeImpl
-
- getPrintBodyOnly() - Method in class org.w3c.tidy.Tidy
-
print-body-only
- output BODY content only.
- getPublicId() - Method in class org.w3c.tidy.DOMDocumentTypeImpl
-
- getQuiet() - Method in class org.w3c.tidy.Tidy
-
quiet - no 'Parsing X', guessed DTD or summary.
- getQuoteAmpersand() - Method in class org.w3c.tidy.Tidy
-
quote-ampersand
- output naked ampersand as &.
- getQuoteMarks() - Method in class org.w3c.tidy.Tidy
-
quote-marks
- output " marks as ".
- getQuoteNbsp() - Method in class org.w3c.tidy.Tidy
-
quote-nbsp
- output non-breaking space as entity.
- getRawOut() - Method in class org.w3c.tidy.Tidy
-
output-raw
- avoid mapping values > 127 to entities.
- getRepeatedAttributes() - Method in class org.w3c.tidy.Tidy
-
repeated-attributes
- keep first or last duplicate attribute.
- getReplaceColor() - Method in class org.w3c.tidy.Tidy
-
replace-color
- replace hex color attribute values with names.
- getSchemaTypeInfo() - Method in class org.w3c.tidy.DOMAttrImpl
-
- getSchemaTypeInfo() - Method in class org.w3c.tidy.DOMElementImpl
-
- getShowErrors() - Method in class org.w3c.tidy.Tidy
-
show-errors
- number of errors to put out.
- getShowWarnings() - Method in class org.w3c.tidy.Tidy
-
show-warnings - show warnings? (errors are always shown).
- getSmartIndent() - Method in class org.w3c.tidy.Tidy
-
SmartIndent - does text/block level content effect indentation.
- getSpaces() - Method in class org.w3c.tidy.Tidy
-
indent-spaces
- default indentation.
- getSpecified() - Method in class org.w3c.tidy.DOMAttrImpl
-
- getStderr() - Method in class org.w3c.tidy.Tidy
-
- getStreamIn(Configuration, InputStream) - Static method in class org.w3c.tidy.StreamInFactory
-
Returns the appropriate StreamIn implementation.
- getStreamIn(Configuration, Reader) - Static method in class org.w3c.tidy.StreamInFactory
-
Returns the appropriate StreamIn implementation.
- getStrictErrorChecking() - Method in class org.w3c.tidy.DOMDocumentImpl
-
- getString(byte[], int, int) - Static method in class org.w3c.tidy.TidyUtils
-
Should always be able convert to/from UTF-8, so encoding exceptions are converted to an Error to avoid adding
throws declarations in lots of methods.
- getSystemId() - Method in class org.w3c.tidy.DOMDocumentTypeImpl
-
- getTabsize() - Method in class org.w3c.tidy.Tidy
-
tab-size
- tab size in chars.
- getTagName() - Method in class org.w3c.tidy.DOMElementImpl
-
- getTagName(Node) - Method in class org.w3c.tidy.Report
-
Returns a formatted tag name handling start and ent tags, nulls, doctypes, and text.
- getTarget() - Method in class org.w3c.tidy.DOMProcessingInstructionImpl
-
- getTextContent() - Method in class org.w3c.tidy.DOMNodeImpl
-
- getTidyMark() - Method in class org.w3c.tidy.Tidy
-
tidy-mark
- add meta element indicating tidied doc.
- getToken(short) - Method in class org.w3c.tidy.Lexer
-
Gets a token.
- getTrimEmptyElements() - Method in class org.w3c.tidy.Tidy
-
trim-empty-elements
- trim empty elements.
- getType() - Method in interface org.w3c.tidy.ParseProperty
-
Returns the option type.
- getType() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseBoolean
-
- getType() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseCharEncoding
-
- getType() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseCSS1Selector
-
- getType() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseDocType
-
- getType() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseIndent
-
- getType() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseInt
-
- getType() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseInvBoolean
-
- getType() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseName
-
- getType() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseNewLine
-
- getType() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseRepeatedAttribute
-
- getType() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseString
-
- getType() - Method in class org.w3c.tidy.ParsePropertyImpl.ParseTagNames
-
- getUpperCaseAttrs() - Method in class org.w3c.tidy.Tidy
-
uppercase-attributes - output attributes in upper case.
- getUpperCaseTags() - Method in class org.w3c.tidy.Tidy
-
uppercase-tags - output tags in upper case.
- getUserData(String) - Method in class org.w3c.tidy.DOMNodeImpl
-
- getUTF8(byte[], int, int[]) - Static method in class org.w3c.tidy.PPrint
-
return one less than the number of bytes used by the UTF-8 byte sequence.
- getValue() - Method in class org.w3c.tidy.AttVal
-
Getter for value
.
- getValue() - Method in class org.w3c.tidy.DOMAttrImpl
-
- getVersions() - Method in class org.w3c.tidy.Attribute
-
Returns the html versions in which this attribute is supported.
- getVersions() - Method in class org.w3c.tidy.Dict
-
Getter for versions
.
- getWholeText() - Method in class org.w3c.tidy.DOMTextImpl
-
- getWord2000() - Method in class org.w3c.tidy.Tidy
-
word-2000
- draconian cleaning for Word2000.
- getWrapAsp() - Method in class org.w3c.tidy.Tidy
-
wrap-asp
- wrap within ASP pseudo elements.
- getWrapAttVals() - Method in class org.w3c.tidy.Tidy
-
wrap-attributes
- wrap within attribute values.
- getWrapJste() - Method in class org.w3c.tidy.Tidy
-
wrap-jste
- wrap within JSTE pseudo elements.
- getWraplen() - Method in class org.w3c.tidy.Tidy
-
wrap
- default wrap margin.
- getWrapPhp() - Method in class org.w3c.tidy.Tidy
-
wrap-php
- wrap within PHP pseudo elements.
- getWrapScriptlets() - Method in class org.w3c.tidy.Tidy
-
wrap-script-literals
- wrap within JavaScript string literals.
- getWrapSection() - Method in class org.w3c.tidy.Tidy
-
wrap-sections
- wrap within <![ ...
- getWriteback() - Method in class org.w3c.tidy.Tidy
-
writeback - if true then output tidied markup.
- getXHTML() - Method in class org.w3c.tidy.Tidy
-
output-xhtml - output extensible HTML.
- getXmlEncoding() - Method in class org.w3c.tidy.DOMDocumentImpl
-
- getXmlOut() - Method in class org.w3c.tidy.Tidy
-
output-xml - create output as XML.
- getXmlPi() - Method in class org.w3c.tidy.Tidy
-
add-xml-pi
- add <?xml?> for XML docs.
- getXmlPIs() - Method in class org.w3c.tidy.Tidy
-
assume-xml-procins
This option specifies if Tidy should change the parsing of processing
instructions to require ?> as the terminator rather than >.
- getXmlSpace() - Method in class org.w3c.tidy.Tidy
-
add-xml-space
- if set to yes adds xml:space attr as needed.
- getXmlStandalone() - Method in class org.w3c.tidy.DOMDocumentImpl
-
- getXmlTags() - Method in class org.w3c.tidy.Tidy
-
input-xml - treat input as XML.
- getXmlVersion() - Method in class org.w3c.tidy.DOMDocumentImpl
-
- ID - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for ids.
- ID_NAME_MISMATCH - Static variable in class org.w3c.tidy.Report
-
attribute: id and name mismatch.
- IDREF - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for attributes referencng an id.
- IGNORE_MARKUP - Static variable in class org.w3c.tidy.Lexer
-
state: ignore markup.
- IGNORE_WHITESPACE - Static variable in class org.w3c.tidy.Lexer
-
state: ignore whitespace.
- ILLEGAL_NESTING - Static variable in class org.w3c.tidy.Report
-
illegal nesting.
- ILLEGAL_URI_REFERENCE - Static variable in class org.w3c.tidy.Report
-
attribute: illegal URI reference.
- IMG - Static variable in class org.w3c.tidy.TagCheckImpl
-
CheckIMG instance.
- implicit - Variable in class org.w3c.tidy.Node
-
true if inferred.
- importNode(Node, boolean) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- in - Variable in class org.w3c.tidy.Lexer
-
file stream.
- inAttVal - Variable in class org.w3c.tidy.PPrint
-
- inCharEncoding - Variable in class org.w3c.tidy.Configuration
-
Input character encoding (defaults to "ISO8859_1").
- INCONSISTENT_NAMESPACE - Static variable in class org.w3c.tidy.Report
-
inconsistent namespace.
- INCONSISTENT_VERSION - Static variable in class org.w3c.tidy.Report
-
inconsistent version.
- INDENT - Static variable in class org.w3c.tidy.ParsePropertyImpl
-
configuration parser for indent property.
- indentAttributes - Variable in class org.w3c.tidy.Configuration
-
newline+indent before each attribute.
- indentCdata - Variable in class org.w3c.tidy.Configuration
-
indent CDATA sections.
- indentContent - Variable in class org.w3c.tidy.Configuration
-
indent content of appropriate tags.
- inferredTag(String) - Method in class org.w3c.tidy.Lexer
-
Generates and inserts a new node.
- INFO - Static variable in class org.w3c.tidy.TidyMessage.Level
-
level = info (1).
- init() - Method in class org.w3c.tidy.ant.JTidyTask
-
Initializes the task.
- INLINE - Static variable in class org.w3c.tidy.ParserImpl
-
parser for inline.
- inlineDup(Node) - Method in class org.w3c.tidy.Lexer
-
This has the effect of inserting "missing" inline elements around the contents of blocklevel elements such as P,
TD, TH, DIV, PRE etc.
- inlineStyle(Lexer, Node, Node[]) - Method in class org.w3c.tidy.Clean
-
If the node has only one b, i, or font child remove the child node and add the appropriate style attributes to
parent.
- inode - Variable in class org.w3c.tidy.Lexer
-
Inline stack for compatibility with Mosaic.
- inputStreamName - Variable in class org.w3c.tidy.Tidy
-
- insert - Variable in class org.w3c.tidy.Lexer
-
for inferring inline tags.
- insertBefore(Node, Node) - Method in class org.w3c.tidy.DOMAttrImpl
-
Not supported.
- insertBefore(Node, Node) - Method in class org.w3c.tidy.DOMNodeImpl
-
- insertData(int, String) - Method in class org.w3c.tidy.DOMCharacterDataImpl
-
- insertDocType(Lexer, Node, Node) - Static method in class org.w3c.tidy.Node
-
The doctype has been found after other tags, and needs moving to before the html element.
- insertedToken() - Method in class org.w3c.tidy.Lexer
-
- INSERTING_TAG - Static variable in class org.w3c.tidy.Report
-
inserting tag.
- insertMisc(Node, Node) - Static method in class org.w3c.tidy.Node
-
Insert a node at the end.
- insertNodeAfterElement(Node) - Method in class org.w3c.tidy.Node
-
Insert node into markup tree after element.
- insertNodeAsParent(Node, Node) - Static method in class org.w3c.tidy.Node
-
Insert node into markup tree in pace of element which is moved to become the child of the node.
- insertNodeAtEnd(Node) - Method in class org.w3c.tidy.Node
-
Insert node into markup tree.
- insertNodeAtStart(Node) - Method in class org.w3c.tidy.Node
-
Insert a node into markup tree.
- insertNodeBeforeElement(Node, Node) - Static method in class org.w3c.tidy.Node
-
Insert node into markup tree before element.
- insertProperty(StyleProp, String, String) - Method in class org.w3c.tidy.Clean
-
Insert a css style property.
- insertspace - Variable in class org.w3c.tidy.Lexer
-
when space is moved after end tag.
- insideHead(Node) - Method in class org.w3c.tidy.PPrint
-
Is the current node inside HEAD?
- install(Attribute) - Method in class org.w3c.tidy.AttributeTable
-
installs a new Attribute.
- install(Entity) - Method in class org.w3c.tidy.EntityTable
-
installs an entity.
- install(Dict) - Method in class org.w3c.tidy.TagTable
-
Installs a new tag in the tag table, or modify an existing one.
- inString - Variable in class org.w3c.tidy.PPrint
-
- INT - Static variable in class org.w3c.tidy.ParsePropertyImpl
-
configuration parser for int values.
- INVALID_ATTRIBUTE - Static variable in class org.w3c.tidy.Report
-
attribute: invalid attribute.
- INVALID_NCR - Static variable in class org.w3c.tidy.Report
-
character encoding: invalid NCR.
- INVALID_SGML_CHARS - Static variable in class org.w3c.tidy.Report
-
character encoding: invalid sgml chars.
- INVALID_URI - Static variable in class org.w3c.tidy.Report
-
character encoding: nvalid URI.
- INVALID_UTF16 - Static variable in class org.w3c.tidy.Report
-
character encoding: invalid utf16.
- INVALID_UTF8 - Static variable in class org.w3c.tidy.Report
-
character encoding: invalid utf8.
- INVALID_XML_ID - Static variable in class org.w3c.tidy.Report
-
attribute: invalid xml id.
- INVBOOL - Static variable in class org.w3c.tidy.ParsePropertyImpl
-
configuration parser for inverted boolean values.
- isAnchorElement(Node) - Method in class org.w3c.tidy.TagTable
-
May id or name serve as anchor?
- isBlank(Lexer) - Method in class org.w3c.tidy.Node
-
Is the node content empty or blank? Assumes node is a text node.
- isBoolAttribute() - Method in class org.w3c.tidy.AttVal
-
Is this a boolean attribute.
- isCharEncodingSupported(String) - Static method in class org.w3c.tidy.TidyUtils
-
Is the given character encoding supported?
- isCSS1Selector(String) - Static method in class org.w3c.tidy.Lexer
-
In CSS1, selectors can contain only the characters A-Z, 0-9, and Unicode characters 161-255, plus dash (-); they
cannot start with a dash or a digit; they can also contain escaped characters and any Unicode character as a
numeric code (see next item).
- isDefaultNamespace(String) - Method in class org.w3c.tidy.DOMNodeImpl
-
- isDescendantOf(Dict) - Method in class org.w3c.tidy.Node
-
Is this node contained in a given tag?
- isDigit(char) - Static method in class org.w3c.tidy.TidyUtils
-
Is the given char a digit?
- isElement() - Method in class org.w3c.tidy.Node
-
Is the node an element?
- isElementContentWhitespace() - Method in class org.w3c.tidy.DOMTextImpl
-
- isEndOfStream() - Method in interface org.w3c.tidy.StreamIn
-
Has end of stream been reached?
- isEndOfStream() - Method in class org.w3c.tidy.StreamInJavaImpl
-
- isEqualNode(Node) - Method in class org.w3c.tidy.DOMNodeImpl
-
- isId() - Method in class org.w3c.tidy.DOMAttrImpl
-
- isInValuesIgnoreCase(String[], String) - Static method in class org.w3c.tidy.TidyUtils
-
Check if the string valueToCheck is contained in validValues array (case insesitie comparison).
- isJavaScript() - Method in class org.w3c.tidy.Node
-
Used to check script node for script language.
- isKnownOption(String) - Static method in class org.w3c.tidy.Configuration
-
Is the given String a valid configuration flag?
- isLetter(char) - Static method in class org.w3c.tidy.TidyUtils
-
Is the given char a letter?
- isLiteral() - Method in class org.w3c.tidy.Attribute
-
Is this a literal (unmodifiable) attribute?
- isLiteralAttribute(String) - Method in class org.w3c.tidy.AttributeTable
-
Does the given attibute contains a literal attribute?
- isLower(char) - Static method in class org.w3c.tidy.TidyUtils
-
Determines if the specified character is a lowercase character.
- isNamechar(char) - Static method in class org.w3c.tidy.TidyUtils
-
Is the given char valid in name? (letter, digit or "-", ".", ":", "_")
- isNewNode() - Method in class org.w3c.tidy.Node
-
Is this a new (user defined) node? Used to determine how attributes without values should be printed.
- isNowrap() - Method in class org.w3c.tidy.Attribute
-
Don't wrap this attribute?
- ISO2022 - Static variable in class org.w3c.tidy.Configuration
-
Deprecated.
- isPushed(Node) - Method in class org.w3c.tidy.Lexer
-
Is the node in the stack?
- isQuote(int) - Static method in class org.w3c.tidy.TidyUtils
-
Is the given character a single or double quote?
- isSameNode(Node) - Method in class org.w3c.tidy.DOMNodeImpl
-
- isScript(String) - Method in class org.w3c.tidy.AttributeTable
-
Does the given attibute contains a script?
- isSupported(String, String) - Method in class org.w3c.tidy.DOMNodeImpl
-
- IStack - Class in org.w3c.tidy
-
Inline stack node.
- IStack() - Constructor for class org.w3c.tidy.IStack
-
- istack - Variable in class org.w3c.tidy.Lexer
-
stack.
- istackbase - Variable in class org.w3c.tidy.Lexer
-
start of frame.
- isUpper(char) - Static method in class org.w3c.tidy.TidyUtils
-
Determines if the specified character is a uppercase character.
- isUrl(String) - Method in class org.w3c.tidy.AttributeTable
-
Does the given attibute contains an url?
- isValidAttrName(String) - Static method in class org.w3c.tidy.Lexer
-
Check if attr is a valid name.
- isvoyager - Variable in class org.w3c.tidy.Lexer
-
true if xmlns attribute on html element.
- isWhite(char) - Static method in class org.w3c.tidy.TidyUtils
-
Determines if the specified character is whitespace.
- isWord2000(Node) - Method in class org.w3c.tidy.Clean
-
Check if the current document is a converted Word document.
- isxdigit(char) - Static method in class org.w3c.tidy.TidyUtils
-
Is the character a hex digit?
- isXMLLetter(char) - Static method in class org.w3c.tidy.TidyUtils
-
Is the given char a valid xml letter?
- isXMLNamechar(char) - Static method in class org.w3c.tidy.TidyUtils
-
Is the given char valid in xml name?
- item(int) - Method in class org.w3c.tidy.DOMAttrMapImpl
-
- item(int) - Method in class org.w3c.tidy.DOMNodeListByTagNameImpl
-
- item(int) - Method in class org.w3c.tidy.DOMNodeListImpl
-
- MAC2UNICODE - Static variable in class org.w3c.tidy.EncodingUtils
-
John Love-Jensen contributed this table for mapping MacRoman character set to Unicode.
- MACROMAN - Static variable in class org.w3c.tidy.Configuration
-
Deprecated.
- main(String[]) - Static method in class org.w3c.tidy.Tidy
-
Command line interface to parser and pretty printer.
- mainExec(String[]) - Method in class org.w3c.tidy.Tidy
-
Main method, but returns the return code as an int instead of calling System.exit(code).
- makeBare - Variable in class org.w3c.tidy.Configuration
-
Make bare HTML: remove Microsoft cruft.
- makeClean - Variable in class org.w3c.tidy.Configuration
-
remove presentational clutter.
- MALFORMED_COMMENT - Static variable in class org.w3c.tidy.Report
-
malformed comment.
- MALFORMED_DOCTYPE - Static variable in class org.w3c.tidy.Report
-
malformed doctype.
- MAP - Static variable in class org.w3c.tidy.TagCheckImpl
-
CheckMap instance.
- map(char) - Static method in class org.w3c.tidy.TidyUtils
-
Returns the constant which defines the classification of char in lexmap.
- mapStr(String, short) - Static method in class org.w3c.tidy.TidyUtils
-
Classify chars in String and put them in lexmap.
- MAX_UTF16_FROM_UCS4 - Static variable in class org.w3c.tidy.EncodingUtils
-
Max UTF-16 value.
- MAX_UTF8_FROM_UCS4 - Static variable in class org.w3c.tidy.EncodingUtils
-
Max UTF-88 valid char value.
- maxIndex - Variable in class org.w3c.tidy.DOMNodeListByTagNameImpl
-
Max index (number of nodes).
- MEDIA - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "media" attribute.
- mergeClasses(Node, Node) - Method in class org.w3c.tidy.Clean
-
Merge class attributes from 2 nodes.
- mergeDivs(Lexer, Node) - Method in class org.w3c.tidy.Clean
-
Symptom: <div><div>...</div></div>
Action: merge the two divs.
- mergeProperties(String, String) - Method in class org.w3c.tidy.Clean
-
Create new string that consists of the combined style properties in s1 and s2.
- mergeStyles(Node, Node) - Method in class org.w3c.tidy.Clean
-
Merge style from 2 nodes.
- message - Variable in class org.w3c.tidy.TidyMessage
-
Formatted text for this message.
- messageReceived(TidyMessage) - Method in interface org.w3c.tidy.TidyMessageListener
-
Called by tidy when a warning or error occurs.
- META - Static variable in class org.w3c.tidy.TagCheckImpl
-
CheckMeta instance.
- MISSING_ATTR_VALUE - Static variable in class org.w3c.tidy.Report
-
attribute: missing attribute value.
- MISSING_ATTRIBUTE - Static variable in class org.w3c.tidy.Report
-
attribute: missing attribute.
- MISSING_DOCTYPE - Static variable in class org.w3c.tidy.Report
-
missing doctype.
- MISSING_ENDTAG_BEFORE - Static variable in class org.w3c.tidy.Report
-
missing end tag before.
- MISSING_ENDTAG_FOR - Static variable in class org.w3c.tidy.Report
-
missing an end tag.
- MISSING_IMAGE_ALT - Static variable in class org.w3c.tidy.Report
-
accessibility flaw: missing image map.
- MISSING_IMAGE_MAP - Static variable in class org.w3c.tidy.Report
-
accessibility flaw: missing image map.
- MISSING_IMAGEMAP - Static variable in class org.w3c.tidy.Report
-
attribute: missing image map.
- MISSING_LINK_ALT - Static variable in class org.w3c.tidy.Report
-
accessibility flaw: missing link alt.
- MISSING_QUOTEMARK - Static variable in class org.w3c.tidy.Report
-
attribute: missing quotemark.
- MISSING_SEMICOLON - Static variable in class org.w3c.tidy.Report
-
invalid entity: missing semicolon.
- MISSING_SEMICOLON_NCR - Static variable in class org.w3c.tidy.Report
-
invalid entity: missing semicolon.
- MISSING_STARTTAG - Static variable in class org.w3c.tidy.Report
-
missing start tag.
- MISSING_SUMMARY - Static variable in class org.w3c.tidy.Report
-
accessibility flaw: missing summary.
- MISSING_TITLE_ELEMENT - Static variable in class org.w3c.tidy.Report
-
missing title element.
- missingBody(PrintWriter) - Method in class org.w3c.tidy.Report
-
Prints the "missing body" message.
- MIXED_CONTENT - Static variable in class org.w3c.tidy.Lexer
-
state: mixed content.
- MIXED_CONTENT_IN_BLOCK - Static variable in class org.w3c.tidy.Report
-
mixed content in block.
- model - Variable in class org.w3c.tidy.Dict
-
model (CM_* constants).
- moveBeforeTable(Node, Node, TagTable) - Static method in class org.w3c.tidy.Node
-
Unexpected content in table row is moved to just before the table in accordance with Netscape and IE.
- moveNodeToBody(Lexer, Node) - Static method in class org.w3c.tidy.ParserImpl
-
moves given node to end of body element.
- moveToHead(Lexer, Node, Node) - Static method in class org.w3c.tidy.ParserImpl
-
Move node to the head, where element is used as starting point in hunt for head.
- name - Variable in class org.w3c.tidy.Anchor
-
Anchor name.
- NAME - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "name" attribute.
- name - Variable in class org.w3c.tidy.Attribute
-
attribute name.
- name - Variable in class org.w3c.tidy.Configuration.Flag
-
option name.
- name - Variable in class org.w3c.tidy.Dict
-
Tag name.
- name - Variable in class org.w3c.tidy.Entity
-
entity name.
- name - Variable in class org.w3c.tidy.Lexer.W3CVersionInfo
-
name.
- NAME - Static variable in class org.w3c.tidy.ParsePropertyImpl
-
configuration parser for name values.
- name - Variable in class org.w3c.tidy.StyleProp
-
Style name.
- NAMECHAR - Static variable in class org.w3c.tidy.TidyUtils
-
char type: namechar.
- ncr - Variable in class org.w3c.tidy.Configuration
-
allow numeric character references.
- needsAuthorIntervention(PrintWriter) - Method in class org.w3c.tidy.Report
-
Prints the "needs author intervention" message.
- NESTED_EMPHASIS - Static variable in class org.w3c.tidy.Report
-
nested emphasis.
- NESTED_QUOTATION - Static variable in class org.w3c.tidy.Report
-
nested quotation.
- nestedEmphasis(Node) - Method in class org.w3c.tidy.Clean
-
simplifies ...
- nestedList(Lexer, Node, Node[]) - Method in class org.w3c.tidy.Clean
-
Symptom:
...
- newAnchor() - Method in class org.w3c.tidy.TagTable
-
Initialize a new anchor.
- newline - Variable in class org.w3c.tidy.Configuration
-
bytes for the newline marker.
- newline() - Method in interface org.w3c.tidy.Out
-
writes a newline.
- newline - Variable in class org.w3c.tidy.OutJavaImpl
-
Newline string.
- newline() - Method in class org.w3c.tidy.OutJavaImpl
-
- NEWLINE - Static variable in class org.w3c.tidy.ParsePropertyImpl
-
configuration parser for new line bytes.
- NEWLINE - Static variable in class org.w3c.tidy.TidyUtils
-
char type: newline.
- NEWLINE_IN_URI - Static variable in class org.w3c.tidy.Report
-
attribute: newline in URI.
- newLineNode() - Method in class org.w3c.tidy.Lexer
-
Adds a new line node.
- newNode() - Method in class org.w3c.tidy.Lexer
-
Creates a new node and add it to nodelist.
- newNode(short, byte[], int, int) - Method in class org.w3c.tidy.Lexer
-
Creates a new node and add it to nodelist.
- newNode(short, byte[], int, int, String) - Method in class org.w3c.tidy.Lexer
-
Creates a new node and add it to nodelist.
- newXhtmlDocTypeNode(Node) - Method in class org.w3c.tidy.Lexer
-
Put DOCTYPE declaration between the <:?xml version "1.0" ...
- next - Variable in class org.w3c.tidy.Anchor
-
Next anchor.
- next - Variable in class org.w3c.tidy.AttVal
-
next AttVal.
- next - Variable in class org.w3c.tidy.IStack
-
Next element in the stack.
- next - Variable in class org.w3c.tidy.Node
-
next node.
- next - Variable in class org.w3c.tidy.Style
-
Next linked style element.
- next - Variable in class org.w3c.tidy.StyleProp
-
Next linked style property.
- niceBody(Lexer, Node) - Method in class org.w3c.tidy.Clean
-
Check deprecated attributes in body tag.
- node - Variable in class org.w3c.tidy.Anchor
-
linked node.
- Node - Class in org.w3c.tidy
-
Used for elements and text nodes element name is null for text nodes start and end are offsets into lexbuf which
contains the textual content of all elements in the parse tree.
- Node() - Constructor for class org.w3c.tidy.Node
-
Instantiates a new text node.
- Node(short, byte[], int, int) - Constructor for class org.w3c.tidy.Node
-
Instantiates a new node.
- Node(short, byte[], int, int, String, TagTable) - Constructor for class org.w3c.tidy.Node
-
Instantiates a new node.
- nodeList - Variable in class org.w3c.tidy.Lexer
-
node list.
- NODETYPE_STRING - Static variable in class org.w3c.tidy.Node
-
Description for all the node types.
- NOFRAMES - Static variable in class org.w3c.tidy.ParserImpl
-
parser for noframes.
- NOFRAMES_CONTENT - Static variable in class org.w3c.tidy.Report
-
noframes content.
- noMargins(Node) - Method in class org.w3c.tidy.Clean
-
Used to hunt for hidden preformatted sections.
- NON_ASCII - Static variable in class org.w3c.tidy.Report
-
character encoding error: non ascii.
- NON_MATCHING_ENDTAG - Static variable in class org.w3c.tidy.Report
-
non matching end tag.
- NORMAL - Static variable in class org.w3c.tidy.PPrint
-
position: normal.
- normalize() - Method in class org.w3c.tidy.DOMElementImpl
-
- normalize() - Method in class org.w3c.tidy.DOMNodeImpl
-
Do nothing: text nodes in html documents are important and jtidy already removes useless text during parsing.
- normalizeDocument() - Method in class org.w3c.tidy.DOMDocumentImpl
-
- normalizeSpaces(Lexer, Node) - Method in class org.w3c.tidy.Clean
-
Map non-breaking spaces to regular spaces.
- nowrap - Variable in class org.w3c.tidy.Attribute
-
don't wrap attribute.
- NOWRAP - Static variable in class org.w3c.tidy.PPrint
-
position: nowrap.
- NUM_UTF8_SEQUENCES - Static variable in class org.w3c.tidy.EncodingUtils
-
number of valid utf8 sequances.
- NUMBER - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "number" attribute.
- numBytes - Variable in class org.w3c.tidy.ValidUTF8Sequence
-
number of bytes.
- numEntities - Variable in class org.w3c.tidy.Configuration
-
use numeric entities.
- parent - Variable in class org.w3c.tidy.DOMNodeListImpl
-
Parent Node.
- parent - Variable in class org.w3c.tidy.Node
-
parent node.
- parse(String, String, Configuration) - Method in interface org.w3c.tidy.ParseProperty
-
Parse a configuration option.
- parse(String, String, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseBoolean
-
- parse(String, String, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseCharEncoding
-
- parse(String, String, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseCSS1Selector
-
- parse(String, String, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseDocType
-
- parse(String, String, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseIndent
-
- parse(String, String, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseInt
-
- parse(String, String, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseInvBoolean
-
- parse(String, String, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseName
-
- parse(String, String, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseNewLine
-
- parse(String, String, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseRepeatedAttribute
-
- parse(String, String, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseString
-
- parse(String, String, Configuration) - Method in class org.w3c.tidy.ParsePropertyImpl.ParseTagNames
-
- parse(Lexer, Node, short) - Method in interface org.w3c.tidy.Parser
-
Parse the given node.
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseBlock
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseBody
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseColGroup
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseDefList
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseEmpty
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseFrameSet
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseHead
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseHTML
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseInline
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseList
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseNoFrames
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseOptGroup
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParsePre
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseRow
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseRowGroup
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseScript
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseSelect
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseTableTag
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseText
-
- parse(Lexer, Node, short) - Method in class org.w3c.tidy.ParserImpl.ParseTitle
-
- parse(InputStream, OutputStream) - Method in class org.w3c.tidy.Tidy
-
Reads from the given input and returns the root Node.
- parse(Reader, OutputStream) - Method in class org.w3c.tidy.Tidy
-
Reads from the given input and returns the root Node.
- parse(Reader, Writer) - Method in class org.w3c.tidy.Tidy
-
Reads from the given input and returns the root Node.
- parse(InputStream, Writer) - Method in class org.w3c.tidy.Tidy
-
Reads from the given input and returns the root Node.
- parse(StreamIn, Out) - Method in class org.w3c.tidy.Tidy
-
Internal routine that actually does the parsing.
- parse(InputStream, String, OutputStream) - Method in class org.w3c.tidy.Tidy
-
Internal routine that actually does the parsing.
- parseAsp() - Method in class org.w3c.tidy.Lexer
-
parser for ASP within start tags Some people use ASP for to customize attributes Tidy isn't really well suited to
dealing with ASP This is a workaround for attributes, but won't deal with the case where the ASP is used to
tailor the attribute value.
- parseAttribute(boolean[], Node[], Node[]) - Method in class org.w3c.tidy.Lexer
-
consumes the '>' terminating start tags.
- parseAttrs(boolean[]) - Method in class org.w3c.tidy.Lexer
-
Parse tag attributes.
- ParseBlock() - Constructor for class org.w3c.tidy.ParserImpl.ParseBlock
-
- ParseBody() - Constructor for class org.w3c.tidy.ParserImpl.ParseBody
-
- ParseBoolean() - Constructor for class org.w3c.tidy.ParsePropertyImpl.ParseBoolean
-
- ParseCharEncoding() - Constructor for class org.w3c.tidy.ParsePropertyImpl.ParseCharEncoding
-
- ParseColGroup() - Constructor for class org.w3c.tidy.ParserImpl.ParseColGroup
-
- ParseCSS1Selector() - Constructor for class org.w3c.tidy.ParsePropertyImpl.ParseCSS1Selector
-
- ParseDefList() - Constructor for class org.w3c.tidy.ParserImpl.ParseDefList
-
- ParseDocType() - Constructor for class org.w3c.tidy.ParsePropertyImpl.ParseDocType
-
- parseDocument(Lexer) - Static method in class org.w3c.tidy.ParserImpl
-
HTML is the top level element.
- parseDOM(InputStream, OutputStream) - Method in class org.w3c.tidy.Tidy
-
Parses InputStream in and returns a DOM Document node.
- parseDOM(Reader, Writer) - Method in class org.w3c.tidy.Tidy
-
- ParseEmpty() - Constructor for class org.w3c.tidy.ParserImpl.ParseEmpty
-
- parseEntity(short) - Method in class org.w3c.tidy.Lexer
-
Parse an html entity.
- parseErrors - Variable in class org.w3c.tidy.Tidy
-
- parseFile(String) - Method in class org.w3c.tidy.Configuration
-
Parses a property file.
- ParseFrameSet() - Constructor for class org.w3c.tidy.ParserImpl.ParseFrameSet
-
- ParseHead() - Constructor for class org.w3c.tidy.ParserImpl.ParseHead
-
- ParseHTML() - Constructor for class org.w3c.tidy.ParserImpl.ParseHTML
-
- ParseIndent() - Constructor for class org.w3c.tidy.ParsePropertyImpl.ParseIndent
-
- ParseInline() - Constructor for class org.w3c.tidy.ParserImpl.ParseInline
-
- ParseInt() - Constructor for class org.w3c.tidy.ParsePropertyImpl.ParseInt
-
- ParseInvBoolean() - Constructor for class org.w3c.tidy.ParsePropertyImpl.ParseInvBoolean
-
- ParseList() - Constructor for class org.w3c.tidy.ParserImpl.ParseList
-
- ParseName() - Constructor for class org.w3c.tidy.ParsePropertyImpl.ParseName
-
- ParseNewLine() - Constructor for class org.w3c.tidy.ParsePropertyImpl.ParseNewLine
-
- ParseNoFrames() - Constructor for class org.w3c.tidy.ParserImpl.ParseNoFrames
-
- ParseOptGroup() - Constructor for class org.w3c.tidy.ParserImpl.ParseOptGroup
-
- parsePhp() - Method in class org.w3c.tidy.Lexer
-
PHP is like ASP but is based upon XML processing instructions, e.g.
- ParsePre() - Constructor for class org.w3c.tidy.ParserImpl.ParsePre
-
- ParseProperty - Interface in org.w3c.tidy
-
Interface for configuration property parser.
- ParsePropertyImpl - Class in org.w3c.tidy
-
Property parser instances.
- ParsePropertyImpl() - Constructor for class org.w3c.tidy.ParsePropertyImpl
-
don't instantiate.
- ParsePropertyImpl.ParseBoolean - Class in org.w3c.tidy
-
parser for boolean values.
- ParsePropertyImpl.ParseCharEncoding - Class in org.w3c.tidy
-
parse character encoding option.
- ParsePropertyImpl.ParseCSS1Selector - Class in org.w3c.tidy
-
Parser for css selectors.
- ParsePropertyImpl.ParseDocType - Class in org.w3c.tidy
-
Parse doctype preference.
- ParsePropertyImpl.ParseIndent - Class in org.w3c.tidy
-
Parser for indent values.
- ParsePropertyImpl.ParseInt - Class in org.w3c.tidy
-
parser for integer values.
- ParsePropertyImpl.ParseInvBoolean - Class in org.w3c.tidy
-
parser for boolean values.
- ParsePropertyImpl.ParseName - Class in org.w3c.tidy
-
parser for name values (a string excluding whitespace).
- ParsePropertyImpl.ParseNewLine - Class in org.w3c.tidy
-
Parser for newline bytes.
- ParsePropertyImpl.ParseRepeatedAttribute - Class in org.w3c.tidy
-
keep-first or keep-last?
- ParsePropertyImpl.ParseString - Class in org.w3c.tidy
-
Parser for String values.
- ParsePropertyImpl.ParseTagNames - Class in org.w3c.tidy
-
parser for name values.
- parseProps() - Method in class org.w3c.tidy.Configuration
-
Parses the configuration properties file.
- parser - Variable in class org.w3c.tidy.Configuration.Flag
-
Parser for the configuration property.
- parser - Variable in class org.w3c.tidy.Dict
-
Parser for this tag.
- Parser - Interface in org.w3c.tidy
-
HTML Parser.
- ParseRepeatedAttribute() - Constructor for class org.w3c.tidy.ParsePropertyImpl.ParseRepeatedAttribute
-
- ParserImpl - Class in org.w3c.tidy
-
HTML Parser implementation.
- ParserImpl() - Constructor for class org.w3c.tidy.ParserImpl
-
ParserImpl should not be instantiated.
- ParserImpl.ParseBlock - Class in org.w3c.tidy
-
Parser for block elements.
- ParserImpl.ParseBody - Class in org.w3c.tidy
-
Parser for BODY.
- ParserImpl.ParseColGroup - Class in org.w3c.tidy
-
Parser for COLGROUP.
- ParserImpl.ParseDefList - Class in org.w3c.tidy
-
Parser for DEFLIST.
- ParserImpl.ParseEmpty - Class in org.w3c.tidy
-
Parser for empty elements.
- ParserImpl.ParseFrameSet - Class in org.w3c.tidy
-
Parser for FRAMESET.
- ParserImpl.ParseHead - Class in org.w3c.tidy
-
Parser for HEAD.
- ParserImpl.ParseHTML - Class in org.w3c.tidy
-
Parser for HTML.
- ParserImpl.ParseInline - Class in org.w3c.tidy
-
Parser for INLINE.
- ParserImpl.ParseList - Class in org.w3c.tidy
-
Parser for LIST.
- ParserImpl.ParseNoFrames - Class in org.w3c.tidy
-
Parser for NOFRAMES.
- ParserImpl.ParseOptGroup - Class in org.w3c.tidy
-
Parser for OPTGROUP.
- ParserImpl.ParsePre - Class in org.w3c.tidy
-
Parser for PRE.
- ParserImpl.ParseRow - Class in org.w3c.tidy
-
Parser for ROW.
- ParserImpl.ParseRowGroup - Class in org.w3c.tidy
-
Parser for ROWGROUP.
- ParserImpl.ParseScript - Class in org.w3c.tidy
-
Parser for SCRIPT.
- ParserImpl.ParseSelect - Class in org.w3c.tidy
-
Parser for SELECT.
- ParserImpl.ParseTableTag - Class in org.w3c.tidy
-
Parser for TABLE.
- ParserImpl.ParseText - Class in org.w3c.tidy
-
Parser for text nodes.
- ParserImpl.ParseTitle - Class in org.w3c.tidy
-
Parser for TITLE.
- ParseRow() - Constructor for class org.w3c.tidy.ParserImpl.ParseRow
-
- ParseRowGroup() - Constructor for class org.w3c.tidy.ParserImpl.ParseRowGroup
-
- ParseScript() - Constructor for class org.w3c.tidy.ParserImpl.ParseScript
-
- ParseSelect() - Constructor for class org.w3c.tidy.ParserImpl.ParseSelect
-
- parseServerInstruction() - Method in class org.w3c.tidy.Lexer
-
Invoked when < is seen in place of attribute value but terminates on whitespace if not ASP, PHP or Tango this
routine recognizes ' and " quoted strings.
- ParseString() - Constructor for class org.w3c.tidy.ParsePropertyImpl.ParseString
-
- ParseTableTag() - Constructor for class org.w3c.tidy.ParserImpl.ParseTableTag
-
- parseTag(Lexer, Node, short) - Static method in class org.w3c.tidy.ParserImpl
-
- parseTagName() - Method in class org.w3c.tidy.Lexer
-
Parses a tag name.
- ParseTagNames() - Constructor for class org.w3c.tidy.ParsePropertyImpl.ParseTagNames
-
- ParseText() - Constructor for class org.w3c.tidy.ParserImpl.ParseText
-
- ParseTitle() - Constructor for class org.w3c.tidy.ParserImpl.ParseTitle
-
- parseValue(String, boolean, boolean[], int[]) - Method in class org.w3c.tidy.Lexer
-
Parse an attribute value.
- parseWarnings - Variable in class org.w3c.tidy.Tidy
-
- parseXMLDocument(Lexer) - Static method in class org.w3c.tidy.ParserImpl
-
- parseXMLElement(Lexer, Node, short) - Static method in class org.w3c.tidy.ParserImpl
-
XML documents.
- php - Variable in class org.w3c.tidy.AttVal
-
Php node.
- PHP_TAG - Static variable in class org.w3c.tidy.Node
-
node type: php tag.
- popInline(Node) - Method in class org.w3c.tidy.Lexer
-
Pop a copy of an inline node from the stack.
- PPrint - Class in org.w3c.tidy
-
Pretty print parse tree.
- PPrint(Configuration) - Constructor for class org.w3c.tidy.PPrint
-
Instantiates a new PPrint.
- pprint(Document, OutputStream) - Method in class org.w3c.tidy.Tidy
-
Pretty-prints a DOM Document.
- pprint(Node, OutputStream) - Method in class org.w3c.tidy.Tidy
-
Pretty-prints a DOM Node.
- pprint(Node, OutputStream) - Method in class org.w3c.tidy.Tidy
-
Pretty-prints a tidy Node.
- PRE - Static variable in class org.w3c.tidy.ParserImpl
-
parser for pre.
- preContent(Node) - Method in class org.w3c.tidy.Lexer
-
Is content acceptable for pre elements?
- PREFORMATTED - Static variable in class org.w3c.tidy.Lexer
-
state: preformatted.
- PREFORMATTED - Static variable in class org.w3c.tidy.PPrint
-
position: preformatted text.
- preTraverse(Node) - Method in class org.w3c.tidy.DOMNodeListByTagNameImpl
-
Traverse the node list.
- prev - Variable in class org.w3c.tidy.Node
-
pevious node.
- printAsp(Out, int, Node) - Method in class org.w3c.tidy.PPrint
-
note ASP and JSTE share <% ...
- printAttribute(Out, int, Node, AttVal) - Method in class org.w3c.tidy.PPrint
-
- printAttrs(Out, int, Node, AttVal) - Method in class org.w3c.tidy.PPrint
-
- printAttrValue(Out, int, String, int, boolean) - Method in class org.w3c.tidy.PPrint
-
- printBody(Out, Lexer, Node, boolean) - Method in class org.w3c.tidy.PPrint
-
Print just the content of the body element.
- printCDATA(Out, int, Node) - Method in class org.w3c.tidy.PPrint
-
- printChar(int, short) - Method in class org.w3c.tidy.PPrint
-
- printComment(Out, int, Node) - Method in class org.w3c.tidy.PPrint
-
- printConfigOptions(Writer, boolean) - Method in class org.w3c.tidy.Configuration
-
prints available configuration options.
- printDocType(Out, int, Lexer, Node) - Method in class org.w3c.tidy.PPrint
-
- printEndTag(short, int, Node) - Method in class org.w3c.tidy.PPrint
-
- printJste(Out, int, Node) - Method in class org.w3c.tidy.PPrint
-
JSTE also supports <# ...
- printMessage(int, Lexer, String, Object[], TidyMessage.Level) - Method in class org.w3c.tidy.Report
-
Prints a message to lexer.errout after calling getMessage().
- printMessage(PrintWriter, String, Object[], TidyMessage.Level) - Method in class org.w3c.tidy.Report
-
Prints a message to errout after calling getMessage().
- printNavBar(Out, int) - Method in class org.w3c.tidy.PPrint
-
- printPhp(Out, int, Node) - Method in class org.w3c.tidy.PPrint
-
PHP is based on XML processing instructions.
- printPI(Out, int, Node) - Method in class org.w3c.tidy.PPrint
-
- printScriptStyle(Out, short, int, Lexer, Node) - Method in class org.w3c.tidy.PPrint
-
Print script and style elements.
- printSection(Out, int, Node) - Method in class org.w3c.tidy.PPrint
-
- printSlide(Out, short, int, Lexer) - Method in class org.w3c.tidy.PPrint
-
Called from printTree to print the content of a slide from the node slidecontent.
- printString(String) - Method in class org.w3c.tidy.PPrint
-
- printTag(Lexer, Out, short, int, Node) - Method in class org.w3c.tidy.PPrint
-
- printText(Out, short, int, byte[], int, int) - Method in class org.w3c.tidy.PPrint
-
The line buffer is uint not char so we can hold Unicode values unencoded.
- printTree(Out, short, int, Lexer, Node) - Method in class org.w3c.tidy.PPrint
-
- printXmlDecl(Out, int, Node) - Method in class org.w3c.tidy.PPrint
-
Pretty print the xml declaration.
- printXMLTree(Out, short, int, Lexer, Node) - Method in class org.w3c.tidy.PPrint
-
- PROC_INS_TAG - Static variable in class org.w3c.tidy.Node
-
node type: .
- processFile(File, File) - Method in class org.w3c.tidy.ant.JTidyTask
-
Run tidy on a file.
- profile - Variable in class org.w3c.tidy.Lexer.W3CVersionInfo
-
profile.
- properties - Variable in class org.w3c.tidy.ant.JTidyTask
-
Properties file.
- properties - Variable in class org.w3c.tidy.Configuration
-
configuration properties.
- properties - Variable in class org.w3c.tidy.Style
-
Style properties.
- PROPRIETARY_ATTR_VALUE - Static variable in class org.w3c.tidy.Report
-
attribute: proprietary attribute value.
- PROPRIETARY_ATTRIBUTE - Static variable in class org.w3c.tidy.Report
-
attribute: proprietary attribute.
- PROPRIETARY_ELEMENT - Static variable in class org.w3c.tidy.Report
-
proprietary element.
- props - Variable in class org.w3c.tidy.ant.JTidyTask
-
Configured properties.
- pruneSection(Lexer, Node) - Method in class org.w3c.tidy.Clean
-
node is <![if ...]>
prune up to <![endif]>
.
- purgeWord2000Attributes(Node) - Method in class org.w3c.tidy.Clean
-
Remove word2000 attributes from node.
- pushed - Variable in class org.w3c.tidy.Lexer
-
true after token has been pushed back.
- pushed - Variable in class org.w3c.tidy.StreamInJavaImpl
-
Is char pushed?
- pushInline(Node) - Method in class org.w3c.tidy.Lexer
-
Push a copy of an inline node onto stack but don't push if implicit or OBJECT or APPLET (implicit tags are ones
generated from the istack) One issue arises with pushing inlines when the tag is already pushed.
- putUTF8(byte[], int, int) - Static method in class org.w3c.tidy.PPrint
-
store char c as UTF-8 encoded byte stream.
- SCOPE - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "scope" attribute.
- SCRIPT - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for scripts.
- SCRIPT - Static variable in class org.w3c.tidy.ParserImpl
-
parser for script.
- SCRIPT - Static variable in class org.w3c.tidy.TagCheckImpl
-
CheckSCRIPT instance.
- SCROLL - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "scroll" attribute.
- SECTION_TAG - Static variable in class org.w3c.tidy.Node
-
node type: section tag.
- seenEndBody - Variable in class org.w3c.tidy.Lexer
-
already seen end body tag?
- seenEndHtml - Variable in class org.w3c.tidy.Lexer
-
already seen end html tag?
- SELECT - Static variable in class org.w3c.tidy.ParserImpl
-
parser for select.
- serialVersionUID - Static variable in class org.w3c.tidy.Configuration
-
serial version UID for this class.
- serialVersionUID - Static variable in class org.w3c.tidy.Tidy
-
Serial Version UID to avoid problems during serialization.
- setAltText(String) - Method in class org.w3c.tidy.Tidy
-
alt-text
- default text for alt attribute.
- setAsciiChars(boolean) - Method in class org.w3c.tidy.Tidy
-
ascii-chars
- convert quotes and dashes to nearest ASCII char.
- setAsp(Node) - Method in class org.w3c.tidy.AttVal
-
Setter for asp
.
- setAttribute(String) - Method in class org.w3c.tidy.AttVal
-
Setter for attribute
.
- setAttribute(String, String) - Method in class org.w3c.tidy.DOMElementImpl
-
- setAttributeNode(Attr) - Method in class org.w3c.tidy.DOMElementImpl
-
- setAttributeNodeNS(Attr) - Method in class org.w3c.tidy.DOMElementImpl
-
- setAttributeNS(String, String, String) - Method in class org.w3c.tidy.DOMElementImpl
-
- setBreakBeforeBR(boolean) - Method in class org.w3c.tidy.Tidy
-
break-before-br - output newline before <br>.
- setBurstSlides(boolean) - Method in class org.w3c.tidy.Tidy
-
split
- create slides on each h2 element.
- setChkattrs(TagCheck) - Method in class org.w3c.tidy.Dict
-
Setter for chkattrs
.
- setConfiguration(Configuration) - Method in class org.w3c.tidy.TagTable
-
Setter for the current configuration instance.
- setConfigurationFromFile(String) - Method in class org.w3c.tidy.Tidy
-
Sets the configuration from a configuration file.
- setConfigurationFromProps(Properties) - Method in class org.w3c.tidy.Tidy
-
Sets the configuration from a properties object.
- setData(String) - Method in class org.w3c.tidy.DOMCharacterDataImpl
-
- setData(String) - Method in class org.w3c.tidy.DOMProcessingInstructionImpl
-
- setDelim(int) - Method in class org.w3c.tidy.AttVal
-
Setter for delim
.
- setDestdir(File) - Method in class org.w3c.tidy.ant.JTidyTask
-
- setDestfile(File) - Method in class org.w3c.tidy.ant.JTidyTask
-
- setDict(Attribute) - Method in class org.w3c.tidy.AttVal
-
Setter for dict
.
- setDocType(String) - Method in class org.w3c.tidy.Tidy
-
doctype
- user specified doctype.
- setDocumentURI(String) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- setDropEmptyParas(boolean) - Method in class org.w3c.tidy.Tidy
-
drop-empty-paras
- discard empty p elements.
- setDropFontTags(boolean) - Method in class org.w3c.tidy.Tidy
-
drop-font-tags
- discard presentation tags.
- setDropProprietaryAttributes(boolean) - Method in class org.w3c.tidy.Tidy
-
drop-proprietary-attributes
- discard proprietary attributes.
- setEmacs(boolean) - Method in class org.w3c.tidy.Tidy
-
gnu-emacs
- if true format error output for GNU Emacs.
- setEncloseBlockText(boolean) - Method in class org.w3c.tidy.Tidy
-
enclose-block-text
- if true text in blocks is wrapped in <p>'s.
- setEncloseText(boolean) - Method in class org.w3c.tidy.Tidy
-
enclose-text
- if true text at body is wrapped in <p>'s.
- setErrfile(String) - Method in class org.w3c.tidy.Tidy
-
Errfile - file name to write errors to.
- setErrout(PrintWriter) - Method in class org.w3c.tidy.Tidy
-
- setEscapeCdata(boolean) - Method in class org.w3c.tidy.Tidy
-
escape-cdata
- replace CDATA sections with escaped text.
- setFailonerror(boolean) - Method in class org.w3c.tidy.ant.JTidyTask
-
- setFilename(String) - Method in class org.w3c.tidy.Report
-
Sets the current file name.
- setFixBackslash(boolean) - Method in class org.w3c.tidy.Tidy
-
fix-backslash
- fix URLs by replacing \ with /.
- setFixComments(boolean) - Method in class org.w3c.tidy.Tidy
-
fix-bad-comments
- fix comments with adjacent hyphens.
- setFixUri(boolean) - Method in class org.w3c.tidy.Tidy
-
fix-uri
- fix uri references applying URI encoding if necessary.
- setFlatten(boolean) - Method in class org.w3c.tidy.ant.JTidyTask
-
- setForceOutput(boolean) - Method in class org.w3c.tidy.Tidy
-
force-output
- output document even if errors were found.
- setHideComments(boolean) - Method in class org.w3c.tidy.Tidy
-
hide-comments
- hides all (real) comments in output.
- setHideEndTags(boolean) - Method in class org.w3c.tidy.Tidy
-
hide-endtags - suppress optional end tags.
- setIdAttribute(String, boolean) - Method in class org.w3c.tidy.DOMElementImpl
-
- setIdAttributeNode(Attr, boolean) - Method in class org.w3c.tidy.DOMElementImpl
-
- setIdAttributeNS(String, String, boolean) - Method in class org.w3c.tidy.DOMElementImpl
-
- setInCharEncoding(int) - Method in class org.w3c.tidy.Configuration
-
- setInCharEncodingName(String) - Method in class org.w3c.tidy.Configuration
-
Setter for inCharEncodingName
.
- setIndentAttributes(boolean) - Method in class org.w3c.tidy.Tidy
-
indent-attributes
- newline+indent before each attribute.
- setIndentCdata(boolean) - Method in class org.w3c.tidy.Tidy
-
indent-cdata
- indent CDATA sections.
- setIndentContent(boolean) - Method in class org.w3c.tidy.Tidy
-
indent - indent content of appropriate tags.
- setInOutEncodingName(String) - Method in class org.w3c.tidy.Configuration
-
Setter for inOutCharEncodingName
.
- setInputEncoding(String) - Method in class org.w3c.tidy.Tidy
-
input-encoding
the character encoding used for input.
- setInputStreamName(String) - Method in class org.w3c.tidy.Tidy
-
InputStreamName - the name of the input stream (printed in the header information).
- setJoinClasses(boolean) - Method in class org.w3c.tidy.Tidy
-
join-classes
- join multiple class attributes.
- setJoinStyles(boolean) - Method in class org.w3c.tidy.Tidy
-
join-styles
- join multiple style attributes.
- setKeepFileTimes(boolean) - Method in class org.w3c.tidy.Tidy
-
keep-time
- if true last modified time is preserved.
- setLexer(Lexer) - Method in interface org.w3c.tidy.StreamIn
-
Setter for lexer instance (needed for error reporting).
- setLexer(Lexer) - Method in class org.w3c.tidy.StreamInJavaImpl
-
- setLiteral(boolean) - Method in class org.w3c.tidy.Attribute
-
Is this a literal (unmodifiable) attribute?
- setLiteralAttribs(boolean) - Method in class org.w3c.tidy.Tidy
-
literal-attributes
- if true attributes may use newlines.
- setLogicalEmphasis(boolean) - Method in class org.w3c.tidy.Tidy
-
logical-emphasis
- replace i by em and b by strong.
- setLowerLiterals(boolean) - Method in class org.w3c.tidy.Tidy
-
lower-literals
- folds known attribute values to lower case.
- setMakeBare(boolean) - Method in class org.w3c.tidy.Tidy
-
make-bare - remove Microsoft cruft.
- setMakeClean(boolean) - Method in class org.w3c.tidy.Tidy
-
make-clean - remove presentational clutter.
- setMessageListener(TidyMessageListener) - Method in class org.w3c.tidy.Tidy
-
Attach a TidyMessageListener which will be notified for messages and errors.
- setNamedItem(Node) - Method in class org.w3c.tidy.DOMAttrMapImpl
-
- setNamedItemNS(Node) - Method in class org.w3c.tidy.DOMAttrMapImpl
-
Not supported, returns DOMException.NOT_SUPPORTED_ERR
.
- setNext(AttVal) - Method in class org.w3c.tidy.AttVal
-
Setter for next
.
- setNodeValue(String) - Method in class org.w3c.tidy.DOMAttrImpl
-
- setNodeValue(String) - Method in class org.w3c.tidy.DOMNodeImpl
-
- setNowrap(boolean) - Method in class org.w3c.tidy.Attribute
-
Don't wrap this attribute?
- setNumEntities(boolean) - Method in class org.w3c.tidy.Tidy
-
numeric-entities
- output entities other than the built-in HTML entities in the numeric rather
than the named entity form.
- setOnlyErrors(boolean) - Method in class org.w3c.tidy.Tidy
-
only-errors - if true normal output is suppressed.
- setOutCharEncoding(int) - Method in class org.w3c.tidy.Configuration
-
- setOutCharEncodingName(String) - Method in class org.w3c.tidy.Configuration
-
Setter for outCharEncodingName
.
- setOutputEncoding(String) - Method in class org.w3c.tidy.Tidy
-
output-encoding
the character encoding used for output.
- setParser(Parser) - Method in class org.w3c.tidy.Dict
-
Setter for parser
.
- setPhp(Node) - Method in class org.w3c.tidy.AttVal
-
Setter for php
.
- setPrefix(String) - Method in class org.w3c.tidy.DOMNodeImpl
-
- setPrintBodyOnly(boolean) - Method in class org.w3c.tidy.Tidy
-
print-body-only
- output BODY content only.
- setProperties(File) - Method in class org.w3c.tidy.ant.JTidyTask
-
- setQuiet(boolean) - Method in class org.w3c.tidy.Tidy
-
quiet - no 'Parsing X', guessed DTD or summary.
- setQuoteAmpersand(boolean) - Method in class org.w3c.tidy.Tidy
-
quote-ampersand
- output naked ampersand as &.
- setQuoteMarks(boolean) - Method in class org.w3c.tidy.Tidy
-
quote-marks
- output " marks as ".
- setQuoteNbsp(boolean) - Method in class org.w3c.tidy.Tidy
-
quote-nbsp
- output non-breaking space as entity.
- setRawOut(boolean) - Method in class org.w3c.tidy.Tidy
-
output-raw
- avoid mapping values > 127 to entities.
- setRepeatedAttributes(int) - Method in class org.w3c.tidy.Tidy
-
repeated-attributes
- keep first or last duplicate attribute.
- setReplaceColor(boolean) - Method in class org.w3c.tidy.Tidy
-
replace-color
- replace hex color attribute values with names.
- setShowErrors(int) - Method in class org.w3c.tidy.Tidy
-
show-errors
- set the number of errors to put out.
- setShowWarnings(boolean) - Method in class org.w3c.tidy.Tidy
-
show-warnings - show warnings? (errors are always shown).
- setSmartIndent(boolean) - Method in class org.w3c.tidy.Tidy
-
SmartIndent - does text/block level content effect indentation.
- setSpaces(int) - Method in class org.w3c.tidy.Tidy
-
indent-spaces
- default indentation.
- setSrcfile(File) - Method in class org.w3c.tidy.ant.JTidyTask
-
- setStrictErrorChecking(boolean) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- setTabsize(int) - Method in class org.w3c.tidy.Tidy
-
tab-size
- tab size in chars.
- setTextContent(String) - Method in class org.w3c.tidy.DOMNodeImpl
-
- setTidyMark(boolean) - Method in class org.w3c.tidy.Tidy
-
tidy-mark
- add meta element indicating tidied doc.
- setTrimEmptyElements(boolean) - Method in class org.w3c.tidy.Tidy
-
trim-empty-elements
- trim empty elements.
- setType(short) - Method in class org.w3c.tidy.Node
-
Setter for node type.
- setUpperCaseAttrs(boolean) - Method in class org.w3c.tidy.Tidy
-
uppercase-attributes - output attributes in upper case.
- setUpperCaseTags(boolean) - Method in class org.w3c.tidy.Tidy
-
uppercase-tags - output tags in upper case.
- setUserData(String, Object, UserDataHandler) - Method in class org.w3c.tidy.DOMNodeImpl
-
- setValue(String) - Method in class org.w3c.tidy.AttVal
-
Setter for value
.
- setValue(String) - Method in class org.w3c.tidy.DOMAttrImpl
-
- setWord2000(boolean) - Method in class org.w3c.tidy.Tidy
-
word-2000
- draconian cleaning for Word2000.
- setWrapAsp(boolean) - Method in class org.w3c.tidy.Tidy
-
wrap-asp
- wrap within ASP pseudo elements.
- setWrapAttVals(boolean) - Method in class org.w3c.tidy.Tidy
-
wrap-attributes
- wrap within attribute values.
- setWrapJste(boolean) - Method in class org.w3c.tidy.Tidy
-
wrap-jste
- wrap within JSTE pseudo elements.
- setWraplen(int) - Method in class org.w3c.tidy.Tidy
-
wrap
- default wrap margin.
- setWrapPhp(boolean) - Method in class org.w3c.tidy.Tidy
-
wrap-php
- wrap within PHP pseudo elements.
- setWrapScriptlets(boolean) - Method in class org.w3c.tidy.Tidy
-
wrap-script-literals
- wrap within JavaScript string literals.
- setWrapSection(boolean) - Method in class org.w3c.tidy.Tidy
-
wrap-sections
- wrap within <![ ...
- setWriteback(boolean) - Method in class org.w3c.tidy.Tidy
-
writeback - if true then output tidied markup.
- setXHTML(boolean) - Method in class org.w3c.tidy.Tidy
-
output-xhtml - output extensible HTML.
- setXHTMLDocType(Node) - Method in class org.w3c.tidy.Lexer
-
Adds a new xhtml doctype to the document.
- setXmlOut(boolean) - Method in class org.w3c.tidy.Tidy
-
output-xml - create output as XML.
- setXmlPi(boolean) - Method in class org.w3c.tidy.Tidy
-
add-xml-pi
- add <?xml?> for XML docs.
- setXmlPIs(boolean) - Method in class org.w3c.tidy.Tidy
-
assume-xml-procins
This option specifies if Tidy should change the parsing of processing
instructions to require ?> as the terminator rather than >.
- setXmlSpace(boolean) - Method in class org.w3c.tidy.Tidy
-
add-xml-space
- if set to yes adds xml:space attr as needed.
- setXmlStandalone(boolean) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- setXmlTags(boolean) - Method in class org.w3c.tidy.Tidy
-
input-xml - treat input as XML.
- setXmlVersion(String) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- SHAPE - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "shape" attribute.
- SHIFTJIS - Static variable in class org.w3c.tidy.Configuration
-
Deprecated.
- shouldIndent(Node) - Method in class org.w3c.tidy.PPrint
-
Should tidy indent the give tag?
- showErrors - Variable in class org.w3c.tidy.Configuration
-
number of errors to put out.
- showVersion(PrintWriter) - Method in class org.w3c.tidy.Report
-
print version information.
- showWarnings - Variable in class org.w3c.tidy.Configuration
-
however errors are always shown.
- singleSpace(Lexer, Node) - Method in class org.w3c.tidy.Clean
-
Does element have a single space as its content?
- slide - Variable in class org.w3c.tidy.PPrint
-
Current slide number.
- slidecontent - Variable in class org.w3c.tidy.PPrint
-
- slidestyle - Variable in class org.w3c.tidy.Configuration
-
- smartIndent - Variable in class org.w3c.tidy.Configuration
-
does text/block level content effect indentation.
- SPACE_PRECEDING_XMLDECL - Static variable in class org.w3c.tidy.Report
-
space preceding xml declaration.
- spaces - Variable in class org.w3c.tidy.Configuration
-
default indentation.
- splitText(int) - Method in class org.w3c.tidy.DOMTextImpl
-
- srcfile - Variable in class org.w3c.tidy.ant.JTidyTask
-
Source file.
- start - Variable in class org.w3c.tidy.Node
-
start of span onto text array.
- START_END_TAG - Static variable in class org.w3c.tidy.Node
-
Start of an end tag.
- START_TAG - Static variable in class org.w3c.tidy.Node
-
Start tag.
- state - Variable in class org.w3c.tidy.Lexer
-
state of lexer's finite state machine.
- stderr - Variable in class org.w3c.tidy.Tidy
-
- StreamIn - Interface in org.w3c.tidy
-
Input Stream.
- StreamInFactory - Class in org.w3c.tidy
-
Tidy Input factory.
- StreamInFactory() - Constructor for class org.w3c.tidy.StreamInFactory
-
Don't instantiate.
- StreamInJavaImpl - Class in org.w3c.tidy
-
StreamIn Implementation using java writers.
- StreamInJavaImpl(InputStream, String, int) - Constructor for class org.w3c.tidy.StreamInJavaImpl
-
Instantiates a new StreamInJavaImpl.
- StreamInJavaImpl(Reader, int) - Constructor for class org.w3c.tidy.StreamInJavaImpl
-
Instantiates a new StreamInJavaImpl.
- STRING - Static variable in class org.w3c.tidy.ParsePropertyImpl
-
configuration parser for String values.
- stripOnlyChild(Node) - Method in class org.w3c.tidy.Clean
-
Used to strip child of node when the node has one and only one child.
- stripSpan(Lexer, Node) - Method in class org.w3c.tidy.Clean
-
Word2000 uses span excessively, so we strip span out.
- Style - Class in org.w3c.tidy
-
Linked list of class names and styles.
- Style(String, String, String, Style) - Constructor for class org.w3c.tidy.Style
-
Instantiates a new style.
- STYLE - Static variable in class org.w3c.tidy.TagCheckImpl
-
CheckSTYLE instance.
- style2Rule(Lexer, Node) - Method in class org.w3c.tidy.Clean
-
Find style attribute in node, and replace it by corresponding class attribute.
- StyleProp - Class in org.w3c.tidy
-
Linked list of style properties.
- StyleProp(String, String, StyleProp) - Constructor for class org.w3c.tidy.StyleProp
-
Instantiates a new style property.
- styles - Variable in class org.w3c.tidy.Lexer
-
used for cleaning up presentation markup.
- substringData(int, int) - Method in class org.w3c.tidy.DOMCharacterDataImpl
-
- SUMMARY - Static variable in class org.w3c.tidy.TidyMessage.Level
-
level = summary (0).
- supports(String, String) - Method in class org.w3c.tidy.DOMNodeImpl
-
DOM2 - not implemented.
- SUSPECTED_MISSING_QUOTE - Static variable in class org.w3c.tidy.Report
-
suspected missing quote.
- SYMBOL2UNICODE - Static variable in class org.w3c.tidy.EncodingUtils
-
table to map symbol font characters to Unicode; undefined characters are mapped to 0x0000 and characters without
any unicode equivalent are mapped to '?'.
- TABLE - Static variable in class org.w3c.tidy.TagCheckImpl
-
CheckTABLE instance.
- tableBgColor(Node) - Method in class org.w3c.tidy.Clean
-
- TABLECELL - Static variable in class org.w3c.tidy.TagCheckImpl
-
CheckTableCell instance.
- TABLETAG - Static variable in class org.w3c.tidy.ParserImpl
-
parser for table.
- tabs - Variable in class org.w3c.tidy.StreamInJavaImpl
-
- tabsize - Variable in class org.w3c.tidy.Configuration
-
default tab size (8).
- tabsize - Variable in class org.w3c.tidy.StreamInJavaImpl
-
tab size in chars.
- tag - Variable in class org.w3c.tidy.IStack
-
tag's dictionary definition.
- tag - Variable in class org.w3c.tidy.Node
-
tag's dictionary definition.
- tag - Variable in class org.w3c.tidy.Style
-
Tag name.
- TAG_NOT_ALLOWED_IN - Static variable in class org.w3c.tidy.Report
-
tag not allowed in.
- tagA - Variable in class org.w3c.tidy.TagTable
-
a tag.
- tagApplet - Variable in class org.w3c.tidy.TagTable
-
applet tag.
- tagArea - Variable in class org.w3c.tidy.TagTable
-
area tag.
- tagB - Variable in class org.w3c.tidy.TagTable
-
b tag.
- tagBase - Variable in class org.w3c.tidy.TagTable
-
base tag.
- tagBig - Variable in class org.w3c.tidy.TagTable
-
big tag.
- tagBlink - Variable in class org.w3c.tidy.TagTable
-
a proprietary tag added by Tidy, along with tag_nobr, tag_wbr.
- tagBlockquote - Variable in class org.w3c.tidy.TagTable
-
blockquote tag.
- tagBody - Variable in class org.w3c.tidy.TagTable
-
body tag.
- tagBr - Variable in class org.w3c.tidy.TagTable
-
br tag.
- tagCaption - Variable in class org.w3c.tidy.TagTable
-
caption tag.
- tagCenter - Variable in class org.w3c.tidy.TagTable
-
center tag.
- TagCheck - Interface in org.w3c.tidy
-
Check HTML attributes.
- TagCheckImpl - Class in org.w3c.tidy
-
Check HTML attributes implementation.
- TagCheckImpl() - Constructor for class org.w3c.tidy.TagCheckImpl
-
don't instantiate.
- TagCheckImpl.CheckAnchor - Class in org.w3c.tidy
-
Checker implementation for anchors.
- TagCheckImpl.CheckAREA - Class in org.w3c.tidy
-
Checker implementation for area.
- TagCheckImpl.CheckCaption - Class in org.w3c.tidy
-
Checker implementation for table caption.
- TagCheckImpl.CheckForm - Class in org.w3c.tidy
-
Checker implementation for forms.
- TagCheckImpl.CheckHR - Class in org.w3c.tidy
-
Checker implementation for hr.
- TagCheckImpl.CheckHTML - Class in org.w3c.tidy
-
Checker implementation for html tag.
- TagCheckImpl.CheckIMG - Class in org.w3c.tidy
-
Checker implementation for image tags.
- TagCheckImpl.CheckLINK - Class in org.w3c.tidy
-
add missing type attribute when appropriate.
- TagCheckImpl.CheckMap - Class in org.w3c.tidy
-
Checker implementation for image maps.
- TagCheckImpl.CheckMeta - Class in org.w3c.tidy
-
Checker implementation for meta tags.
- TagCheckImpl.CheckSCRIPT - Class in org.w3c.tidy
-
Checker implementation for script tags.
- TagCheckImpl.CheckSTYLE - Class in org.w3c.tidy
-
Checker implementation for style tags.
- TagCheckImpl.CheckTABLE - Class in org.w3c.tidy
-
Checker implementation for table.
- TagCheckImpl.CheckTableCell - Class in org.w3c.tidy
-
Checker implementation for table cells.
- tagClass - Variable in class org.w3c.tidy.Style
-
Tag class.
- tagCol - Variable in class org.w3c.tidy.TagTable
-
col tag.
- tagColgroup - Variable in class org.w3c.tidy.TagTable
-
colgroup tag.
- tagDd - Variable in class org.w3c.tidy.TagTable
-
dd tag.
- tagDir - Variable in class org.w3c.tidy.TagTable
-
dir tag.
- tagDiv - Variable in class org.w3c.tidy.TagTable
-
div tag.
- tagDl - Variable in class org.w3c.tidy.TagTable
-
dl tag.
- tagDt - Variable in class org.w3c.tidy.TagTable
-
dt tag.
- tagEm - Variable in class org.w3c.tidy.TagTable
-
em tag.
- tagFont - Variable in class org.w3c.tidy.TagTable
-
font tag.
- tagForm - Variable in class org.w3c.tidy.TagTable
-
form tag.
- tagFrame - Variable in class org.w3c.tidy.TagTable
-
frame tag.
- tagFrameset - Variable in class org.w3c.tidy.TagTable
-
frameset tag.
- tagH1 - Variable in class org.w3c.tidy.TagTable
-
h1 tag.
- tagH2 - Variable in class org.w3c.tidy.TagTable
-
h2 tag.
- tagHashtable - Variable in class org.w3c.tidy.TagTable
-
hashTable containing tags.
- tagHead - Variable in class org.w3c.tidy.TagTable
-
head tag.
- tagHr - Variable in class org.w3c.tidy.TagTable
-
hr tag.
- tagHtml - Variable in class org.w3c.tidy.TagTable
-
html tag.
- tagI - Variable in class org.w3c.tidy.TagTable
-
i tag.
- tagIframe - Variable in class org.w3c.tidy.TagTable
-
iframe tag.
- tagImg - Variable in class org.w3c.tidy.TagTable
-
img tag.
- tagInput - Variable in class org.w3c.tidy.TagTable
-
input tag.
- tagLayer - Variable in class org.w3c.tidy.TagTable
-
layer tag.
- tagLi - Variable in class org.w3c.tidy.TagTable
-
li tag.
- tagLink - Variable in class org.w3c.tidy.TagTable
-
link tag.
- tagListing - Variable in class org.w3c.tidy.TagTable
-
listing tag.
- tagMap - Variable in class org.w3c.tidy.TagTable
-
map tag.
- tagMeta - Variable in class org.w3c.tidy.TagTable
-
meta tag.
- tagName - Variable in class org.w3c.tidy.DOMNodeListByTagNameImpl
-
Tag name.
- TAGNAMES - Static variable in class org.w3c.tidy.ParsePropertyImpl
-
configuration parser for tag names.
- tagNobr - Variable in class org.w3c.tidy.TagTable
-
nobr tag.
- tagNoframes - Variable in class org.w3c.tidy.TagTable
-
noframes tag.
- tagNoscript - Variable in class org.w3c.tidy.TagTable
-
noscript tag.
- tagObject - Variable in class org.w3c.tidy.TagTable
-
object tag.
- tagOl - Variable in class org.w3c.tidy.TagTable
-
ol tag.
- tagOptgroup - Variable in class org.w3c.tidy.TagTable
-
optgroup tag.
- tagOption - Variable in class org.w3c.tidy.TagTable
-
option tag.
- tagP - Variable in class org.w3c.tidy.TagTable
-
p tag.
- tagParam - Variable in class org.w3c.tidy.TagTable
-
param tag.
- tagPre - Variable in class org.w3c.tidy.TagTable
-
pre tag.
- tagQ - Variable in class org.w3c.tidy.TagTable
-
tag.
- TAGS - Static variable in class org.w3c.tidy.TagTable
-
all the known tags.
- tagScript - Variable in class org.w3c.tidy.TagTable
-
script tag.
- tagSmall - Variable in class org.w3c.tidy.TagTable
-
small tag.
- tagSpacer - Variable in class org.w3c.tidy.TagTable
-
spacer tag.
- tagSpan - Variable in class org.w3c.tidy.TagTable
-
span tag.
- tagStrong - Variable in class org.w3c.tidy.TagTable
-
strong tag.
- tagStyle - Variable in class org.w3c.tidy.TagTable
-
style tag.
- TagTable - Class in org.w3c.tidy
-
Tag dictionary node hash table.
- TagTable() - Constructor for class org.w3c.tidy.TagTable
-
Instantiates a new tag table with known tags.
- tagTable - Variable in class org.w3c.tidy.TagTable
-
table tag.
- tagTd - Variable in class org.w3c.tidy.TagTable
-
td tag.
- tagTextarea - Variable in class org.w3c.tidy.TagTable
-
textarea tag.
- tagTh - Variable in class org.w3c.tidy.TagTable
-
th tag.
- tagTitle - Variable in class org.w3c.tidy.TagTable
-
title tag.
- tagTr - Variable in class org.w3c.tidy.TagTable
-
tr tag.
- TAGTYPE_BLOCK - Static variable in class org.w3c.tidy.Dict
-
types of tags that the user can define: block tag.
- TAGTYPE_EMPTY - Static variable in class org.w3c.tidy.Dict
-
types of tags that the user can define: empty tag.
- TAGTYPE_INLINE - Static variable in class org.w3c.tidy.Dict
-
types of tags that the user can define: inline tag.
- TAGTYPE_PRE - Static variable in class org.w3c.tidy.Dict
-
types of tags that the user can define: pre tag.
- tagUl - Variable in class org.w3c.tidy.TagTable
-
ul tag.
- tagWbr - Variable in class org.w3c.tidy.TagTable
-
wbr tag.
- TARGET - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "target" attribute.
- TEXT - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for text attributes.
- TEXT - Static variable in class org.w3c.tidy.ParserImpl
-
parser for text.
- TEXT_NODE - Static variable in class org.w3c.tidy.Node
-
node type: text.
- textAlign(Lexer, Node) - Method in class org.w3c.tidy.Clean
-
Symptom: <p align=center>
.
- textarray - Variable in class org.w3c.tidy.Node
-
the text array.
- TEXTDIR - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "dir" attribute.
- textEndsWithNewline(Lexer, Node) - Method in class org.w3c.tidy.PPrint
-
Is text node and already ends w/ a newline? Used to pretty print CDATA/PRE text content.
- TFRAME - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for table "frame" attribute.
- tidy - Variable in class org.w3c.tidy.ant.JTidyTask
-
tidy instance.
- Tidy - Class in org.w3c.tidy
-
HTML parser and pretty printer.
- Tidy() - Constructor for class org.w3c.tidy.Tidy
-
Instantiates a new Tidy instance.
- TidyBeanInfo - Class in org.w3c.tidy
-
BeanInfo for Tidy.
- TidyBeanInfo() - Constructor for class org.w3c.tidy.TidyBeanInfo
-
- tidyMark - Variable in class org.w3c.tidy.Configuration
-
add meta element indicating tidied doc.
- TidyMessage - Class in org.w3c.tidy
-
Message sent to listeners for validation errors/warnings and info.
- TidyMessage(int, int, int, TidyMessage.Level, String) - Constructor for class org.w3c.tidy.TidyMessage
-
Instantiates a new message.
- TidyMessage.Level - Class in org.w3c.tidy
-
Message severity enumeration.
- TidyMessageListener - Interface in org.w3c.tidy
-
Listener interface for validation errors/warnings and info.
- TidyUtils - Class in org.w3c.tidy
-
Utility class with handy methods, mainly for String handling or for reproducing c behaviours.
- TidyUtils() - Constructor for class org.w3c.tidy.TidyUtils
-
utility class, don't instantiate.
- TITLE - Static variable in class org.w3c.tidy.ParserImpl
-
parser for title.
- toBoolean(int) - Static method in class org.w3c.tidy.TidyUtils
-
Converts a int to a boolean.
- toIana(String) - Static method in class org.w3c.tidy.EncodingNameMapper
-
Convert a Java character encoding name to its IANA equivalent.
- toJava(String) - Static method in class org.w3c.tidy.EncodingNameMapper
-
Converts an encoding name to the standard java name.
- token - Variable in class org.w3c.tidy.Lexer
-
current node.
- toLower(char) - Static method in class org.w3c.tidy.TidyUtils
-
Maps the given character to its lowercase equivalent.
- TOO_MANY_ELEMENTS - Static variable in class org.w3c.tidy.Report
-
too many element.
- TOO_MANY_ELEMENTS_IN - Static variable in class org.w3c.tidy.Report
-
too many elements in.
- toString() - Method in class org.w3c.tidy.Node
-
- toString() - Method in class org.w3c.tidy.TidyMessage.Level
-
- toUnsigned(int) - Static method in class org.w3c.tidy.TidyUtils
-
convert an int to unsigned (& 0xFF).
- toUpper(char) - Static method in class org.w3c.tidy.TidyUtils
-
Maps the given character to its uppercase equivalent.
- TRIM_EMPTY_ELEMENT - Static variable in class org.w3c.tidy.Report
-
trim empty element.
- trimEmpty - Variable in class org.w3c.tidy.Configuration
-
trim empty elements.
- trimEmptyElement(Lexer, Node) - Static method in class org.w3c.tidy.Node
-
Trim an empty element.
- trimInitialSpace(Lexer, Node, Node) - Static method in class org.w3c.tidy.Node
-
This maps <p> hello <em> world </em>
to <p> hello <em> world </em>
.
- trimSpaces(Lexer, Node) - Static method in class org.w3c.tidy.Node
-
Move initial and trailing space out.
- trimTrailingSpace(Lexer, Node, Node) - Static method in class org.w3c.tidy.Node
-
This maps hello world to hello world .
- TRULES - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for table "rules" attribute.
- tt - Variable in class org.w3c.tidy.Clean
-
Tag table.
- tt - Variable in class org.w3c.tidy.Configuration
-
TagTable associated with this Configuration.
- tt - Variable in class org.w3c.tidy.DOMDocumentImpl
-
A DOM Document has its own TagTable.
- txtend - Variable in class org.w3c.tidy.Lexer
-
end of current node.
- txtstart - Variable in class org.w3c.tidy.Lexer
-
start of current node.
- TYPE - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "type" attribute.
- type - Variable in class org.w3c.tidy.Node
-
TextNode, StartTag, EndTag etc.
- UNESCAPED_AMPERSAND - Static variable in class org.w3c.tidy.Report
-
invalid entity: unescaped ampersand.
- UNESCAPED_ELEMENT - Static variable in class org.w3c.tidy.Report
-
unescaped element.
- UNEXPECTED_END_OF_FILE - Static variable in class org.w3c.tidy.Report
-
unexpected end of file.
- UNEXPECTED_END_OF_FILE_ATTR - Static variable in class org.w3c.tidy.Report
-
attribute: unexpected end of file.
- UNEXPECTED_ENDTAG - Static variable in class org.w3c.tidy.Report
-
unexpected end tag.
- UNEXPECTED_ENDTAG_IN - Static variable in class org.w3c.tidy.Report
-
unexpected endag in.
- UNEXPECTED_EQUALSIGN - Static variable in class org.w3c.tidy.Report
-
attribute: expected equalsign.
- UNEXPECTED_GT - Static variable in class org.w3c.tidy.Report
-
attribute: unexpected gt.
- UNEXPECTED_QUOTEMARK - Static variable in class org.w3c.tidy.Report
-
attribute: unexpected quotemark.
- ungetChar(int) - Method in interface org.w3c.tidy.StreamIn
-
Unget a char.
- ungetChar(int) - Method in class org.w3c.tidy.StreamInJavaImpl
-
- ungetToken() - Method in class org.w3c.tidy.Lexer
-
- UNICODE_BOM - Static variable in class org.w3c.tidy.EncodingUtils
-
the default (big-endian) UNICODE BOM.
- UNICODE_BOM_BE - Static variable in class org.w3c.tidy.EncodingUtils
-
the big-endian (default) UNICODE BOM.
- UNICODE_BOM_LE - Static variable in class org.w3c.tidy.EncodingUtils
-
the little-endian UNICODE BOM.
- UNICODE_BOM_UTF8 - Static variable in class org.w3c.tidy.EncodingUtils
-
the UTF-8 UNICODE BOM.
- UNKNOWN_ATTRIBUTE - Static variable in class org.w3c.tidy.Report
-
attribute: unknown attribute.
- UNKNOWN_ELEMENT - Static variable in class org.w3c.tidy.Report
-
unknown element.
- UNKNOWN_ENTITY - Static variable in class org.w3c.tidy.Report
-
invalid entity: unknown entity.
- unknownFile(PrintWriter, String) - Method in class org.w3c.tidy.Report
-
Prints the "unknown file" message.
- unknownOption(String) - Method in class org.w3c.tidy.Report
-
Prints an "unknown option" error message.
- unknownOption(PrintWriter, char) - Method in class org.w3c.tidy.Report
-
Prints the "unknown option" message.
- updateNodeTextArrays(byte[], byte[]) - Method in class org.w3c.tidy.Lexer
-
Update oldtextarray
in the current nodes.
- UPPERCASE - Static variable in class org.w3c.tidy.TidyUtils
-
char type: uppercase.
- upperCaseAttrs - Variable in class org.w3c.tidy.Configuration
-
output attributes in upper not lower case.
- upperCaseTags - Variable in class org.w3c.tidy.Configuration
-
output tags in upper not lower case.
- URL - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for URLs.
- URLS - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for attributes which contain a list of urls.
- USING_BODY - Static variable in class org.w3c.tidy.Report
-
presentation flaw: using body.
- USING_BR_INPLACE_OF - Static variable in class org.w3c.tidy.Report
-
unsing br in place of.
- USING_FONT - Static variable in class org.w3c.tidy.Report
-
presentation flaw: using font.
- USING_FRAMES - Static variable in class org.w3c.tidy.Report
-
accessibility flaw: using frames.
- USING_LAYER - Static variable in class org.w3c.tidy.Report
-
presentation flaw: using layer.
- USING_NOBR - Static variable in class org.w3c.tidy.Report
-
presentation flaw: using nobr.
- USING_NOFRAMES - Static variable in class org.w3c.tidy.Report
-
accessibility flaw: using noframes.
- USING_SPACER - Static variable in class org.w3c.tidy.Report
-
presentation flaw: using spacer.
- UTF16 - Static variable in class org.w3c.tidy.Configuration
-
Deprecated.
- UTF16_HIGH_SURROGATE_BEGIN - Static variable in class org.w3c.tidy.EncodingUtils
-
UTF-16 surrogate pair areas: high surrogates begin.
- UTF16_HIGH_SURROGATE_END - Static variable in class org.w3c.tidy.EncodingUtils
-
UTF-16 surrogate pair areas: high surrogates end.
- UTF16_LOW_SURROGATE_BEGIN - Static variable in class org.w3c.tidy.EncodingUtils
-
UTF-16 surrogate pair areas: low surrogates begin.
- UTF16_LOW_SURROGATE_END - Static variable in class org.w3c.tidy.EncodingUtils
-
UTF-16 surrogate pair areas: low surrogates end.
- UTF16_SURROGATES_BEGIN - Static variable in class org.w3c.tidy.EncodingUtils
-
UTF-16 surrogates begin.
- UTF16BE - Static variable in class org.w3c.tidy.Configuration
-
Deprecated.
- UTF16LE - Static variable in class org.w3c.tidy.Configuration
-
Deprecated.
- UTF8 - Static variable in class org.w3c.tidy.Configuration
-
Deprecated.
- UTF8_BYTE_SWAP_NOT_A_CHAR - Static variable in class org.w3c.tidy.EncodingUtils
-
UTF-8 bye swap: invalid char.
- UTF8_NOT_A_CHAR - Static variable in class org.w3c.tidy.EncodingUtils
-
UTF-8 invalid char.
- VALID_UTF8 - Static variable in class org.w3c.tidy.EncodingUtils
-
Array of valid UTF8 sequences.
- VALID_VALUES - Static variable in class org.w3c.tidy.AttrCheckImpl.CheckAlign
-
valid values for this attribute.
- VALID_VALUES - Static variable in class org.w3c.tidy.AttrCheckImpl.CheckClear
-
valid values for this attribute.
- VALID_VALUES - Static variable in class org.w3c.tidy.AttrCheckImpl.CheckFsubmit
-
valid values for this attribute.
- VALID_VALUES - Static variable in class org.w3c.tidy.AttrCheckImpl.CheckScope
-
valid values for this attribute.
- VALID_VALUES - Static variable in class org.w3c.tidy.AttrCheckImpl.CheckScroll
-
valid values for this attribute.
- VALID_VALUES - Static variable in class org.w3c.tidy.AttrCheckImpl.CheckShape
-
valid values for this attribute.
- VALID_VALUES - Static variable in class org.w3c.tidy.AttrCheckImpl.CheckTarget
-
valid values for this attribute.
- VALID_VALUES - Static variable in class org.w3c.tidy.AttrCheckImpl.CheckTextDir
-
valid values for this attribute.
- VALID_VALUES - Static variable in class org.w3c.tidy.AttrCheckImpl.CheckValign
-
valid values for this attribute.
- VALID_VALUES - Static variable in class org.w3c.tidy.AttrCheckImpl.CheckVType
-
valid values for this attribute.
- VALID_VALUES_IMG - Static variable in class org.w3c.tidy.AttrCheckImpl.CheckValign
-
valid values for this attribute (only for img tag).
- VALID_VALUES_PROPRIETARY - Static variable in class org.w3c.tidy.AttrCheckImpl.CheckValign
-
proprietary values for this attribute.
- validateParameters() - Method in class org.w3c.tidy.ant.JTidyTask
-
Validates task parameters.
- validBytes - Variable in class org.w3c.tidy.ValidUTF8Sequence
-
array of valid bytes.
- ValidUTF8Sequence - Class in org.w3c.tidy
-
- ValidUTF8Sequence(int, int, int, char[]) - Constructor for class org.w3c.tidy.ValidUTF8Sequence
-
Instantiates a new ValidUTF8Sequence.
- VALIGN - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "valign" attribute.
- value - Variable in class org.w3c.tidy.AttVal
-
Attribute value.
- value - Variable in class org.w3c.tidy.StyleProp
-
Style value.
- VB_COMMENT_END - Static variable in class org.w3c.tidy.PPrint
-
VB comment end.
- VB_COMMENT_START - Static variable in class org.w3c.tidy.PPrint
-
VB comment start.
- VENDOR_SPECIFIC_CHARS - Static variable in class org.w3c.tidy.Report
-
character encoding: vendor specific chars.
- VERS_ALL - Static variable in class org.w3c.tidy.Dict
-
tags/attrs in any version.
- VERS_BASIC - Static variable in class org.w3c.tidy.Dict
-
Version: xhtml basic.
- VERS_EVENTS - Static variable in class org.w3c.tidy.Dict
-
versions with on...
- VERS_FRAMESET - Static variable in class org.w3c.tidy.Dict
-
Version: html 4.0 frameset.
- VERS_FROM32 - Static variable in class org.w3c.tidy.Dict
-
tags/attrs in all versions from HTML 3.2 onwards.
- VERS_HTML20 - Static variable in class org.w3c.tidy.Dict
-
Version: html 2.0.
- VERS_HTML32 - Static variable in class org.w3c.tidy.Dict
-
Version: html 3.2.
- VERS_HTML40 - Static variable in class org.w3c.tidy.Dict
-
tags/attrs in HTML4 but not in earlier version.
- VERS_HTML40_LOOSE - Static variable in class org.w3c.tidy.Dict
-
Version: html 4.0 transitional.
- VERS_HTML40_STRICT - Static variable in class org.w3c.tidy.Dict
-
Version: html 4.0 strict.
- VERS_IFRAME - Static variable in class org.w3c.tidy.Dict
-
tags/attrs in HTML 4 loose and frameset.
- VERS_LOOSE - Static variable in class org.w3c.tidy.Dict
-
tags/attrs which are in all versions of HTML except strict.
- VERS_MALFORMED - Static variable in class org.w3c.tidy.Dict
-
Version: malformed.
- VERS_MICROSOFT - Static variable in class org.w3c.tidy.Dict
-
Version: microsoft.
- VERS_NETSCAPE - Static variable in class org.w3c.tidy.Dict
-
Version: netscape.
- VERS_PROPRIETARY - Static variable in class org.w3c.tidy.Dict
-
all tags and attributes are ok in proprietary version of HTML.
- VERS_SUN - Static variable in class org.w3c.tidy.Dict
-
Version: sun.
- VERS_UNKNOWN - Static variable in class org.w3c.tidy.Dict
-
Version: unknown.
- VERS_XHTML11 - Static variable in class org.w3c.tidy.Dict
-
Version: xhtml 1.1.
- VERS_XML - Static variable in class org.w3c.tidy.Dict
-
Version: xml.
- versions - Variable in class org.w3c.tidy.Attribute
-
html versions for this attribute.
- versions - Variable in class org.w3c.tidy.Dict
-
Version in which this tag is defined.
- versions - Variable in class org.w3c.tidy.Lexer
-
bit vector of HTML versions.
- VOYAGER_11 - Static variable in class org.w3c.tidy.Lexer
-
URI for XHTML 1.1.
- VOYAGER_FRAMESET - Static variable in class org.w3c.tidy.Lexer
-
URI for XHTML 1.0 frameset DTD.
- VOYAGER_LOOSE - Static variable in class org.w3c.tidy.Lexer
-
URI for XHTML 1.0 transitional DTD.
- VOYAGER_STRICT - Static variable in class org.w3c.tidy.Lexer
-
URI for XHTML 1.0 strict DTD.
- voyagerName - Variable in class org.w3c.tidy.Lexer.W3CVersionInfo
-
voyager name.
- VTYPE - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "vtype" attribute.