Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J K L M N O P Q R S T U V W X _

A

ACCESS_URL - Static variable in class com.port80.html.tidy.Report
 
ASCII - Static variable in class com.port80.html.tidy.Configuration
 
ATTRIBVALUE - Static variable in class com.port80.html.tidy.PrettyPrint
 
AspTag - Static variable in class com.port80.html.tidy.Node
 
AttVal - class com.port80.html.tidy.AttVal.
Attribute/Value linked list node (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
AttVal() - Constructor for class com.port80.html.tidy.AttVal
 
AttVal(AttVal, Attribute, char, String, String) - Constructor for class com.port80.html.tidy.AttVal
 
AttVal(AttVal, Attribute, Node, Node, char, String, String) - Constructor for class com.port80.html.tidy.AttVal
 
AttrCheck - interface com.port80.html.tidy.AttrCheck.
Check attribute values (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
AttrCheckImpl - class com.port80.html.tidy.AttrCheckImpl.
Check attribute values implementations (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
AttrCheckImpl() - Constructor for class com.port80.html.tidy.AttrCheckImpl
 
AttrCheckImpl.CheckAlign - class com.port80.html.tidy.AttrCheckImpl.CheckAlign.
 
AttrCheckImpl.CheckAlign() - Constructor for class com.port80.html.tidy.AttrCheckImpl.CheckAlign
 
AttrCheckImpl.CheckBool - class com.port80.html.tidy.AttrCheckImpl.CheckBool.
 
AttrCheckImpl.CheckBool() - Constructor for class com.port80.html.tidy.AttrCheckImpl.CheckBool
 
AttrCheckImpl.CheckId - class com.port80.html.tidy.AttrCheckImpl.CheckId.
 
AttrCheckImpl.CheckId() - Constructor for class com.port80.html.tidy.AttrCheckImpl.CheckId
 
AttrCheckImpl.CheckName - class com.port80.html.tidy.AttrCheckImpl.CheckName.
 
AttrCheckImpl.CheckName() - Constructor for class com.port80.html.tidy.AttrCheckImpl.CheckName
 
AttrCheckImpl.CheckScript - class com.port80.html.tidy.AttrCheckImpl.CheckScript.
 
AttrCheckImpl.CheckScript() - Constructor for class com.port80.html.tidy.AttrCheckImpl.CheckScript
 
AttrCheckImpl.CheckUrl - class com.port80.html.tidy.AttrCheckImpl.CheckUrl.
 
AttrCheckImpl.CheckUrl() - Constructor for class com.port80.html.tidy.AttrCheckImpl.CheckUrl
 
AttrCheckImpl.CheckValign - class com.port80.html.tidy.AttrCheckImpl.CheckValign.
 
AttrCheckImpl.CheckValign() - Constructor for class com.port80.html.tidy.AttrCheckImpl.CheckValign
 
Attribute - class com.port80.html.tidy.Attribute.
HTML attribute (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
Attribute(String, boolean, short, AttrCheck) - Constructor for class com.port80.html.tidy.Attribute
 
Attribute(String, short, AttrCheck) - Constructor for class com.port80.html.tidy.Attribute
 
AttributeTable - class com.port80.html.tidy.AttributeTable.
HTML attribute hash table (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
AttributeTable() - Constructor for class com.port80.html.tidy.AttributeTable
 
adaptee - Variable in class com.port80.html.tidy.DOMNodeImpl
 
adapter - Variable in class com.port80.html.tidy.AttVal
 
adapter - Variable in class com.port80.html.tidy.Node
 
addAlign(Node, String) - Method in class com.port80.html.tidy.Clean
 
addAttribute(String, String) - Method in class com.port80.html.tidy.Node
 
addClass(Node, String) - Static method in class com.port80.html.tidy.Node
 
addColorRule(Lexer, String, String) - Method in class com.port80.html.tidy.Clean
 
addFontColor(Node, String) - Method in class com.port80.html.tidy.Clean
 
addFontFace(Node, String) - Method in class com.port80.html.tidy.Clean
 
addFontSize(Node, String) - Method in class com.port80.html.tidy.Clean
 
addFontStyles(Node, AttVal) - Method in class com.port80.html.tidy.Clean
 
addGenerator(Node) - Method in class com.port80.html.tidy.Lexer
 
addProperty(String, String) - Method in class com.port80.html.tidy.Clean
 
addProps(Properties) - Method in class com.port80.html.tidy.Configuration
 
addStyleProperty(Node, String) - Method in class com.port80.html.tidy.Clean
 
addTransitionEffect(Lexer, Node, short, double) - Method in class com.port80.html.tidy.PrettyPrint
Add meta element for page transition effect, this works on IE but not NS
adjust() - Method in class com.port80.html.tidy.Configuration
 
adjustColumn(int) - Method in class com.port80.html.tidy.HTMLReader
 
adjustColumn(int) - Method in interface com.port80.html.tidy.IHTMLReader
Hack to allow getColumn() and getPosition() to return a temprarily adjusted value.
afterSpace(Node) - Static method in class com.port80.html.tidy.PrettyPrint
 
apparentVersion() - Method in class com.port80.html.tidy.Lexer
 
append(Object) - Method in class com.port80.html.tidy.CharBuffer
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class com.port80.html.tidy.CharBuffer
Appends the string to this string buffer.
append(CharBuffer) - Method in class com.port80.html.tidy.CharBuffer
Appends the specified CharBuffer to this CharBuffer.
append(char[]) - Method in class com.port80.html.tidy.CharBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int) - Method in class com.port80.html.tidy.CharBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(boolean) - Method in class com.port80.html.tidy.CharBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char) - Method in class com.port80.html.tidy.CharBuffer
Appends the string representation of the char argument to this string buffer.
append(int) - Method in class com.port80.html.tidy.CharBuffer
Appends the string representation of the int argument to this string buffer.
append(long) - Method in class com.port80.html.tidy.CharBuffer
Appends the string representation of the long argument to this string buffer.
append(float) - Method in class com.port80.html.tidy.CharBuffer
Appends the string representation of the float argument to this string buffer.
append(double) - Method in class com.port80.html.tidy.CharBuffer
Appends the string representation of the double argument to this string buffer.
append(char) - Method in class com.port80.html.tidy.Lexer
 
append(String) - Method in class com.port80.html.tidy.Lexer
 
appendChild(Node) - Method in class com.port80.html.tidy.DOMAttrImpl
 
appendChild(Node) - Method in class com.port80.html.tidy.DOMNodeImpl
 
appendData(String) - Method in class com.port80.html.tidy.DOMCharacterDataImpl
 
asp - Variable in class com.port80.html.tidy.AttVal
 
attrAlt - Static variable in class com.port80.html.tidy.AttributeTable
 
attrContent - Static variable in class com.port80.html.tidy.AttributeTable
 
attrDatafld - Static variable in class com.port80.html.tidy.AttributeTable
 
attrError(Lexer, Node, String, short) - Static method in class com.port80.html.tidy.Report
 
attrHeight - Static variable in class com.port80.html.tidy.AttributeTable
 
attrHref - Static variable in class com.port80.html.tidy.AttributeTable
 
attrId - Static variable in class com.port80.html.tidy.AttributeTable
 
attrIsmap - Static variable in class com.port80.html.tidy.AttributeTable
 
attrLanguage - Static variable in class com.port80.html.tidy.AttributeTable
 
attrLongdesc - Static variable in class com.port80.html.tidy.AttributeTable
 
attrName - Static variable in class com.port80.html.tidy.AttributeTable
 
attrSrc - Static variable in class com.port80.html.tidy.AttributeTable
 
attrSummary - Static variable in class com.port80.html.tidy.AttributeTable
 
attrTitle - Static variable in class com.port80.html.tidy.AttributeTable
 
attrType - Static variable in class com.port80.html.tidy.AttributeTable
 
attrUsemap - Static variable in class com.port80.html.tidy.AttributeTable
 
attrValue - Static variable in class com.port80.html.tidy.AttributeTable
 
attrWidth - Static variable in class com.port80.html.tidy.AttributeTable
 
attrXmlns - Static variable in class com.port80.html.tidy.AttributeTable
 
attrchk - Variable in class com.port80.html.tidy.Attribute
 
attribute - Variable in class com.port80.html.tidy.AttVal
 
attributeHashtable - Variable in class com.port80.html.tidy.AttributeTable
 
attributes - Variable in class com.port80.html.tidy.IStack
 
attributes - Variable in class com.port80.html.tidy.Node
 
attrs - Static variable in class com.port80.html.tidy.AttributeTable
 
avAdaptee - Variable in class com.port80.html.tidy.DOMAttrImpl
 

B

BAD_ATTRIBUTE_VALUE - Static variable in class com.port80.html.tidy.Report
 
BAD_CDATA_CONTENT - Static variable in class com.port80.html.tidy.Report
 
BAD_COMMENT_CHARS - Static variable in class com.port80.html.tidy.Report
 
BAD_SCRIPT_CONTENT - Static variable in class com.port80.html.tidy.Report
 
BAD_XML_COMMENT - Static variable in class com.port80.html.tidy.Report
 
BreakBeforeBR - Variable in class com.port80.html.tidy.Configuration
 
BurstSlides - Variable in class com.port80.html.tidy.Configuration
 
bQ2Div(Node) - Method in class com.port80.html.tidy.Clean
 
badAccess - Variable in class com.port80.html.tidy.Lexer
 
badArgument(String) - Static method in class com.port80.html.tidy.Report
 
badChars - Variable in class com.port80.html.tidy.Lexer
 
badDoctype - Variable in class com.port80.html.tidy.Lexer
 
badForm - Variable in class com.port80.html.tidy.Lexer
 
badLayout - Variable in class com.port80.html.tidy.Lexer
 
badTree() - Static method in class com.port80.html.tidy.Report
 
blockStyle(Lexer, Node, MutableObject) - Method in class com.port80.html.tidy.Clean
 

C

CANT_BE_NESTED - Static variable in class com.port80.html.tidy.Report
 
CDATA - Static variable in class com.port80.html.tidy.PrettyPrint
 
CDATATag - Static variable in class com.port80.html.tidy.Node
 
CHECK - Static variable in class com.port80.html.tidy.HTMLReader
 
CHECK - Static variable in class com.port80.html.tidy.Lexer
 
CHECK - Static variable in class com.port80.html.tidy.Node
 
CM_BLOCK - Static variable in class com.port80.html.tidy.Dict
 
CM_DEFLIST - Static variable in class com.port80.html.tidy.Dict
 
CM_EMPTY - Static variable in class com.port80.html.tidy.Dict
 
CM_FIELD - Static variable in class com.port80.html.tidy.Dict
 
CM_FRAMES - Static variable in class com.port80.html.tidy.Dict
 
CM_HEAD - Static variable in class com.port80.html.tidy.Dict
 
CM_HEADING - Static variable in class com.port80.html.tidy.Dict
 
CM_HTML - Static variable in class com.port80.html.tidy.Dict
 
CM_IMG - Static variable in class com.port80.html.tidy.Dict
 
CM_INLINE - Static variable in class com.port80.html.tidy.Dict
 
CM_LIST - Static variable in class com.port80.html.tidy.Dict
 
CM_MIXED - Static variable in class com.port80.html.tidy.Dict
 
CM_NEW - Static variable in class com.port80.html.tidy.Dict
 
CM_OBJECT - Static variable in class com.port80.html.tidy.Dict
 
CM_OBSOLETE - Static variable in class com.port80.html.tidy.Dict
 
CM_OMITST - Static variable in class com.port80.html.tidy.Dict
 
CM_OPT - Static variable in class com.port80.html.tidy.Dict
 
CM_PARAM - Static variable in class com.port80.html.tidy.Dict
 
CM_ROW - Static variable in class com.port80.html.tidy.Dict
 
CM_ROWGRP - Static variable in class com.port80.html.tidy.Dict
 
CM_TABLE - Static variable in class com.port80.html.tidy.Dict
 
CM_UNKNOWN - Static variable in class com.port80.html.tidy.Dict
 
COERCE_TO_ENDTAG - Static variable in class com.port80.html.tidy.Report
 
COMMENT - Static variable in class com.port80.html.tidy.PrettyPrint
 
CONTENT_AFTER_BODY - Static variable in class com.port80.html.tidy.Report
 
CharBuffer - class com.port80.html.tidy.CharBuffer.
CharBuffer is copy of StringBuffer with addition of getChars() method to make SAX interface implementation more efficient.
CharBuffer() - Constructor for class com.port80.html.tidy.CharBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
CharBuffer(int) - Constructor for class com.port80.html.tidy.CharBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
CharBuffer(String) - Constructor for class com.port80.html.tidy.CharBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
CharEncoding - Variable in class com.port80.html.tidy.Configuration
 
CheckAttribs - interface com.port80.html.tidy.CheckAttribs.
Check HTML attributes (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
CheckAttribsImpl - class com.port80.html.tidy.CheckAttribsImpl.
Check HTML attributes implementation (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
CheckAttribsImpl() - Constructor for class com.port80.html.tidy.CheckAttribsImpl
 
CheckAttribsImpl.CheckAREA - class com.port80.html.tidy.CheckAttribsImpl.CheckAREA.
 
CheckAttribsImpl.CheckAREA() - Constructor for class com.port80.html.tidy.CheckAttribsImpl.CheckAREA
 
CheckAttribsImpl.CheckAnchor - class com.port80.html.tidy.CheckAttribsImpl.CheckAnchor.
 
CheckAttribsImpl.CheckAnchor() - Constructor for class com.port80.html.tidy.CheckAttribsImpl.CheckAnchor
 
CheckAttribsImpl.CheckCaption - class com.port80.html.tidy.CheckAttribsImpl.CheckCaption.
 
CheckAttribsImpl.CheckCaption() - Constructor for class com.port80.html.tidy.CheckAttribsImpl.CheckCaption
 
CheckAttribsImpl.CheckHR - class com.port80.html.tidy.CheckAttribsImpl.CheckHR.
 
CheckAttribsImpl.CheckHR() - Constructor for class com.port80.html.tidy.CheckAttribsImpl.CheckHR
 
CheckAttribsImpl.CheckHTML - class com.port80.html.tidy.CheckAttribsImpl.CheckHTML.
 
CheckAttribsImpl.CheckHTML() - Constructor for class com.port80.html.tidy.CheckAttribsImpl.CheckHTML
 
CheckAttribsImpl.CheckIMG - class com.port80.html.tidy.CheckAttribsImpl.CheckIMG.
 
CheckAttribsImpl.CheckIMG() - Constructor for class com.port80.html.tidy.CheckAttribsImpl.CheckIMG
 
CheckAttribsImpl.CheckLINK - class com.port80.html.tidy.CheckAttribsImpl.CheckLINK.
 
CheckAttribsImpl.CheckLINK() - Constructor for class com.port80.html.tidy.CheckAttribsImpl.CheckLINK
 
CheckAttribsImpl.CheckMap - class com.port80.html.tidy.CheckAttribsImpl.CheckMap.
 
CheckAttribsImpl.CheckMap() - Constructor for class com.port80.html.tidy.CheckAttribsImpl.CheckMap
 
CheckAttribsImpl.CheckSCRIPT - class com.port80.html.tidy.CheckAttribsImpl.CheckSCRIPT.
 
CheckAttribsImpl.CheckSCRIPT() - Constructor for class com.port80.html.tidy.CheckAttribsImpl.CheckSCRIPT
 
CheckAttribsImpl.CheckSTYLE - class com.port80.html.tidy.CheckAttribsImpl.CheckSTYLE.
 
CheckAttribsImpl.CheckSTYLE() - Constructor for class com.port80.html.tidy.CheckAttribsImpl.CheckSTYLE
 
CheckAttribsImpl.CheckTABLE - class com.port80.html.tidy.CheckAttribsImpl.CheckTABLE.
 
CheckAttribsImpl.CheckTABLE() - Constructor for class com.port80.html.tidy.CheckAttribsImpl.CheckTABLE
 
CheckAttribsImpl.CheckTableCell - class com.port80.html.tidy.CheckAttribsImpl.CheckTableCell.
 
CheckAttribsImpl.CheckTableCell() - Constructor for class com.port80.html.tidy.CheckAttribsImpl.CheckTableCell
 
Clean - class com.port80.html.tidy.Clean.
Filters from other formats such as Microsoft Word often make excessive use of presentation markup such as font tags, B, I, and the align attribute.
Clean(TagTable) - Constructor for class com.port80.html.tidy.Clean
 
CommentTag - Static variable in class com.port80.html.tidy.Node
 
CompactFormat - Variable in class com.port80.html.tidy.Configuration
 
Configuration - class com.port80.html.tidy.Configuration.
 
Configuration() - Constructor for class com.port80.html.tidy.Configuration
 
canPrune(Node) - Method in class com.port80.html.tidy.Lexer
 
capacity() - Method in class com.port80.html.tidy.CharBuffer
Returns the current capacity of the String buffer.
center2Div(Lexer, Node, MutableObject) - Method in class com.port80.html.tidy.Clean
 
changeChar(char) - Method in class com.port80.html.tidy.Lexer
 
charAt(int) - Method in class com.port80.html.tidy.CharBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
check(Lexer, Node, AttVal) - Method in interface com.port80.html.tidy.AttrCheck
 
check(Lexer, Node, AttVal) - Method in class com.port80.html.tidy.AttrCheckImpl.CheckAlign
 
check(Lexer, Node, AttVal) - Method in class com.port80.html.tidy.AttrCheckImpl.CheckBool
 
check(Lexer, Node, AttVal) - Method in class com.port80.html.tidy.AttrCheckImpl.CheckId
 
check(Lexer, Node, AttVal) - Method in class com.port80.html.tidy.AttrCheckImpl.CheckName
 
check(Lexer, Node, AttVal) - Method in class com.port80.html.tidy.AttrCheckImpl.CheckScript
 
check(Lexer, Node, AttVal) - Method in class com.port80.html.tidy.AttrCheckImpl.CheckUrl
 
check(Lexer, Node, AttVal) - Method in class com.port80.html.tidy.AttrCheckImpl.CheckValign
 
check(Lexer, Node) - Method in interface com.port80.html.tidy.CheckAttribs
 
check(Lexer, Node) - Method in class com.port80.html.tidy.CheckAttribsImpl.CheckAREA
 
check(Lexer, Node) - Method in class com.port80.html.tidy.CheckAttribsImpl.CheckAnchor
 
check(Lexer, Node) - Method in class com.port80.html.tidy.CheckAttribsImpl.CheckCaption
 
check(Lexer, Node) - Method in class com.port80.html.tidy.CheckAttribsImpl.CheckHR
 
check(Lexer, Node) - Method in class com.port80.html.tidy.CheckAttribsImpl.CheckHTML
 
check(Lexer, Node) - Method in class com.port80.html.tidy.CheckAttribsImpl.CheckIMG
 
check(Lexer, Node) - Method in class com.port80.html.tidy.CheckAttribsImpl.CheckLINK
 
check(Lexer, Node) - Method in class com.port80.html.tidy.CheckAttribsImpl.CheckMap
 
check(Lexer, Node) - Method in class com.port80.html.tidy.CheckAttribsImpl.CheckSCRIPT
 
check(Lexer, Node) - Method in class com.port80.html.tidy.CheckAttribsImpl.CheckSTYLE
 
check(Lexer, Node) - Method in class com.port80.html.tidy.CheckAttribsImpl.CheckTABLE
 
check(Lexer, Node) - Method in class com.port80.html.tidy.CheckAttribsImpl.CheckTableCell
 
checkAttribute(Lexer, Node) - Method in class com.port80.html.tidy.AttVal
 
checkAttributes(Lexer) - Method in class com.port80.html.tidy.Node
 
checkDocTypeKeyWords(Node) - Method in class com.port80.html.tidy.Lexer
 
checkNodeIntegrity() - Method in class com.port80.html.tidy.Node
 
checkUniqueAttribute(Lexer, Node) - Method in class com.port80.html.tidy.AttVal
 
checkUniqueAttributes(Lexer) - Method in class com.port80.html.tidy.Node
 
chkattrs - Variable in class com.port80.html.tidy.Dict
 
classNum - Variable in class com.port80.html.tidy.Clean
 
cleanBodyAttrs(Lexer, Node) - Method in class com.port80.html.tidy.Clean
 
cleanNode(Lexer, Node) - Method in class com.port80.html.tidy.Clean
 
cleanTree(Lexer, Node) - Method in class com.port80.html.tidy.Clean
 
cleanWord2000(Lexer, Node) - Method in class com.port80.html.tidy.Clean
 
clone() - Method in class com.port80.html.tidy.AttVal
 
clone() - Method in class com.port80.html.tidy.Node
 
cloneAttributes(AttVal) - Method in class com.port80.html.tidy.Lexer
 
cloneNode(boolean) - Method in class com.port80.html.tidy.DOMAttrImpl
 
cloneNode(boolean) - Method in class com.port80.html.tidy.DOMNodeImpl
 
cloneNode(Node) - Method in class com.port80.html.tidy.Lexer
 
cloneNode(boolean) - Method in class com.port80.html.tidy.Node
 
closeErrWriter() - Method in class com.port80.html.tidy.TidyConfiguration
 
closed - Variable in class com.port80.html.tidy.Node
 
code - Variable in class com.port80.html.tidy.Entity
 
code - Variable in class com.port80.html.tidy.Lexer.W3CVersionInfo
 
coerceNode(Lexer, Node, Dict) - Static method in class com.port80.html.tidy.Node
 
column - Variable in class com.port80.html.tidy.Lexer
 
com.port80.html.tidy - package com.port80.html.tidy
 
comment(int, int, int) - Method in class com.port80.html.tidy.Lexer.LexerTagState
 
condFlushLine(int) - Method in class com.port80.html.tidy.PrettyPrint
 
configuration - Variable in class com.port80.html.tidy.Lexer
 
configuration - Variable in class com.port80.html.tidy.TidyHTMLParser
 
containsBreakingChild(Node, int) - Method in class com.port80.html.tidy.PrettyPrint
 
content - Variable in class com.port80.html.tidy.Node
 
copy() - Method in class com.port80.html.tidy.CharBuffer
Copies the buffer value.
count - Variable in class com.port80.html.tidy.CharBuffer
The count is the number of characters in the buffer.
count - Variable in class com.port80.html.tidy.PrettyPrint
 
countSlides(Node) - Method in class com.port80.html.tidy.PrettyPrint
 
createAttribute(String) - Method in class com.port80.html.tidy.DOMDocumentImpl
 
createAttributeNS(String, String) - Method in class com.port80.html.tidy.DOMDocumentImpl
DOM2 - not implemented.
createCDATASection(String) - Method in class com.port80.html.tidy.DOMDocumentImpl
 
createComment(String) - Method in class com.port80.html.tidy.DOMDocumentImpl
 
createDocumentFragment() - Method in class com.port80.html.tidy.DOMDocumentImpl
 
createElement(String) - Method in class com.port80.html.tidy.DOMDocumentImpl
 
createElementNS(String, String) - Method in class com.port80.html.tidy.DOMDocumentImpl
DOM2 - not implemented.
createEmptyDocument() - Static method in class com.port80.html.tidy.TidyHTMLParser
Creates an empty DOM Document.
createEntityReference(String) - Method in class com.port80.html.tidy.DOMDocumentImpl
 
createErrorMarker(String, Lexer) - Static method in class com.port80.html.tidy.Report
 
createInfoMarker(String, Lexer) - Static method in class com.port80.html.tidy.Report
 
createProcessingInstruction(String, String) - Method in class com.port80.html.tidy.DOMDocumentImpl
 
createPropString(StyleProp) - Method in class com.port80.html.tidy.Clean
 
createProps(StyleProp, String) - Method in class com.port80.html.tidy.Clean
 
createSlides(Lexer, Node) - Method in class com.port80.html.tidy.PrettyPrint
 
createStyleElement(Lexer, Node) - Method in class com.port80.html.tidy.Clean
 
createStyleProperties(Lexer, Node) - Method in class com.port80.html.tidy.Clean
 
createTextNode(String) - Method in class com.port80.html.tidy.DOMDocumentImpl
 
createWarnMarker(String, Lexer) - Static method in class com.port80.html.tidy.Report
 
curcol - Variable in class com.port80.html.tidy.HTMLReader
 
curline - Variable in class com.port80.html.tidy.HTMLReader
 
currIndex - Variable in class com.port80.html.tidy.DOMNodeListByTagNameImpl
 
currNode - Variable in class com.port80.html.tidy.DOMNodeListByTagNameImpl
 

D

DEBUG - Static variable in class com.port80.html.tidy.PrettyPrint
 
DIGIT - Static variable in class com.port80.html.tidy.Lexer
 
DISCARDING_UNEXPECTED - Static variable in class com.port80.html.tidy.Report
 
DOCTYPE_AFTER_TAGS - Static variable in class com.port80.html.tidy.Report
 
DOCTYPE_AUTO - Static variable in class com.port80.html.tidy.Configuration
 
DOCTYPE_LOOSE - Static variable in class com.port80.html.tidy.Configuration
 
DOCTYPE_OMIT - Static variable in class com.port80.html.tidy.Configuration
 
DOCTYPE_STRICT - Static variable in class com.port80.html.tidy.Configuration
 
DOCTYPE_USER - Static variable in class com.port80.html.tidy.Configuration
 
DOMAttrImpl - class com.port80.html.tidy.DOMAttrImpl.
DOMAttrImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
DOMAttrImpl(AttVal) - Constructor for class com.port80.html.tidy.DOMAttrImpl
 
DOMAttrMapImpl - class com.port80.html.tidy.DOMAttrMapImpl.
DOMAttrMapImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
DOMAttrMapImpl(AttVal) - Constructor for class com.port80.html.tidy.DOMAttrMapImpl
 
DOMCDATASectionImpl - class com.port80.html.tidy.DOMCDATASectionImpl.
DOMCDATASectionImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
DOMCDATASectionImpl(Node) - Constructor for class com.port80.html.tidy.DOMCDATASectionImpl
 
DOMCharacterDataImpl - class com.port80.html.tidy.DOMCharacterDataImpl.
DOMCharacterDataImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
DOMCharacterDataImpl(Node) - Constructor for class com.port80.html.tidy.DOMCharacterDataImpl
 
DOMCommentImpl - class com.port80.html.tidy.DOMCommentImpl.
DOMCommentImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
DOMCommentImpl(Node) - Constructor for class com.port80.html.tidy.DOMCommentImpl
 
DOMDocumentImpl - class com.port80.html.tidy.DOMDocumentImpl.
DOMDocumentImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
DOMDocumentImpl(Node) - Constructor for class com.port80.html.tidy.DOMDocumentImpl
 
DOMDocumentTypeImpl - class com.port80.html.tidy.DOMDocumentTypeImpl.
DOMDocumentTypeImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
DOMDocumentTypeImpl(Node) - Constructor for class com.port80.html.tidy.DOMDocumentTypeImpl
 
DOMElementImpl - class com.port80.html.tidy.DOMElementImpl.
DOMElementImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
DOMElementImpl(Node) - Constructor for class com.port80.html.tidy.DOMElementImpl
 
DOMExceptionImpl - exception com.port80.html.tidy.DOMExceptionImpl.
DOMExceptionImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
DOMExceptionImpl(short, String) - Constructor for class com.port80.html.tidy.DOMExceptionImpl
 
DOMNodeImpl - class com.port80.html.tidy.DOMNodeImpl.
DOMNodeImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
DOMNodeImpl(Node) - Constructor for class com.port80.html.tidy.DOMNodeImpl
 
DOMNodeListByTagNameImpl - class com.port80.html.tidy.DOMNodeListByTagNameImpl.
The items in the NodeList are accessible via an integral index, starting from 0.
DOMNodeListByTagNameImpl(Node, String) - Constructor for class com.port80.html.tidy.DOMNodeListByTagNameImpl
 
DOMNodeListImpl - class com.port80.html.tidy.DOMNodeListImpl.
The items in the NodeList are accessible via an integral index, starting from 0.
DOMNodeListImpl(Node) - Constructor for class com.port80.html.tidy.DOMNodeListImpl
 
DOMProcessingInstructionImpl - class com.port80.html.tidy.DOMProcessingInstructionImpl.
DOMProcessingInstructionImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
DOMProcessingInstructionImpl(Node) - Constructor for class com.port80.html.tidy.DOMProcessingInstructionImpl
 
DOMTextImpl - class com.port80.html.tidy.DOMTextImpl.
DOMTextImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
DOMTextImpl(Node) - Constructor for class com.port80.html.tidy.DOMTextImpl
 
DTYPE_NOT_UPPER_CASE - Static variable in class com.port80.html.tidy.Report
 
DUPLICATE_FRAMESET - Static variable in class com.port80.html.tidy.Report
 
Dict - class com.port80.html.tidy.Dict.
Tag dictionary node (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
Dict(String, short, int, Parser, CheckAttribs) - Constructor for class com.port80.html.tidy.Dict
 
DocTypeTag - Static variable in class com.port80.html.tidy.Node
 
DropEmptyParas - Variable in class com.port80.html.tidy.Configuration
 
DropFontTags - Variable in class com.port80.html.tidy.Configuration
 
decLength(int) - Method in class com.port80.html.tidy.CharBuffer
 
decLength(int) - Method in class com.port80.html.tidy.Lexer
 
declareLiteralAttrib(String) - Method in class com.port80.html.tidy.AttributeTable
 
defaultAttributeTable - Static variable in class com.port80.html.tidy.AttributeTable
 
defaultEntityTable - Static variable in class com.port80.html.tidy.EntityTable
 
deferDup() - Method in class com.port80.html.tidy.Lexer
Defer duplicates when entering a table or other element where the inlines shouldn't be duplicated
defineBlockTag(String) - Method in class com.port80.html.tidy.TagTable
 
defineEmptyTag(String) - Method in class com.port80.html.tidy.TagTable
 
defineInlineTag(String) - Method in class com.port80.html.tidy.TagTable
 
definePreTag(String) - Method in class com.port80.html.tidy.TagTable
 
defineStyleRules(Lexer, Node) - Method in class com.port80.html.tidy.Clean
 
delete(int, int) - Method in class com.port80.html.tidy.CharBuffer
Removes the characters in a substring of this CharBuffer.
deleteCharAt(int) - Method in class com.port80.html.tidy.CharBuffer
Removes the character at the specified position in this CharBuffer (shortening the CharBuffer by one character).
deleteData(int, int) - Method in class com.port80.html.tidy.DOMCharacterDataImpl
 
delim - Variable in class com.port80.html.tidy.AttVal
 
dict - Variable in class com.port80.html.tidy.AttVal
 
dir2Div(Lexer, Node, MutableObject) - Method in class com.port80.html.tidy.Clean
 
discardContainer(Node) - Method in class com.port80.html.tidy.Clean
Discard the container 'element'.
discardDocType() - Method in class com.port80.html.tidy.Node
 
discardElement(Node) - Static method in class com.port80.html.tidy.Node
 
doReformat - Variable in class com.port80.html.tidy.Configuration
Reformat mode perform inlineDup, run clean up filters ...
docTypeMode - Variable in class com.port80.html.tidy.Configuration
 
docTypeStr - Variable in class com.port80.html.tidy.Configuration
 
doctype(int, int) - Method in class com.port80.html.tidy.Lexer.LexerTagState
 
doctype - Variable in class com.port80.html.tidy.Lexer
 
dropSections(Lexer, Node) - Method in class com.port80.html.tidy.Clean
 
dump(StringBuffer, String) - Method in class com.port80.html.tidy.Node
Dump information contained in this node with attributes but without content.
dumpTree(StringBuffer, String) - Method in class com.port80.html.tidy.Node
 

E

EFFECT_BLEND - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_BOX_IN - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_BOX_OUT - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_CHK_ACROSS - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_CHK_DOWN - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_CIRCLE_IN - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_CIRCLE_OUT - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_HORZ_BLINDS - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_RANDOM - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_RND_BARS_HORZ - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_RND_BARS_VERT - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_RND_DISSOLVE - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_SPLIT_HORZ_IN - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_SPLIT_HORZ_OUT - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_SPLIT_VIRT_IN - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_SPLIT_VIRT_OUT - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_STRIPS_LEFT_DOWN - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_STRIPS_LEFT_UP - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_STRIPS_RIGHT_DOWN - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_STRIPS_RIGHT_UP - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_VERT_BLINDS - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_WIPE_DOWN - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_WIPE_LEFT - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_WIPE_RIGHT - Static variable in class com.port80.html.tidy.PrettyPrint
 
EFFECT_WIPE_UP - Static variable in class com.port80.html.tidy.PrettyPrint
 
EMPTY_TAGS - Static variable in class com.port80.html.tidy.TagTable
 
EOF - Static variable in interface com.port80.html.tidy.IHTMLReader
 
ERROR_INVALID_FILENAME - Static variable in class com.port80.html.tidy.TidyHTMLParser
 
Emacs - Variable in class com.port80.html.tidy.Configuration
 
EncloseBlockText - Variable in class com.port80.html.tidy.Configuration
 
EncloseBodyText - Variable in class com.port80.html.tidy.Configuration
 
EndTag - Static variable in class com.port80.html.tidy.Node
 
Entity - class com.port80.html.tidy.Entity.
HTML ISO entity (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice.
Entity(String, short) - Constructor for class com.port80.html.tidy.Entity
 
Entity(String, int) - Constructor for class com.port80.html.tidy.Entity
 
EntityTable - class com.port80.html.tidy.EntityTable.
 
EntityTable() - Constructor for class com.port80.html.tidy.EntityTable
 
element - Variable in class com.port80.html.tidy.IStack
 
element - Variable in class com.port80.html.tidy.Node
 
emFromI(Node) - Method in class com.port80.html.tidy.Clean
 
encoding - Variable in class com.port80.html.tidy.HTMLReader
 
encodingError(Lexer, short, int) - Static method in class com.port80.html.tidy.Report
 
end - Variable in class com.port80.html.tidy.Node
 
endTag(int, int, int) - Method in class com.port80.html.tidy.Lexer.LexerTagState
 
ensureCapacity(int) - Method in class com.port80.html.tidy.CharBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
entities - Static variable in class com.port80.html.tidy.EntityTable
 
entityCode(String) - Method in class com.port80.html.tidy.EntityTable
 
entityError(Lexer, short, String, int) - Static method in class com.port80.html.tidy.Report
 
entityHashtable - Variable in class com.port80.html.tidy.EntityTable
 
entityName(short) - Method in class com.port80.html.tidy.EntityTable
 
errfile - Variable in class com.port80.html.tidy.Configuration
 
error(String, String, Lexer) - Static method in class com.port80.html.tidy.Report
 
error(String, Lexer) - Static method in class com.port80.html.tidy.Report
 
error(Lexer, Node, Node, short) - Static method in class com.port80.html.tidy.Report
 
errorSummary(Lexer) - Static method in class com.port80.html.tidy.Report
 
errors - Variable in class com.port80.html.tidy.Lexer
 
excludeBlocks - Variable in class com.port80.html.tidy.Lexer
 
exiled - Variable in class com.port80.html.tidy.Lexer
 
expandCapacity(int) - Method in class com.port80.html.tidy.CharBuffer
This implements the expansion semantics of ensureCapacity but is unsynchronized for use internally by methods which are already synchronized.
expectsContent(Node) - Static method in class com.port80.html.tidy.Lexer
 

F

FIXME - Static variable in class com.port80.html.tidy.Clean
 
FM_HARD_BREAK - Static variable in class com.port80.html.tidy.Dict
Force line break before and after an empty tag regardless.
FM_SMART_INDENT - Static variable in class com.port80.html.tidy.Dict
With smart indent, block (eg li, td) is indent only if it contains BLOCK/BREAK elements.
FM_SOFT_BREAK - Static variable in class com.port80.html.tidy.Dict
Force line break before and after an empty tag (eg.
FOUND_UTF16 - Static variable in class com.port80.html.tidy.Report
 
FixAlt - Variable in class com.port80.html.tidy.Configuration
 
FixBackslash - Variable in class com.port80.html.tidy.Configuration
 
FixComments - Variable in class com.port80.html.tidy.Configuration
 
fAttributeTable - Variable in class com.port80.html.tidy.Configuration
 
fConfig - Variable in class com.port80.html.tidy.TidyConfiguration
 
fConfiguration - Variable in class com.port80.html.tidy.PrettyPrint
 
fContainer - Variable in class com.port80.html.tidy.Lexer.LexerScriptState
 
fData - Variable in class com.port80.html.tidy.Node
 
fDefault - Static variable in class com.port80.html.tidy.Lexer.LexerASPState
 
fDefault - Static variable in class com.port80.html.tidy.Lexer.LexerCDataState
 
fDefault - Static variable in class com.port80.html.tidy.Lexer.LexerCommentState
 
fDefault - Static variable in class com.port80.html.tidy.Lexer.LexerContentState
 
fDefault - Static variable in class com.port80.html.tidy.Lexer.LexerDocTypeState
 
fDefault - Static variable in class com.port80.html.tidy.Lexer.LexerEndTagState
 
fDefault - Static variable in class com.port80.html.tidy.Lexer.LexerJSTEState
 
fDefault - Static variable in class com.port80.html.tidy.Lexer.LexerPHPState
 
fDefault - Static variable in class com.port80.html.tidy.Lexer.LexerProcInstState
 
fDefault - Static variable in class com.port80.html.tidy.Lexer.LexerScriptState
 
fDefault - Static variable in class com.port80.html.tidy.Lexer.LexerSectionState
 
fDefault - Static variable in class com.port80.html.tidy.Lexer.LexerStartTagState
 
fDefault - Static variable in class com.port80.html.tidy.Lexer.LexerTagState
 
fEditor