- 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.
- 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.
- 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.
- 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.
- 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.
- addStringToLexer(String) - Method in class org.w3c.tidy.Lexer
-
Adds a string to lexer buffer.
- 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
-
- 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
-
Not supported.
- 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.CheckAlign - Class in org.w3c.tidy
-
AttrCheck implementation for checking the "align" attribute.
- AttrCheckImpl.CheckAlign() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckAlign
-
- AttrCheckImpl.CheckBool - Class in org.w3c.tidy
-
AttrCheck implementation for checking boolean attributes.
- AttrCheckImpl.CheckBool() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckBool
-
- AttrCheckImpl.CheckClear - Class in org.w3c.tidy
-
AttrCheck implementation for checking the "clear" attribute.
- AttrCheckImpl.CheckClear() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckClear
-
- AttrCheckImpl.CheckColor - Class in org.w3c.tidy
-
AttrCheck implementation for checking colors.
- AttrCheckImpl.CheckColor() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckColor
-
- AttrCheckImpl.CheckFsubmit - Class in org.w3c.tidy
-
AttrCheck implementation for checking the "submit" attribute.
- AttrCheckImpl.CheckFsubmit() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckFsubmit
-
- AttrCheckImpl.CheckId - Class in org.w3c.tidy
-
AttrCheck implementation for checking ids.
- AttrCheckImpl.CheckId() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckId
-
- AttrCheckImpl.CheckLang - Class in org.w3c.tidy
-
AttrCheck implementation for checking lang and xml:lang.
- AttrCheckImpl.CheckLang() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckLang
-
- AttrCheckImpl.CheckLength - Class in org.w3c.tidy
-
AttrCheck implementation for checking the "length" attribute.
- AttrCheckImpl.CheckLength() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckLength
-
- AttrCheckImpl.CheckName - Class in org.w3c.tidy
-
AttrCheck implementation for checking the "name" attribute.
- AttrCheckImpl.CheckName() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckName
-
- AttrCheckImpl.CheckNumber - Class in org.w3c.tidy
-
AttrCheck implementation for checking numbers.
- AttrCheckImpl.CheckNumber() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckNumber
-
- AttrCheckImpl.CheckScope - Class in org.w3c.tidy
-
AttrCheck implementation for checking Scope.
- AttrCheckImpl.CheckScope() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckScope
-
- AttrCheckImpl.CheckScript - Class in org.w3c.tidy
-
AttrCheck implementation for checking scripts.
- AttrCheckImpl.CheckScript() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckScript
-
- AttrCheckImpl.CheckScroll - Class in org.w3c.tidy
-
AttrCheck implementation for checking scroll.
- AttrCheckImpl.CheckScroll() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckScroll
-
- AttrCheckImpl.CheckShape - Class in org.w3c.tidy
-
AttrCheck implementation for checking the "shape" attribute.
- AttrCheckImpl.CheckShape() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckShape
-
- AttrCheckImpl.CheckTarget - Class in org.w3c.tidy
-
AttrCheck implementation for checking the "target" attribute.
- AttrCheckImpl.CheckTarget() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckTarget
-
- AttrCheckImpl.CheckTextDir - Class in org.w3c.tidy
-
AttrCheck implementation for checking dir.
- AttrCheckImpl.CheckTextDir() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckTextDir
-
- AttrCheckImpl.CheckUrl - Class in org.w3c.tidy
-
AttrCheck implementation for checking URLs.
- AttrCheckImpl.CheckUrl() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckUrl
-
- AttrCheckImpl.CheckValign - Class in org.w3c.tidy
-
AttrCheck implementation for checking the "valign" attribute.
- AttrCheckImpl.CheckValign() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckValign
-
- AttrCheckImpl.CheckVType - Class in org.w3c.tidy
-
AttrCheck implementation for checking valuetype.
- AttrCheckImpl.CheckVType() - Constructor for class org.w3c.tidy.AttrCheckImpl.CheckVType
-
- 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.
- 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
-
- 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.
- 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_TAG - Static variable in class org.w3c.tidy.Node
-
node type: CDATA.
- changeChar(byte) - Method in class org.w3c.tidy.Lexer
-
Substitute the last char in buffer.
- CHARACTER - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for attributes that can contain a single character.
- 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
-
- 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.
- checkDocTypeKeyWords(Node) - Method in class org.w3c.tidy.Lexer
-
Check system keywords (keywords should be uppercase).
- checkNodeIntegrity() - Method in class org.w3c.tidy.Node
-
Checks for node integrity.
- 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.
- 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.
- 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.
- COLS - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "cols" attribute.
- columns - Variable in class org.w3c.tidy.Lexer
-
at start of current token.
- 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.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.
- 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.
- 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
-
- createSlides(Lexer, Node) - Method in class org.w3c.tidy.PPrint
-
Creates slides from h2.
- createTextNode(String) - Method in class org.w3c.tidy.DOMDocumentImpl
-
- cssPrefix - Variable in class org.w3c.tidy.Configuration
-
CSS class naming for -clean option.
- 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.
- Decode_to_int(byte[], int) - Static method in class org.w3c.tidy.PPrint
-
- decodeMacRoman(int) - Static method in class org.w3c.tidy.EncodingUtils
-
Function to convert from MacRoman to Unicode.
- decodeWin1252(int) - Static method in class org.w3c.tidy.EncodingUtils
-
Function for conversion from Windows-1252 to Unicode.
- 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.
- 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
-
Not supported.
- delim - Variable in class org.w3c.tidy.AttVal
-
Delimiter (" or ').
- 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.
- 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_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.
- 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.
- dropEmptyElements(Lexer, Node) - Static method in class org.w3c.tidy.Node
-
- 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.
- generalInfo(PrintWriter) - Method in class org.w3c.tidy.Report
-
Prints tidy general info.
- get_utf8_jtidy(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.
- get_utf8_xowa(int[], int, byte[], int) - Method in class org.w3c.tidy.PPrint
-
- 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.
- 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
-
- 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.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
-
- 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.
- 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.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
.
- 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
-
- 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.
- 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
-
- 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.
- INCONSISTENT_NAMESPACE - Static variable in class org.w3c.tidy.Report
-
inconsistent namespace.
- INCONSISTENT_VERSION - Static variable in class org.w3c.tidy.Report
-
inconsistent version.
- 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).
- 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.
- inlineDup1(Node, Node) - Method in class org.w3c.tidy.Lexer
-
- inode - Variable in class org.w3c.tidy.Lexer
-
Inline stack for compatibility with Mosaic.
- 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
-
Not supported.
- 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.
- insertspace - Variable in class org.w3c.tidy.Lexer
-
when space is moved after end tag.
- install(Attribute) - Method in class org.w3c.tidy.AttributeTable
-
installs a new Attribute.
- install(Dict) - Method in class org.w3c.tidy.TagTable
-
Installs a new tag in the tag table, or modify an existing one.
- 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.
- 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
-
- 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?
- isPushedLast(Node, Node) - Method in class org.w3c.tidy.Lexer
-
- 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.
- 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
-
- 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(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.
- 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.
- 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
-
- parseEntity(short) - Method in class org.w3c.tidy.Lexer
-
Parse an html entity.
- parseFile(String) - Method in class org.w3c.tidy.Configuration
-
Parses a property file.
- parsePhp() - Method in class org.w3c.tidy.Lexer
-
PHP is like ASP but is based upon XML processing instructions, e.g.
- ParseProperty - Interface in org.w3c.tidy
-
Interface for configuration property parser.
- ParsePropertyImpl - Class in org.w3c.tidy
-
Property parser instances.
- Parser - Interface in org.w3c.tidy
-
HTML Parser.
- ParserImpl - Class in org.w3c.tidy
-
HTML Parser implementation.
- ParserImpl.ParseBlock - Class in org.w3c.tidy
-
Parser for block elements.
- ParserImpl.ParseBlock() - Constructor for class org.w3c.tidy.ParserImpl.ParseBlock
-
- ParserImpl.ParseBody - Class in org.w3c.tidy
-
Parser for BODY.
- ParserImpl.ParseBody() - Constructor for class org.w3c.tidy.ParserImpl.ParseBody
-
- ParserImpl.ParseColGroup - Class in org.w3c.tidy
-
Parser for COLGROUP.
- ParserImpl.ParseColGroup() - Constructor for class org.w3c.tidy.ParserImpl.ParseColGroup
-
- ParserImpl.ParseDefList - Class in org.w3c.tidy
-
Parser for DEFLIST.
- ParserImpl.ParseDefList() - Constructor for class org.w3c.tidy.ParserImpl.ParseDefList
-
- ParserImpl.ParseEmpty - Class in org.w3c.tidy
-
Parser for empty elements.
- ParserImpl.ParseEmpty() - Constructor for class org.w3c.tidy.ParserImpl.ParseEmpty
-
- ParserImpl.ParseFrameSet - Class in org.w3c.tidy
-
Parser for FRAMESET.
- ParserImpl.ParseFrameSet() - Constructor for class org.w3c.tidy.ParserImpl.ParseFrameSet
-
- ParserImpl.ParseHead - Class in org.w3c.tidy
-
Parser for HEAD.
- ParserImpl.ParseHead() - Constructor for class org.w3c.tidy.ParserImpl.ParseHead
-
- ParserImpl.ParseHTML - Class in org.w3c.tidy
-
Parser for HTML.
- ParserImpl.ParseHTML() - Constructor for class org.w3c.tidy.ParserImpl.ParseHTML
-
- ParserImpl.ParseInline - Class in org.w3c.tidy
-
Parser for INLINE.
- ParserImpl.ParseInline() - Constructor for class org.w3c.tidy.ParserImpl.ParseInline
-
- ParserImpl.ParseList - Class in org.w3c.tidy
-
Parser for LIST.
- ParserImpl.ParseList() - Constructor for class org.w3c.tidy.ParserImpl.ParseList
-
- ParserImpl.ParseNoFrames - Class in org.w3c.tidy
-
Parser for NOFRAMES.
- ParserImpl.ParseNoFrames() - Constructor for class org.w3c.tidy.ParserImpl.ParseNoFrames
-
- ParserImpl.ParseOptGroup - Class in org.w3c.tidy
-
Parser for OPTGROUP.
- ParserImpl.ParseOptGroup() - Constructor for class org.w3c.tidy.ParserImpl.ParseOptGroup
-
- ParserImpl.ParsePre - Class in org.w3c.tidy
-
Parser for PRE.
- ParserImpl.ParsePre() - Constructor for class org.w3c.tidy.ParserImpl.ParsePre
-
- ParserImpl.ParseRow - Class in org.w3c.tidy
-
Parser for ROW.
- ParserImpl.ParseRow() - Constructor for class org.w3c.tidy.ParserImpl.ParseRow
-
- ParserImpl.ParseRowGroup - Class in org.w3c.tidy
-
Parser for ROWGROUP.
- ParserImpl.ParseRowGroup() - Constructor for class org.w3c.tidy.ParserImpl.ParseRowGroup
-
- ParserImpl.ParseScript - Class in org.w3c.tidy
-
Parser for SCRIPT.
- ParserImpl.ParseScript() - Constructor for class org.w3c.tidy.ParserImpl.ParseScript
-
- ParserImpl.ParseSelect - Class in org.w3c.tidy
-
Parser for SELECT.
- ParserImpl.ParseSelect() - Constructor for class org.w3c.tidy.ParserImpl.ParseSelect
-
- ParserImpl.ParseTableTag - Class in org.w3c.tidy
-
Parser for TABLE.
- ParserImpl.ParseTableTag() - Constructor for class org.w3c.tidy.ParserImpl.ParseTableTag
-
- ParserImpl.ParseText - Class in org.w3c.tidy
-
Parser for text nodes.
- ParserImpl.ParseText() - Constructor for class org.w3c.tidy.ParserImpl.ParseText
-
- ParserImpl.ParseTitle - Class in org.w3c.tidy
-
Parser for TITLE.
- ParserImpl.ParseTitle() - Constructor for class org.w3c.tidy.ParserImpl.ParseTitle
-
- 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.
- parseTag(Lexer, Node, short) - Static method in class org.w3c.tidy.ParserImpl
-
- parseTagName() - Method in class org.w3c.tidy.Lexer
-
Parses a tag name.
- parseValue(String, boolean, boolean[], int[]) - Method in class org.w3c.tidy.Lexer
-
Parse an attribute value.
- 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.
- 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.
- preTraverse(Node) - Method in class org.w3c.tidy.DOMNodeListByTagNameImpl
-
Traverse the node list.
- prev - Variable in class org.w3c.tidy.Node
-
pevious node.
- printConfigOptions(Writer, boolean) - Method in class org.w3c.tidy.Configuration
-
prints available configuration options.
- 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.
- printTree(Out, short, int, Lexer, Node) - Method in class org.w3c.tidy.PPrint
-
- 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: .
- 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.
- 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.
- 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.
- 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
-
Not supported.
- setData(String) - Method in class org.w3c.tidy.DOMProcessingInstructionImpl
-
- setDelim(int) - Method in class org.w3c.tidy.AttVal
-
Setter for delim
.
- 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.
- 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.
- 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
-
Deprecated.
use setInCharEncodingName(String)
- 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
-
Deprecated.
use setOutCharEncodingName(String)
- 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.
- 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.
- 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.
- 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.
- 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
-
- 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.
- StreamIn - Interface in org.w3c.tidy
-
Input Stream.
- StreamInFactory - Class in org.w3c.tidy
-
Tidy Input factory.
- 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.
- 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.
- 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.
- Surrogate_split(int, int[]) - Static method in class org.w3c.tidy.PPrint
-
- SUSPECTED_MISSING_QUOTE - Static variable in class org.w3c.tidy.Report
-
suspected missing quote.
- switchInline(Node, Node) - Method in class org.w3c.tidy.Lexer
-
- TABLE - Static variable in class org.w3c.tidy.TagCheckImpl
-
CheckTABLE instance.
- TABLECELL - Static variable in class org.w3c.tidy.TagCheckImpl
-
CheckTableCell instance.
- TABLETAG - Static variable in class org.w3c.tidy.ParserImpl
-
parser for table.
- tabsize - Variable in class org.w3c.tidy.Configuration
-
default tab size (8).
- 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.
- tagAddress - Variable in class org.w3c.tidy.TagTable
-
address 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.CheckAnchor - Class in org.w3c.tidy
-
Checker implementation for anchors.
- TagCheckImpl.CheckAnchor() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckAnchor
-
- TagCheckImpl.CheckAREA - Class in org.w3c.tidy
-
Checker implementation for area.
- TagCheckImpl.CheckAREA() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckAREA
-
- TagCheckImpl.CheckCaption - Class in org.w3c.tidy
-
Checker implementation for table caption.
- TagCheckImpl.CheckCaption() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckCaption
-
- TagCheckImpl.CheckForm - Class in org.w3c.tidy
-
Checker implementation for forms.
- TagCheckImpl.CheckForm() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckForm
-
- TagCheckImpl.CheckHR - Class in org.w3c.tidy
-
Checker implementation for hr.
- TagCheckImpl.CheckHR() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckHR
-
- TagCheckImpl.CheckHTML - Class in org.w3c.tidy
-
Checker implementation for html tag.
- TagCheckImpl.CheckHTML() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckHTML
-
- TagCheckImpl.CheckIMG - Class in org.w3c.tidy
-
Checker implementation for image tags.
- TagCheckImpl.CheckIMG() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckIMG
-
- TagCheckImpl.CheckLINK - Class in org.w3c.tidy
-
add missing type attribute when appropriate.
- TagCheckImpl.CheckLINK() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckLINK
-
- TagCheckImpl.CheckMap - Class in org.w3c.tidy
-
Checker implementation for image maps.
- TagCheckImpl.CheckMap() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckMap
-
- TagCheckImpl.CheckMeta - Class in org.w3c.tidy
-
Checker implementation for meta tags.
- TagCheckImpl.CheckMeta() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckMeta
-
- TagCheckImpl.CheckSCRIPT - Class in org.w3c.tidy
-
Checker implementation for script tags.
- TagCheckImpl.CheckSCRIPT() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckSCRIPT
-
- TagCheckImpl.CheckSTYLE - Class in org.w3c.tidy
-
Checker implementation for style tags.
- TagCheckImpl.CheckSTYLE() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckSTYLE
-
- TagCheckImpl.CheckTABLE - Class in org.w3c.tidy
-
Checker implementation for table.
- TagCheckImpl.CheckTABLE() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckTABLE
-
- TagCheckImpl.CheckTableCell - Class in org.w3c.tidy
-
Checker implementation for table cells.
- TagCheckImpl.CheckTableCell() - Constructor for class org.w3c.tidy.TagCheckImpl.CheckTableCell
-
- 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.
- 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.
- 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.
- 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.
- tagSub - Variable in class org.w3c.tidy.TagTable
-
subscript tag.
- tagSup - Variable in class org.w3c.tidy.TagTable
-
superscript 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.
- textarray - Variable in class org.w3c.tidy.Node
-
the text array.
- TEXTDIR - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for "dir" attribute.
- TextNodeEndWithSpace(Lexer, Node) - Static method in class org.w3c.tidy.PPrint
-
- TFRAME - Static variable in class org.w3c.tidy.AttrCheckImpl
-
checker for table "frame" attribute.
- 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.
- TITLE - Static variable in class org.w3c.tidy.ParserImpl
-
parser for title.
- 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
-
- 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.Configuration
-
TagTable associated with this Configuration.
- 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.
- 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.