1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2025-06-13 12:54:14 +00:00
gnosygnu_xowa/190_jtidy_xowa/target/javadoc/index-all.html

5174 lines
413 KiB
HTML
Raw Permalink Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_17) on Sun Nov 08 10:20:58 EST 2015 -->
<title>Index ( JTidy r938 )</title>
<meta name="date" content="2015-11-08">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index ( JTidy r938 )";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./org/w3c/tidy/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="./org/w3c/tidy/package-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_Q_">Q</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;<a name="_A_">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#ACCESS_URL">ACCESS_URL</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">used to point to Web Accessibility Guidelines.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#adaptee">adaptee</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>
<div class="block">Wrapped tidy node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#adapter">adapter</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">DOM adapter.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#adapter">adapter</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">DOM adapter.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#addAttribute(java.lang.String, java.lang.String)">addAttribute(String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Adds an attribute to the node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#addByte(int)">addByte(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Adds a byte to lexer buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#addCharToLexer(int)">addCharToLexer(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Store char c as UTF-8 encoded byte stream.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#addClass(java.lang.String)">addClass(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Add a css class to the node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#addGenerator(org.w3c.tidy.Node)">addGenerator(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Add meta element for Tidy.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#addMessageListener(org.w3c.tidy.TidyMessageListener)">addMessageListener(TidyMessageListener)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Adds a message listener.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#addProps(java.util.Properties)">addProps(Properties)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">adds configuration Properties.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#addStringLiteral(java.lang.String)">addStringLiteral(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">calls addCharToLexer for any char in the string.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#addStringToLexer(java.lang.String)">addStringToLexer(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Adds a string to lexer buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/PPrint.html#addTransitionEffect(org.w3c.tidy.Lexer, org.w3c.tidy.Node, double)">addTransitionEffect(Lexer, Node, double)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/PPrint.html" title="class in org.w3c.tidy">PPrint</a></dt>
<dd>
<div class="block">Add meta element for page transition effect, this works on IE but not NS.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#adjust()">adjust()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">Ensure that config is self consistent.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#adoptNode(org.w3c.dom.Node)">adoptNode(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#ALIGN">ALIGN</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "align" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#altText">altText</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">default text for alt attribute.</div>
</dd>
<dt><a href="./org/w3c/tidy/Anchor.html" title="class in org.w3c.tidy"><span class="strong">Anchor</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Anchor/node Linked list.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Anchor.html#Anchor()">Anchor()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/Anchor.html" title="class in org.w3c.tidy">Anchor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.html#ANCHOR">ANCHOR</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.html" title="class in org.w3c.tidy">TagCheckImpl</a></dt>
<dd>
<div class="block">CheckAnchor instance.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#ANCHOR_NOT_UNIQUE">ANCHOR_NOT_UNIQUE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: anchor not unique.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#anchorList">anchorList</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">anchor/node hash.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#APOS_UNDEFINED">APOS_UNDEFINED</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">invalid entity: apos undefined in current definition.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#apparentVersion()">apparentVersion()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Return the html version used in document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#appendChild(org.w3c.dom.Node)">appendChild(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>
<div class="block">Not supported.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#appendChild(org.w3c.dom.Node)">appendChild(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMCharacterDataImpl.html#appendData(java.lang.String)">appendData(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMCharacterDataImpl.html" title="class in org.w3c.tidy">DOMCharacterDataImpl</a></dt>
<dd>
<div class="block">Not supported.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.html#AREA">AREA</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.html" title="class in org.w3c.tidy">TagCheckImpl</a></dt>
<dd>
<div class="block">CheckAREA instance.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#ASCII">ASCII</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#asciiChars">asciiChars</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">convert quotes and dashes to nearest ASCII char.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#asp">asp</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Asp node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#ASP_TAG">ASP_TAG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">node type: asp tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#ATTR_VALUE_NOT_LCASE">ATTR_VALUE_NOT_LCASE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: attribute value not lower case.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#attrAlt">attrAlt</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">alt attribute.</div>
</dd>
<dt><a href="./org/w3c/tidy/AttrCheck.html" title="interface in org.w3c.tidy"><span class="strong">AttrCheck</span></a> - Interface in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Check attribute values.</div>
</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Check attribute values implementations.</div>
</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckAlign.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckAlign</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking the "align" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckAlign.html#AttrCheckImpl.CheckAlign()">AttrCheckImpl.CheckAlign()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckAlign.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckAlign</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckBool.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckBool</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking boolean attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckBool.html#AttrCheckImpl.CheckBool()">AttrCheckImpl.CheckBool()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckBool.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckBool</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckClear.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckClear</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking the "clear" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckClear.html#AttrCheckImpl.CheckClear()">AttrCheckImpl.CheckClear()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckClear.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckClear</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckColor.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckColor</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking colors.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckColor.html#AttrCheckImpl.CheckColor()">AttrCheckImpl.CheckColor()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckColor.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckColor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckFsubmit.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckFsubmit</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking the "submit" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckFsubmit.html#AttrCheckImpl.CheckFsubmit()">AttrCheckImpl.CheckFsubmit()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckFsubmit.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckFsubmit</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckId.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckId</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking ids.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckId.html#AttrCheckImpl.CheckId()">AttrCheckImpl.CheckId()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckId.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckId</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckLang.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckLang</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking lang and xml:lang.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckLang.html#AttrCheckImpl.CheckLang()">AttrCheckImpl.CheckLang()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckLang.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckLang</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckLength.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckLength</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking the "length" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckLength.html#AttrCheckImpl.CheckLength()">AttrCheckImpl.CheckLength()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckLength.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckLength</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckName.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckName</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking the "name" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckName.html#AttrCheckImpl.CheckName()">AttrCheckImpl.CheckName()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckName.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckName</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckNumber.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckNumber</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking numbers.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckNumber.html#AttrCheckImpl.CheckNumber()">AttrCheckImpl.CheckNumber()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckNumber.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckNumber</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckScope.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckScope</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking Scope.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckScope.html#AttrCheckImpl.CheckScope()">AttrCheckImpl.CheckScope()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckScope.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckScope</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckScript.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckScript</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking scripts.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckScript.html#AttrCheckImpl.CheckScript()">AttrCheckImpl.CheckScript()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckScript.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckScript</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckScroll.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckScroll</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking scroll.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckScroll.html#AttrCheckImpl.CheckScroll()">AttrCheckImpl.CheckScroll()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckScroll.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckScroll</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckShape.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckShape</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking the "shape" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckShape.html#AttrCheckImpl.CheckShape()">AttrCheckImpl.CheckShape()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckShape.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckShape</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckTarget.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckTarget</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking the "target" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckTarget.html#AttrCheckImpl.CheckTarget()">AttrCheckImpl.CheckTarget()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckTarget.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckTarget</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckTextDir.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckTextDir</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking dir.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckTextDir.html#AttrCheckImpl.CheckTextDir()">AttrCheckImpl.CheckTextDir()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckTextDir.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckTextDir</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckUrl.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckUrl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking URLs.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckUrl.html#AttrCheckImpl.CheckUrl()">AttrCheckImpl.CheckUrl()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckUrl.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckUrl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckValign.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckValign</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking the "valign" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckValign.html#AttrCheckImpl.CheckValign()">AttrCheckImpl.CheckValign()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckValign.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckValign</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/AttrCheckImpl.CheckVType.html" title="class in org.w3c.tidy"><span class="strong">AttrCheckImpl.CheckVType</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">AttrCheck implementation for checking valuetype.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckVType.html#AttrCheckImpl.CheckVType()">AttrCheckImpl.CheckVType()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckVType.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckVType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#attrContent">attrContent</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">content attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#attrDatafld">attrDatafld</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">datafld attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#attrError(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal, short)">attrError(Lexer, Node, AttVal, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Prints error messages for attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#attrHeight">attrHeight</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">height attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#attrHref">attrHref</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">href attribute.</div>
</dd>
<dt><a href="./org/w3c/tidy/Attribute.html" title="class in org.w3c.tidy"><span class="strong">Attribute</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">HTML attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Attribute.html#Attribute(java.lang.String, short, org.w3c.tidy.AttrCheck)">Attribute(String, short, AttrCheck)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/Attribute.html" title="class in org.w3c.tidy">Attribute</a></dt>
<dd>
<div class="block">Instantiates a new Attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#attribute">attribute</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Attribute name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/IStack.html#attributes">attributes</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/IStack.html" title="class in org.w3c.tidy">IStack</a></dt>
<dd>
<div class="block">Attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#attributes">attributes</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Attribute/Value linked list.</div>
</dd>
<dt><a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy"><span class="strong">AttributeTable</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">HTML attribute hash table.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#AttributeTable()">AttributeTable()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#attrId">attrId</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">id attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#attrIsmap">attrIsmap</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">ismap attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#attrLanguage">attrLanguage</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">language attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#attrLongdesc">attrLongdesc</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">logdesc attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#attrName">attrName</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">name attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#attrSrc">attrSrc</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">src attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#attrSummary">attrSummary</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">summary attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#attrTitle">attrTitle</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">title attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#attrType">attrType</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">type attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#attrUsemap">attrUsemap</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">usemap attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#attrValue">attrValue</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">value attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#attrWidth">attrWidth</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">width attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#attrXmlns">attrXmlns</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">xmlns attribute.</div>
</dd>
<dt><a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy"><span class="strong">AttVal</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Attribute/Value linked list node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#AttVal()">AttVal()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Instantiates a new empty AttVal.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#AttVal(org.w3c.tidy.AttVal, org.w3c.tidy.Attribute, int, java.lang.String, java.lang.String)">AttVal(AttVal, Attribute, int, String, String)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Instantiates a new AttVal.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#AttVal(org.w3c.tidy.AttVal, org.w3c.tidy.Attribute, org.w3c.tidy.Node, org.w3c.tidy.Node, int, java.lang.String, java.lang.String)">AttVal(AttVal, Attribute, Node, Node, int, String, String)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Instantiates a new AttVal.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#avAdaptee">avAdaptee</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>
<div class="block">wrapped org.w3c.tidy.AttVal.</div>
</dd>
</dl>
<a name="_B_">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#BACKSLASH_IN_URI">BACKSLASH_IN_URI</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: backslash in URI.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#BAD_ATTRIBUTE_VALUE">BAD_ATTRIBUTE_VALUE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: bad attribute value.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#BAD_ATTRIBUTE_VALUE_REPLACED">BAD_ATTRIBUTE_VALUE_REPLACED</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: bad attribute value replaced.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#BAD_CDATA_CONTENT">BAD_CDATA_CONTENT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">bad cdata comment.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#BAD_COMMENT_CHARS">BAD_COMMENT_CHARS</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">bad coment chars.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#BAD_XML_COMMENT">BAD_XML_COMMENT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">bad xml comment.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#badAccess">badAccess</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">for accessibility errors.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#BADACCESS_SUMMARY">BADACCESS_SUMMARY</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Constant used for reporting of bad access summary.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#badArgument(java.lang.String, java.lang.String)">badArgument(String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Prints a "bad argument" error message.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#badChars">badChars</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">for bad char encodings.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#badDoctype">badDoctype</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">set if html or PUBLIC is missing.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#badForm">badForm</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">for mismatched/mispositioned form tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#BADFORM_SUMMARY">BADFORM_SUMMARY</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Constant used for reporting of bad form summary.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#badLayout">badLayout</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">for bad style errors.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#badTree(java.io.PrintWriter)">badTree(PrintWriter)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Prints the "bad tree" message.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#BIG5">BIG5</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#BLOCK">BLOCK</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for block elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#BODY">BODY</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for body.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#bodyOnly">bodyOnly</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">output BODY content only.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#BOOL">BOOL</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for boolean attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Clean.html#bQ2Div(org.w3c.tidy.Node)">bQ2Div(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Clean.html" title="class in org.w3c.tidy">Clean</a></dt>
<dd>
<div class="block">Replace implicit blockquote by div with an indent taking care to reduce nested blockquotes to a single div with
the indent set to match the nesting depth.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#breakBeforeBR">breakBeforeBR</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">o/p newline before br or not?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#burstSlides">burstSlides</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">create slides on each h2 element.</div>
</dd>
</dl>
<a name="_C_">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#canPrune(org.w3c.tidy.Node)">canPrune(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Can the given element be removed?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#CANT_BE_NESTED">CANT_BE_NESTED</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">elments can be nested.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.html#CAPTION">CAPTION</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.html" title="class in org.w3c.tidy">TagCheckImpl</a></dt>
<dd>
<div class="block">CheckCaption instance.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#CDATA_TAG">CDATA_TAG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">node type: CDATA.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#changeChar(byte)">changeChar(byte)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Substitute the last char in buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#CHARACTER">CHARACTER</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for attributes that can contain a single character.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#CHARSET">CHARSET</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "charset" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheck.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheck.html" title="interface in org.w3c.tidy">AttrCheck</a></dt>
<dd>
<div class="block">Check the value of an attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckAlign.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckAlign.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckAlign</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckBool.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckBool.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckBool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckClear.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckClear.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckClear</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckColor.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckColor.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckColor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckFsubmit.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckFsubmit.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckFsubmit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckId.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckId.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckLang.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckLang.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckLang</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckLength.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckLength.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckLength</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckName.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckName.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckNumber.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckNumber.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckNumber</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckScope.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckScope.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckScope</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckScript.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckScript.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckScript</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckScroll.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckScroll.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckScroll</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckShape.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckShape.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckShape</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckTarget.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckTarget.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckTarget</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckTextDir.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckTextDir.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckTextDir</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckUrl.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckUrl.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckUrl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckValign.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckValign.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckValign</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.CheckVType.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal)">check(Lexer, Node, AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.CheckVType.html" title="class in org.w3c.tidy">AttrCheckImpl.CheckVType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheck.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check(Lexer, Node)</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/TagCheck.html" title="interface in org.w3c.tidy">TagCheck</a></dt>
<dd>
<div class="block">Checks attributes in given Node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckAnchor.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckAnchor.html" title="class in org.w3c.tidy">TagCheckImpl.CheckAnchor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckAREA.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckAREA.html" title="class in org.w3c.tidy">TagCheckImpl.CheckAREA</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckCaption.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckCaption.html" title="class in org.w3c.tidy">TagCheckImpl.CheckCaption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckForm.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckForm.html" title="class in org.w3c.tidy">TagCheckImpl.CheckForm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckHR.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckHR.html" title="class in org.w3c.tidy">TagCheckImpl.CheckHR</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckHTML.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckHTML.html" title="class in org.w3c.tidy">TagCheckImpl.CheckHTML</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckIMG.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckIMG.html" title="class in org.w3c.tidy">TagCheckImpl.CheckIMG</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckLINK.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckLINK.html" title="class in org.w3c.tidy">TagCheckImpl.CheckLINK</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckMap.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckMap.html" title="class in org.w3c.tidy">TagCheckImpl.CheckMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckMeta.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckMeta.html" title="class in org.w3c.tidy">TagCheckImpl.CheckMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckSCRIPT.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckSCRIPT.html" title="class in org.w3c.tidy">TagCheckImpl.CheckSCRIPT</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckSTYLE.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckSTYLE.html" title="class in org.w3c.tidy">TagCheckImpl.CheckSTYLE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckTABLE.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckTABLE.html" title="class in org.w3c.tidy">TagCheckImpl.CheckTABLE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckTableCell.html#check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">check(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckTableCell.html" title="class in org.w3c.tidy">TagCheckImpl.CheckTableCell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#checkAttribute(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">checkAttribute(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Check attribute name/value and report errors.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#checkAttributes(org.w3c.tidy.Lexer)">checkAttributes(Lexer)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Default method for checking an element's attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#checkDocTypeKeyWords(org.w3c.tidy.Node)">checkDocTypeKeyWords(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Check system keywords (keywords should be uppercase).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#checkNodeIntegrity()">checkNodeIntegrity()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Checks for node integrity.</div>
</dd>
<dt><a href="./org/w3c/tidy/Clean.html" title="class in org.w3c.tidy"><span class="strong">Clean</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Clean up misuse of presentation markup.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Clean.html#Clean(org.w3c.tidy.TagTable)">Clean(TagTable)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/Clean.html" title="class in org.w3c.tidy">Clean</a></dt>
<dd>
<div class="block">Instantiates a new Clean.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Clean.html#cleanTree(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">cleanTree(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Clean.html" title="class in org.w3c.tidy">Clean</a></dt>
<dd>
<div class="block">Clean an html tree.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Clean.html#cleanWord2000(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">cleanWord2000(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Clean.html" title="class in org.w3c.tidy">Clean</a></dt>
<dd>
<div class="block">This is a major clean up to strip out all the extra stuff you get when you save as web page from Word 2000.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#CLEAR">CLEAR</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "clear" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#clone()">clone()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#clone()">clone()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#cloneAttributes(org.w3c.tidy.AttVal)">cloneAttributes(AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Clones an attribute value and add eventual asp or php node to node list.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#cloneNode(boolean)">cloneNode(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#cloneNode(boolean)">cloneNode(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#cloneNode(org.w3c.tidy.Node)">cloneNode(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Clones a node and add it to node list.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#cloneNode(boolean)">cloneNode(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Clone this node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#closed">closed</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">true if closed by explicit end tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_BLOCK">CM_BLOCK</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: block.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_DEFLIST">CM_DEFLIST</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: definition list.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_EMPTY">CM_EMPTY</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: empty.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_FIELD">CM_FIELD</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: field.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_FRAMES">CM_FRAMES</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: frames.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_HEAD">CM_HEAD</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: head.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_HEADING">CM_HEADING</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: heading.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_HTML">CM_HTML</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: html.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_IMG">CM_IMG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: img.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_INLINE">CM_INLINE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: inline.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_LIST">CM_LIST</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: list.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_MIXED">CM_MIXED</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: mixed.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_NEW">CM_NEW</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: new.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_NO_INDENT">CM_NO_INDENT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: no indent.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_OBJECT">CM_OBJECT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: object.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_OBSOLETE">CM_OBSOLETE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: obsolete.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_OMITST">CM_OMITST</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: omitst.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_OPT">CM_OPT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: opt.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_PARAM">CM_PARAM</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: param.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_ROW">CM_ROW</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: row.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_ROWGRP">CM_ROWGRP</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: rowgroup.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_TABLE">CM_TABLE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: table.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#CM_UNKNOWN">CM_UNKNOWN</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Content model: unknown.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#COERCE_TO_ENDTAG">COERCE_TO_ENDTAG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">coerce to end tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#COERCE_TO_ENDTAG_WARN">COERCE_TO_ENDTAG_WARN</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">coerce to endtag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#coerceNode(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Dict)">coerceNode(Lexer, Node, Dict)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Coerce a node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#COLGROUP">COLGROUP</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for colgroup.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#COLOR">COLOR</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "color" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#COLS">COLS</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "cols" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#columns">columns</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">at start of current token.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#COMMENT_TAG">COMMENT_TAG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">node type: comment.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#compareDocumentPosition(org.w3c.dom.Node)">compareDocumentPosition(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyMessage.Level.html#compareTo(java.lang.Object)">compareTo(Object)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyMessage.Level.html" title="class in org.w3c.tidy">TidyMessage.Level</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/PPrint.html#condFlushLine(org.w3c.tidy.Out, int)">condFlushLine(Out, int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/PPrint.html" title="class in org.w3c.tidy">PPrint</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy"><span class="strong">Configuration</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Read configuration file and manage configuration properties.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#Configuration(org.w3c.tidy.Report)">Configuration(Report)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">Instantiates a new Configuration.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#configuration">configuration</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">configuration.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#content">content</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Contained node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#CONTENT_AFTER_BODY">CONTENT_AFTER_BODY</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">content after body.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#convertCharEncoding(int)">convertCharEncoding(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">Convert a char encoding from the deprecated tidy constant to a standard java encoding name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#COORDS">COORDS</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "coords" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/PPrint.html#countSlides(org.w3c.tidy.Node)">countSlides(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/PPrint.html" title="class in org.w3c.tidy">PPrint</a></dt>
<dd>
<div class="block">Split parse tree by h2 elements and output to separate files.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#createAttribute(java.lang.String)">createAttribute(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#createAttributeNS(java.lang.String, java.lang.String)">createAttributeNS(String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#createCDATASection(java.lang.String)">createCDATASection(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#createComment(java.lang.String)">createComment(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#createDocumentFragment()">createDocumentFragment()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#createElement(java.lang.String)">createElement(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#createElementNS(java.lang.String, java.lang.String)">createElementNS(String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#createEmptyDocument()">createEmptyDocument()</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">Creates an empty DOM Document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#createEntityReference(java.lang.String)">createEntityReference(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#createProcessingInstruction(java.lang.String, java.lang.String)">createProcessingInstruction(String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/PPrint.html#createSlides(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">createSlides(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/PPrint.html" title="class in org.w3c.tidy">PPrint</a></dt>
<dd>
<div class="block">Creates slides from h2.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#createTextNode(java.lang.String)">createTextNode(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#cssPrefix">cssPrefix</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">CSS class naming for -clean option.</div>
</dd>
</dl>
<a name="_D_">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#DATE">DATE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for attributes containing dates.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#declareLiteralAttrib(java.lang.String)">declareLiteralAttrib(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">Declare a new literal attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/PPrint.html#Decode_to_int(byte[], int)">Decode_to_int(byte[], int)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/PPrint.html" title="class in org.w3c.tidy">PPrint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#decodeMacRoman(int)">decodeMacRoman(int)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">Function to convert from MacRoman to Unicode.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#decodeWin1252(int)">decodeWin1252(int)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">Function for conversion from Windows-1252 to Unicode.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#deferDup()">deferDup()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Defer duplicates when entering a table or other element where the inlines shouldn't be duplicated.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#definedTags">definedTags</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">track what types of tags user has defined to eliminate unnecessary searches.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#defineTag(short, java.lang.String)">defineTag(short, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">Defines a new tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#DEFLIST">DEFLIST</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for definition lists.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMCharacterDataImpl.html#deleteData(int, int)">deleteData(int, int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMCharacterDataImpl.html" title="class in org.w3c.tidy">DOMCharacterDataImpl</a></dt>
<dd>
<div class="block">Not supported.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#delim">delim</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Delimiter (" or ').</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#dict">dict</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Attribute definition.</div>
</dd>
<dt><a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy"><span class="strong">Dict</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Tag dictionary node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#Dict(java.lang.String, short, int, org.w3c.tidy.Parser, org.w3c.tidy.TagCheck)">Dict(String, short, int, Parser, TagCheck)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Instantiates a new Tag definition.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#discardDocType()">discardDocType()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Discard the doctype node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#DISCARDED_CHAR">DISCARDED_CHAR</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">char has been discarder.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#discardElement(org.w3c.tidy.Node)">discardElement(Node)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Remove node from markup tree and discard it.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#DISCARDING_UNEXPECTED">DISCARDING_UNEXPECTED</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">discarding unexpected element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#doctype">doctype</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">version as given by doctype (if any).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#DOCTYPE_AFTER_TAGS">DOCTYPE_AFTER_TAGS</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">doctype after tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#DOCTYPE_AUTO">DOCTYPE_AUTO</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">treatment of doctype: auto.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#DOCTYPE_GIVEN_SUMMARY">DOCTYPE_GIVEN_SUMMARY</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Constant used for reporting of given doctype.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#DOCTYPE_LOOSE">DOCTYPE_LOOSE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">treatment of doctype: loose.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#DOCTYPE_OMIT">DOCTYPE_OMIT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">treatment of doctype: omit.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#DOCTYPE_STRICT">DOCTYPE_STRICT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">treatment of doctype: strict.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#DOCTYPE_TAG">DOCTYPE_TAG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">node type: doctype.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#DOCTYPE_USER">DOCTYPE_USER</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">treatment of doctype: user.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#docTypeMode">docTypeMode</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">see doctype property.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#docTypeStr">docTypeStr</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">user specified doctype.</div>
</dd>
<dt><a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy"><span class="strong">DOMAttrImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Tidy implementation of org.w3c.dom.DOMAttrImpl.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#DOMAttrImpl(org.w3c.tidy.AttVal)">DOMAttrImpl(AttVal)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>
<div class="block">instantiates a new DOMAttrImpl which wraps the given AttVal.</div>
</dd>
<dt><a href="./org/w3c/tidy/DOMAttrMapImpl.html" title="class in org.w3c.tidy"><span class="strong">DOMAttrMapImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Tidy implementation of org.w3c.dom.NamedNodeMap.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrMapImpl.html#DOMAttrMapImpl(org.w3c.tidy.AttVal)">DOMAttrMapImpl(AttVal)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrMapImpl.html" title="class in org.w3c.tidy">DOMAttrMapImpl</a></dt>
<dd>
<div class="block">instantiates a new DOMAttrMapImpl for the given AttVal.</div>
</dd>
<dt><a href="./org/w3c/tidy/DOMCDATASectionImpl.html" title="class in org.w3c.tidy"><span class="strong">DOMCDATASectionImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Tidy implementation of org.w3c.dom.CDATASection.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMCDATASectionImpl.html#DOMCDATASectionImpl(org.w3c.tidy.Node)">DOMCDATASectionImpl(Node)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/DOMCDATASectionImpl.html" title="class in org.w3c.tidy">DOMCDATASectionImpl</a></dt>
<dd>
<div class="block">Instantiates a new DOMCDATASectionImpl which wraps the given Node.</div>
</dd>
<dt><a href="./org/w3c/tidy/DOMCharacterDataImpl.html" title="class in org.w3c.tidy"><span class="strong">DOMCharacterDataImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Tidy implementation of org.w3c.dom.CharacterData.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMCharacterDataImpl.html#DOMCharacterDataImpl(org.w3c.tidy.Node)">DOMCharacterDataImpl(Node)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/DOMCharacterDataImpl.html" title="class in org.w3c.tidy">DOMCharacterDataImpl</a></dt>
<dd>
<div class="block">Instantiates a new DOMCharacterDataImpl which wraps the given Node.</div>
</dd>
<dt><a href="./org/w3c/tidy/DOMCommentImpl.html" title="class in org.w3c.tidy"><span class="strong">DOMCommentImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Tidy implementation of org.w3c.dom.Comment.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMCommentImpl.html#DOMCommentImpl(org.w3c.tidy.Node)">DOMCommentImpl(Node)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/DOMCommentImpl.html" title="class in org.w3c.tidy">DOMCommentImpl</a></dt>
<dd>
<div class="block">Instantiates a new DOMCommentImpl which wraps the given Node.</div>
</dd>
<dt><a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy"><span class="strong">DOMDocumentImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">DOMDocumentImpl.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#DOMDocumentImpl(org.w3c.tidy.Node)">DOMDocumentImpl(Node)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>
<div class="block">Instantiates a new Dom document with a default tag table.</div>
</dd>
<dt><a href="./org/w3c/tidy/DOMDocumentTypeImpl.html" title="class in org.w3c.tidy"><span class="strong">DOMDocumentTypeImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">DOMDocumentTypeImpl.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentTypeImpl.html#DOMDocumentTypeImpl(org.w3c.tidy.Node)">DOMDocumentTypeImpl(Node)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentTypeImpl.html" title="class in org.w3c.tidy">DOMDocumentTypeImpl</a></dt>
<dd>
<div class="block">Instantiates a new DOM document type.</div>
</dd>
<dt><a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy"><span class="strong">DOMElementImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">DOMElementImpl.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#DOMElementImpl(org.w3c.tidy.Node)">DOMElementImpl(Node)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>
<div class="block">Instantiates a new DOM element.</div>
</dd>
<dt><a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy"><span class="strong">DOMNodeImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">DOMNodeImpl.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#DOMNodeImpl(org.w3c.tidy.Node)">DOMNodeImpl(Node)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>
<div class="block">Intantiates a new DOM node.</div>
</dd>
<dt><a href="./org/w3c/tidy/DOMNodeListByTagNameImpl.html" title="class in org.w3c.tidy"><span class="strong">DOMNodeListByTagNameImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">DOMNodeListByTagNameImpl.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeListByTagNameImpl.html#DOMNodeListByTagNameImpl(org.w3c.tidy.Node, java.lang.String)">DOMNodeListByTagNameImpl(Node, String)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeListByTagNameImpl.html" title="class in org.w3c.tidy">DOMNodeListByTagNameImpl</a></dt>
<dd>
<div class="block">Instantiates a new DOMNodeListByTagName.</div>
</dd>
<dt><a href="./org/w3c/tidy/DOMNodeListImpl.html" title="class in org.w3c.tidy"><span class="strong">DOMNodeListImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">DOMNodeListImpl.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeListImpl.html#DOMNodeListImpl(org.w3c.tidy.Node)">DOMNodeListImpl(Node)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeListImpl.html" title="class in org.w3c.tidy">DOMNodeListImpl</a></dt>
<dd>
<div class="block">Instantiates a new DOM node list.</div>
</dd>
<dt><a href="./org/w3c/tidy/DOMProcessingInstructionImpl.html" title="class in org.w3c.tidy"><span class="strong">DOMProcessingInstructionImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">DOMProcessingInstructionImpl.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMProcessingInstructionImpl.html#DOMProcessingInstructionImpl(org.w3c.tidy.Node)">DOMProcessingInstructionImpl(Node)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/DOMProcessingInstructionImpl.html" title="class in org.w3c.tidy">DOMProcessingInstructionImpl</a></dt>
<dd>
<div class="block">Instantiates a new DOM processing instruction.</div>
</dd>
<dt><a href="./org/w3c/tidy/DOMTextImpl.html" title="class in org.w3c.tidy"><span class="strong">DOMTextImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">DOMTextImpl.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMTextImpl.html#DOMTextImpl(org.w3c.tidy.Node)">DOMTextImpl(Node)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/DOMTextImpl.html" title="class in org.w3c.tidy">DOMTextImpl</a></dt>
<dd>
<div class="block">Instantiates a new DOM text node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#dropEmptyElements(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">dropEmptyElements(Lexer, Node)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#dropEmptyParas">dropEmptyParas</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">discard empty p elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#dropFontTags">dropFontTags</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">discard presentation tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#dropProprietaryAttributes">dropProprietaryAttributes</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">discard proprietary attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Clean.html#dropSections(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">dropSections(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Clean.html" title="class in org.w3c.tidy">Clean</a></dt>
<dd>
<div class="block">Drop if/endif sections inserted by word2000.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#DTYPE_NOT_UPPER_CASE">DTYPE_NOT_UPPER_CASE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">doctype not upper case.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#DUPLICATE_FRAMESET">DUPLICATE_FRAMESET</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">duplicate frameset.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#duplicateAttrs">duplicateAttrs</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">Keep first or last duplicate attribute.</div>
</dd>
</dl>
<a name="_E_">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/IStack.html#element">element</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/IStack.html" title="class in org.w3c.tidy">IStack</a></dt>
<dd>
<div class="block">name (null for text nodes).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#element">element</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Tag name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#ELEMENT_NOT_EMPTY">ELEMENT_NOT_EMPTY</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">element not empty.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#emacs">emacs</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">if true format error output for GNU Emacs.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Clean.html#emFromI(org.w3c.tidy.Node)">emFromI(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Clean.html" title="class in org.w3c.tidy">Clean</a></dt>
<dd>
<div class="block">Replace i by em and b by strong.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#EMPTY">EMPTY</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for empty elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#encloseBlockText">encloseBlockText</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">if yes text in blocks is wrapped in p's.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#encloseBodyText">encloseBodyText</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">if yes text at body is wrapped in p's.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#ENCODING_IO_CONFLICT">ENCODING_IO_CONFLICT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">encoding IO conflict.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#ENCODING_MISMATCH">ENCODING_MISMATCH</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">character encoding: encoding mismatch.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#encodingError(org.w3c.tidy.Lexer, int, int)">encodingError(Lexer, int, int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Prints encoding error messages.</div>
</dd>
<dt><a href="./org/w3c/tidy/EncodingNameMapper.html" title="class in org.w3c.tidy"><span class="strong">EncodingNameMapper</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Maps between Java and IANA character encoding names.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingNameMapper.html#EncodingNameMapper()">EncodingNameMapper()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingNameMapper.html" title="class in org.w3c.tidy">EncodingNameMapper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy"><span class="strong">EncodingUtils</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#end">end</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">end of span onto text array.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamIn.html#END_OF_STREAM">END_OF_STREAM</a></span> - Static variable in interface org.w3c.tidy.<a href="./org/w3c/tidy/StreamIn.html" title="interface in org.w3c.tidy">StreamIn</a></dt>
<dd>
<div class="block">end of stream char.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#END_TAG">END_TAG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">End tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#endOfInput()">endOfInput()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Has end of input stream been reached?</div>
</dd>
<dt><a href="./org/w3c/tidy/Entity.html" title="class in org.w3c.tidy"><span class="strong">Entity</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">HTML ISO entity.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Entity.html#Entity(java.lang.String, int)">Entity(String, int)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/Entity.html" title="class in org.w3c.tidy">Entity</a></dt>
<dd>
<div class="block">instantiates a new entity.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#ENTITY_IN_ID">ENTITY_IN_ID</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: entity in id.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EntityTable.html#entityCode(java.lang.String)">entityCode(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/EntityTable.html" title="class in org.w3c.tidy">EntityTable</a></dt>
<dd>
<div class="block">Returns the entity code for the given entity name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#entityError(org.w3c.tidy.Lexer, short, java.lang.String, int)">entityError(Lexer, short, String, int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Prints entity error messages.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EntityTable.html#entityName(short)">entityName(short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/EntityTable.html" title="class in org.w3c.tidy">EntityTable</a></dt>
<dd>
<div class="block">Returns the entity name for the given entity code.</div>
</dd>
<dt><a href="./org/w3c/tidy/EntityTable.html" title="class in org.w3c.tidy"><span class="strong">EntityTable</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Entity hash table.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyMessage.Level.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyMessage.Level.html" title="class in org.w3c.tidy">TidyMessage.Level</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#errfile">errfile</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">file name to write errors to.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#error(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node, short)">error(Lexer, Node, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Prints errors.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyMessage.Level.html#ERROR">ERROR</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyMessage.Level.html" title="class in org.w3c.tidy">TidyMessage.Level</a></dt>
<dd>
<div class="block">level = error (3).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#errors">errors</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">count of errors.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#errorSummary(org.w3c.tidy.Lexer)">errorSummary(Lexer)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Prints error summary.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#errout">errout</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">error output stream.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#escapeCdata">escapeCdata</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">replace CDATA sections with escaped text.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#ESCAPED_ILLEGAL_URI">ESCAPED_ILLEGAL_URI</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: escaped illegal URI.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#escapeTag(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">escapeTag(Lexer, Node)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Escapes the given tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#excludeBlocks">excludeBlocks</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Netscape compatibility.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#exiled">exiled</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">true if moved out of table.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#expectsContent()">expectsContent()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Does the node expect contents?</div>
</dd>
</dl>
<a name="_F_">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#FBORDER">FBORDER</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "frameborder" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#findAttribute(org.w3c.tidy.AttVal)">findAttribute(AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">public method for finding attribute definition by name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyUtils.html#findBadSubString(java.lang.String, java.lang.String, int)">findBadSubString(String, String, int)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyUtils.html" title="class in org.w3c.tidy">TidyUtils</a></dt>
<dd>
<div class="block">Return true if substring s is in p and isn't all in upper case.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#findBody(org.w3c.tidy.TagTable)">findBody(TagTable)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Find the body node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#findDocType()">findDocType()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Find the doctype element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#findGivenVersion(org.w3c.tidy.Node)">findGivenVersion(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Examine DOCTYPE to identify version.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#findHEAD(org.w3c.tidy.TagTable)">findHEAD(TagTable)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Find the head tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#findHTML(org.w3c.tidy.TagTable)">findHTML(TagTable)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Find the "html" element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#findLastLI(org.w3c.tidy.Node)">findLastLI(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#findParser(org.w3c.tidy.Node)">findParser(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">Finds a parser fo the given node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#findTag(org.w3c.tidy.Node)">findTag(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">Finds a tag by name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#findTITLE(org.w3c.tidy.TagTable)">findTITLE(TagTable)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#fixBackslash">fixBackslash</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">fix URLs by replacing \ with /.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#fixComments">fixComments</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">fix comments with adjacent hyphens.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#fixDocType(org.w3c.tidy.Node)">fixDocType(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Fixup doctype if missing.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#FIXED_BACKSLASH">FIXED_BACKSLASH</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: fixed backslash.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#fixEmptyRow(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">fixEmptyRow(Lexer, Node)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">If a table row is empty then insert an empty cell.This practice is consistent with browser behavior and avoids
potential problems with row spanning cells.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#fixHTMLNameSpace(org.w3c.tidy.Node, java.lang.String)">fixHTMLNameSpace(Node, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Fix xhtml namespace.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#fixId(org.w3c.tidy.Node)">fixId(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">duplicate name attribute as an id and check if id and name match.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Clean.html#fixNodeLinks(org.w3c.tidy.Node)">fixNodeLinks(Node)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Clean.html" title="class in org.w3c.tidy">Clean</a></dt>
<dd>
<div class="block">Ensure bidirectional links are consistent.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#fixUri">fixUri</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">properly escape URLs.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#fixXmlDecl(org.w3c.tidy.Node)">fixXmlDecl(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Ensure XML document starts with <code>&lt;?XML version="1.0"?&gt;</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Out.html#flush()">flush()</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/Out.html" title="interface in org.w3c.tidy">Out</a></dt>
<dd>
<div class="block">Flush the stream.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/OutJavaImpl.html#flush()">flush()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/OutJavaImpl.html" title="class in org.w3c.tidy">OutJavaImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/PPrint.html#flushLine(org.w3c.tidy.Out, int)">flushLine(Out, int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/PPrint.html" title="class in org.w3c.tidy">PPrint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyUtils.html#foldCase(char, boolean, boolean)">foldCase(char, boolean, boolean)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyUtils.html" title="class in org.w3c.tidy">TidyUtils</a></dt>
<dd>
<div class="block">Fold case of a char.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#forceOutput">forceOutput</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">output document even if errors were found.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.html#FORM">FORM</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.html" title="class in org.w3c.tidy">TagCheckImpl</a></dt>
<dd>
<div class="block">CheckForm instance.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#FOUND_UTF16">FOUND_UTF16</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">character encoding error: found utf16.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#FRAMESET">FRAMESET</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for frameset.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#freeAttrs(org.w3c.tidy.Node)">freeAttrs(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">Free node's attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyMessage.Level.html#fromCode(int)">fromCode(int)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyMessage.Level.html" title="class in org.w3c.tidy">TidyMessage.Level</a></dt>
<dd>
<div class="block">Returns the Level instance corresponding to the given int value.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#FSM_ASCII">FSM_ASCII</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">states for ISO 2022 A document in ISO-2022 based encoding uses some ESC sequences called "designator" to switch
character sets.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#FSM_ESC">FSM_ESC</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">state ESC.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#FSM_ESCD">FSM_ESCD</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">state ESCD.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#FSM_ESCDP">FSM_ESCDP</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">state ESCDP.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#FSM_ESCP">FSM_ESCP</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">state ESCP.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#FSM_NONASCII">FSM_NONASCII</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">state NONASCII.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#FSUBMIT">FSUBMIT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "submit" attribute.</div>
</dd>
</dl>
<a name="_G_">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#generalInfo(java.io.PrintWriter)">generalInfo(PrintWriter)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Prints tidy general info.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/PPrint.html#get_utf8_jtidy(byte[], int, int[])">get_utf8_jtidy(byte[], int, int[])</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/PPrint.html" title="class in org.w3c.tidy">PPrint</a></dt>
<dd>
<div class="block">return one less than the number of bytes used by the UTF-8 byte sequence.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/PPrint.html#get_utf8_xowa(int[], int, byte[], int)">get_utf8_xowa(int[], int, byte[], int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/PPrint.html" title="class in org.w3c.tidy">PPrint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#getAdapter()">getAdapter()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Return the org.w3c.dom.Attr adapter.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#getAdapter()">getAdapter()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Returns a DOM Node which wrap the current tidy Node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getAltText()">getAltText()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>alt-text</code>- default text for alt attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getAsciiChars()">getAsciiChars()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>ascii-chars</code>- convert quotes and dashes to nearest ASCII char.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#getAsp()">getAsp()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Getter for <code>asp</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#getAttrByName(java.lang.String)">getAttrByName(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Returns an attribute with the given name in the current node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Attribute.html#getAttrchk()">getAttrchk()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Attribute.html" title="class in org.w3c.tidy">Attribute</a></dt>
<dd>
<div class="block">Returns the checker for this attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#getAttribute()">getAttribute()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Getter for <code>attribute</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#getAttribute(java.lang.String)">getAttribute(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#getAttributeNode(java.lang.String)">getAttributeNode(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#getAttributeNodeNS(java.lang.String, java.lang.String)">getAttributeNodeNS(String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#getAttributeNS(java.lang.String, java.lang.String)">getAttributeNS(String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#getAttributes()">getAttributes()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#getAttributes()">getAttributes()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#getBaseURI()">getBaseURI()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getBreakBeforeBR()">getBreakBeforeBR()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">break-before-br - output newline before &lt;br&gt;.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getBurstSlides()">getBurstSlides()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>split</code>- create slides on each h2 element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyUtils.html#getBytes(java.lang.String)">getBytes(String)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyUtils.html" title="class in org.w3c.tidy">TidyUtils</a></dt>
<dd>
<div class="block">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.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#getCDATA(org.w3c.tidy.Node)">getCDATA(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Create a text node for the contents of a CDATA element like style or script which ends with &lt;/foo> for some
foo.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#getChildNodes()">getChildNodes()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#getChildNodes()">getChildNodes()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#getChkattrs()">getChkattrs()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Getter for <code>chkattrs</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Entity.html#getCode()">getCode()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Entity.html" title="class in org.w3c.tidy">Entity</a></dt>
<dd>
<div class="block">Getter for <code>code</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyMessage.Level.html#getCode()">getCode()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyMessage.Level.html" title="class in org.w3c.tidy">TidyMessage.Level</a></dt>
<dd>
<div class="block">Returns the int value for this level.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyMessage.html#getColumn()">getColumn()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyMessage.html" title="class in org.w3c.tidy">TidyMessage</a></dt>
<dd>
<div class="block">Getter for <code>column</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getConfiguration()">getConfiguration()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">Returns the actual configuration</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamIn.html#getCurcol()">getCurcol()</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/StreamIn.html" title="interface in org.w3c.tidy">StreamIn</a></dt>
<dd>
<div class="block">Getter for <code>curcol</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamInJavaImpl.html#getCurcol()">getCurcol()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/StreamInJavaImpl.html" title="class in org.w3c.tidy">StreamInJavaImpl</a></dt>
<dd>
<div class="block">Getter for <code>curcol</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamIn.html#getCurline()">getCurline()</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/StreamIn.html" title="interface in org.w3c.tidy">StreamIn</a></dt>
<dd>
<div class="block">Getter for <code>curline</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamInJavaImpl.html#getCurline()">getCurline()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/StreamInJavaImpl.html" title="class in org.w3c.tidy">StreamInJavaImpl</a></dt>
<dd>
<div class="block">Getter for <code>curline</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMCharacterDataImpl.html#getData()">getData()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMCharacterDataImpl.html" title="class in org.w3c.tidy">DOMCharacterDataImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMProcessingInstructionImpl.html#getData()">getData()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMProcessingInstructionImpl.html" title="class in org.w3c.tidy">DOMProcessingInstructionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#getDefaultAttributeTable()">getDefaultAttributeTable()</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">Returns the default attribute table instance.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EntityTable.html#getDefaultEntityTable()">getDefaultEntityTable()</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/EntityTable.html" title="class in org.w3c.tidy">EntityTable</a></dt>
<dd>
<div class="block">Returns the default entity table instance.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#getDelim()">getDelim()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Getter for <code>delim</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#getDict()">getDict()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Getter for <code>dict</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#getDoctype()">getDoctype()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getDocType()">getDocType()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>doctype</code>- user specified doctype.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#getDocumentElement()">getDocumentElement()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#getDocumentURI()">getDocumentURI()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#getDomConfig()">getDomConfig()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getDropEmptyParas()">getDropEmptyParas()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>drop-empty-paras</code>- discard empty p elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getDropFontTags()">getDropFontTags()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>drop-font-tags</code>- discard presentation tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getDropProprietaryAttributes()">getDropProprietaryAttributes()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>drop-proprietary-attributes</code>- discard proprietary attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#getElementById(java.lang.String)">getElementById(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#getElementsByTagName(java.lang.String)">getElementsByTagName(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#getElementsByTagName(java.lang.String)">getElementsByTagName(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#getElementsByTagNameNS(java.lang.String, java.lang.String)">getElementsByTagNameNS(String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#getElementsByTagNameNS(java.lang.String, java.lang.String)">getElementsByTagNameNS(String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getEmacs()">getEmacs()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>gnu-emacs</code>- if true format error output for GNU Emacs.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getEncloseBlockText()">getEncloseBlockText()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>enclose-block-text</code>- if true text in blocks is wrapped in &lt;p&gt;'s.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getEncloseText()">getEncloseText()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>enclose-text</code>- if true text at body is wrapped in &lt;p&gt;'s.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentTypeImpl.html#getEntities()">getEntities()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentTypeImpl.html" title="class in org.w3c.tidy">DOMDocumentTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getErrfile()">getErrfile()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">Errfile - file name to write errors to.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyMessage.html#getErrorCode()">getErrorCode()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyMessage.html" title="class in org.w3c.tidy">TidyMessage</a></dt>
<dd>
<div class="block">Getter for <code>errorCode</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getErrout()">getErrout()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">Errout - the error output stream.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getEscapeCdata()">getEscapeCdata()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>escape-cdata</code> -replace CDATA sections with escaped text.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#getFeature(java.lang.String, java.lang.String)">getFeature(String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#getFirstChild()">getFirstChild()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#getFirstChild()">getFirstChild()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getFixBackslash()">getFixBackslash()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>fix-backslash</code>- fix URLs by replacing \ with /.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getFixComments()">getFixComments()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>fix-bad-comments</code>- fix comments with adjacent hyphens.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getFixUri()">getFixUri()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>fix-uri</code>- output BODY content only.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getForceOutput()">getForceOutput()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>force-output</code>- output document even if errors were found.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParseProperty.html#getFriendlyName(java.lang.String, java.lang.Object, org.w3c.tidy.Configuration)">getFriendlyName(String, Object, Configuration)</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/ParseProperty.html" title="interface in org.w3c.tidy">ParseProperty</a></dt>
<dd>
<div class="block">Returns the "friendly name" for the passed value.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getHideComments()">getHideComments()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>hide-comments</code>- hides all (real) comments in output.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getHideEndTags()">getHideEndTags()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">hide-endtags - suppress optional end tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyBeanInfo.html#getIcon(int)">getIcon(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyBeanInfo.html" title="class in org.w3c.tidy">TidyBeanInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#getImplementation()">getImplementation()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#getInCharEncodingName()">getInCharEncodingName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">Getter for <code>inCharEncodingName</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getIndentAttributes()">getIndentAttributes()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>indent-attributes</code>- newline+indent before each attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getIndentCdata()">getIndentCdata()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>indent-cdata</code>- indent CDATA sections.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getIndentContent()">getIndentContent()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">indent - indent content of appropriate tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#getInputEncoding()">getInputEncoding()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getInputEncoding()">getInputEncoding()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>input-encoding</code> the character encoding used for input.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getInputStreamName()">getInputStreamName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentTypeImpl.html#getInternalSubset()">getInternalSubset()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentTypeImpl.html" title="class in org.w3c.tidy">DOMDocumentTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getJoinClasses()">getJoinClasses()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>join-classes</code>- join multiple class attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getJoinStyles()">getJoinStyles()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>join-styles</code>- join multiple style attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getKeepFileTimes()">getKeepFileTimes()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>keep-time</code>- if true last modified time is preserved.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#getLastChild()">getLastChild()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#getLastChild()">getLastChild()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrMapImpl.html#getLength()">getLength()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrMapImpl.html" title="class in org.w3c.tidy">DOMAttrMapImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMCharacterDataImpl.html#getLength()">getLength()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMCharacterDataImpl.html" title="class in org.w3c.tidy">DOMCharacterDataImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeListByTagNameImpl.html#getLength()">getLength()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeListByTagNameImpl.html" title="class in org.w3c.tidy">DOMNodeListByTagNameImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeListImpl.html#getLength()">getLength()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeListImpl.html" title="class in org.w3c.tidy">DOMNodeListImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyMessage.html#getLevel()">getLevel()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyMessage.html" title="class in org.w3c.tidy">TidyMessage</a></dt>
<dd>
<div class="block">Getter for <code>level</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyMessage.html#getLine()">getLine()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyMessage.html" title="class in org.w3c.tidy">TidyMessage</a></dt>
<dd>
<div class="block">Getter for <code>line</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getLiteralAttribs()">getLiteralAttribs()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>literal-attributes</code>- if true attributes may use newlines.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#getLocalName()">getLocalName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getLogicalEmphasis()">getLogicalEmphasis()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>logical-emphasis</code>- replace i by em and b by strong.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getLowerLiterals()">getLowerLiterals()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>lower-literals</code>- folds known attribute values to lower case.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getMakeBare()">getMakeBare()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">make-clean - remove Microsoft cruft.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getMakeClean()">getMakeClean()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">make-clean - remove presentational clutter.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#getMessage(int, org.w3c.tidy.Lexer, java.lang.String, java.lang.Object[], org.w3c.tidy.TidyMessage.Level)">getMessage(int, Lexer, String, Object[], TidyMessage.Level)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Generates a complete message for the warning/error.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyMessage.html#getMessage()">getMessage()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyMessage.html" title="class in org.w3c.tidy">TidyMessage</a></dt>
<dd>
<div class="block">Getter for <code>message</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#getModel()">getModel()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Getter for <code>model</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Attribute.html#getName()">getName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Attribute.html" title="class in org.w3c.tidy">Attribute</a></dt>
<dd>
<div class="block">Returns the attribute name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#getName()">getName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Getter for <code>name</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#getName()">getName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentTypeImpl.html#getName()">getName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentTypeImpl.html" title="class in org.w3c.tidy">DOMDocumentTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Entity.html#getName()">getName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Entity.html" title="class in org.w3c.tidy">Entity</a></dt>
<dd>
<div class="block">Getter for <code>name</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrMapImpl.html#getNamedItem(java.lang.String)">getNamedItem(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrMapImpl.html" title="class in org.w3c.tidy">DOMAttrMapImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrMapImpl.html#getNamedItemNS(java.lang.String, java.lang.String)">getNamedItemNS(String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrMapImpl.html" title="class in org.w3c.tidy">DOMAttrMapImpl</a></dt>
<dd>
<div class="block">Not supported, returns <code>DOMException.NOT_SUPPORTED_ERR</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#getNamespaceURI()">getNamespaceURI()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#getNext()">getNext()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Getter for <code>next</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#getNextSibling()">getNextSibling()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#getNextSibling()">getNextSibling()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#getNodeName()">getNodeName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMCDATASectionImpl.html#getNodeName()">getNodeName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMCDATASectionImpl.html" title="class in org.w3c.tidy">DOMCDATASectionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMCommentImpl.html#getNodeName()">getNodeName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMCommentImpl.html" title="class in org.w3c.tidy">DOMCommentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#getNodeName()">getNodeName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentTypeImpl.html#getNodeName()">getNodeName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentTypeImpl.html" title="class in org.w3c.tidy">DOMDocumentTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#getNodeName()">getNodeName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMTextImpl.html#getNodeName()">getNodeName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMTextImpl.html" title="class in org.w3c.tidy">DOMTextImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#getNodeType()">getNodeType()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMCDATASectionImpl.html#getNodeType()">getNodeType()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMCDATASectionImpl.html" title="class in org.w3c.tidy">DOMCDATASectionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMCommentImpl.html#getNodeType()">getNodeType()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMCommentImpl.html" title="class in org.w3c.tidy">DOMCommentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#getNodeType()">getNodeType()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentTypeImpl.html#getNodeType()">getNodeType()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentTypeImpl.html" title="class in org.w3c.tidy">DOMDocumentTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#getNodeType()">getNodeType()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#getNodeType()">getNodeType()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMProcessingInstructionImpl.html#getNodeType()">getNodeType()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMProcessingInstructionImpl.html" title="class in org.w3c.tidy">DOMProcessingInstructionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMTextImpl.html#getNodeType()">getNodeType()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMTextImpl.html" title="class in org.w3c.tidy">DOMTextImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#getNodeValue()">getNodeValue()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#getNodeValue()">getNodeValue()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentTypeImpl.html#getNotations()">getNotations()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentTypeImpl.html" title="class in org.w3c.tidy">DOMDocumentTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getNumEntities()">getNumEntities()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>numeric-entities</code>- output entities other than the built-in HTML entities in the numeric rather
than the named entity form.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getOnlyErrors()">getOnlyErrors()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">only-errors - if true normal output is suppressed.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParseProperty.html#getOptionValues()">getOptionValues()</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/ParseProperty.html" title="interface in org.w3c.tidy">ParseProperty</a></dt>
<dd>
<div class="block">Returns the valid values.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/OutFactory.html#getOut(org.w3c.tidy.Configuration, java.io.OutputStream)">getOut(Configuration, OutputStream)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/OutFactory.html" title="class in org.w3c.tidy">OutFactory</a></dt>
<dd>
<div class="block">Returns the appropriate Out implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/OutFactory.html#getOut(org.w3c.tidy.Configuration, java.io.Writer)">getOut(Configuration, Writer)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/OutFactory.html" title="class in org.w3c.tidy">OutFactory</a></dt>
<dd>
<div class="block">Returns the appropriate Out implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#getOutCharEncodingName()">getOutCharEncodingName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">Getter for <code>outCharEncodingName</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getOutputEncoding()">getOutputEncoding()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>output-encoding</code> the character encoding used for output.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#getOwnerDocument()">getOwnerDocument()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#getOwnerDocument()">getOwnerDocument()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#getOwnerElement()">getOwnerElement()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#getParentNode()">getParentNode()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#getParentNode()">getParentNode()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getParseErrors()">getParseErrors()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">ParseErrors - the number of errors that occurred in the most recent parse operation.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#getParser()">getParser()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Getter for <code>parser</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getParseWarnings()">getParseWarnings()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">ParseWarnings - the number of warnings that occurred in the most recent parse operation.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#getPhp()">getPhp()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Getter for <code>php</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#getPrefix()">getPrefix()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#getPreviousSibling()">getPreviousSibling()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#getPreviousSibling()">getPreviousSibling()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getPrintBodyOnly()">getPrintBodyOnly()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>print-body-only</code>- output BODY content only.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentTypeImpl.html#getPublicId()">getPublicId()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentTypeImpl.html" title="class in org.w3c.tidy">DOMDocumentTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getQuiet()">getQuiet()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">quiet - no 'Parsing X', guessed DTD or summary.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getQuoteAmpersand()">getQuoteAmpersand()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>quote-ampersand</code>- output naked ampersand as &amp;.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getQuoteMarks()">getQuoteMarks()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>quote-marks</code>- output " marks as &amp;quot;.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getQuoteNbsp()">getQuoteNbsp()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>quote-nbsp</code>- output non-breaking space as entity.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getRawOut()">getRawOut()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>output-raw</code>- avoid mapping values > 127 to entities.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getRepeatedAttributes()">getRepeatedAttributes()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>repeated-attributes</code>- keep first or last duplicate attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getReplaceColor()">getReplaceColor()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>replace-color</code>- replace hex color attribute values with names.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#getSchemaTypeInfo()">getSchemaTypeInfo()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#getSchemaTypeInfo()">getSchemaTypeInfo()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getShowErrors()">getShowErrors()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>show-errors</code>- number of errors to put out.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getShowWarnings()">getShowWarnings()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">show-warnings - show warnings? (errors are always shown).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getSmartIndent()">getSmartIndent()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">SmartIndent - does text/block level content effect indentation.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getSpaces()">getSpaces()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>indent-spaces</code>- default indentation.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#getSpecified()">getSpecified()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getStderr()">getStderr()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamInFactory.html#getStreamIn(org.w3c.tidy.Configuration, java.io.InputStream)">getStreamIn(Configuration, InputStream)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/StreamInFactory.html" title="class in org.w3c.tidy">StreamInFactory</a></dt>
<dd>
<div class="block">Returns the appropriate StreamIn implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamInFactory.html#getStreamIn(org.w3c.tidy.Configuration, java.io.Reader)">getStreamIn(Configuration, Reader)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/StreamInFactory.html" title="class in org.w3c.tidy">StreamInFactory</a></dt>
<dd>
<div class="block">Returns the appropriate StreamIn implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#getStrictErrorChecking()">getStrictErrorChecking()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyUtils.html#getString(byte[], int, int)">getString(byte[], int, int)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyUtils.html" title="class in org.w3c.tidy">TidyUtils</a></dt>
<dd>
<div class="block">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.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentTypeImpl.html#getSystemId()">getSystemId()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentTypeImpl.html" title="class in org.w3c.tidy">DOMDocumentTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getTabsize()">getTabsize()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>tab-size</code>- tab size in chars.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#getTagName()">getTagName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMProcessingInstructionImpl.html#getTarget()">getTarget()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMProcessingInstructionImpl.html" title="class in org.w3c.tidy">DOMProcessingInstructionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#getTextContent()">getTextContent()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getTidyMark()">getTidyMark()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>tidy-mark</code>- add meta element indicating tidied doc.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#getToken(short)">getToken(short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Gets a token.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getTrimEmptyElements()">getTrimEmptyElements()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>trim-empty-elements</code>- trim empty elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParseProperty.html#getType()">getType()</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/ParseProperty.html" title="interface in org.w3c.tidy">ParseProperty</a></dt>
<dd>
<div class="block">Returns the option type.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getUpperCaseAttrs()">getUpperCaseAttrs()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">uppercase-attributes - output attributes in upper case.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getUpperCaseTags()">getUpperCaseTags()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">uppercase-tags - output tags in upper case.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#getUserData(java.lang.String)">getUserData(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#getValue()">getValue()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Getter for <code>value</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#getValue()">getValue()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Attribute.html#getVersions()">getVersions()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Attribute.html" title="class in org.w3c.tidy">Attribute</a></dt>
<dd>
<div class="block">Returns the html versions in which this attribute is supported.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#getVersions()">getVersions()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Getter for <code>versions</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMTextImpl.html#getWholeText()">getWholeText()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMTextImpl.html" title="class in org.w3c.tidy">DOMTextImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getWord2000()">getWord2000()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>word-2000</code>- draconian cleaning for Word2000.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getWrapAsp()">getWrapAsp()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>wrap-asp</code>- wrap within ASP pseudo elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getWrapAttVals()">getWrapAttVals()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>wrap-attributes</code>- wrap within attribute values.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getWrapJste()">getWrapJste()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>wrap-jste</code>- wrap within JSTE pseudo elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getWraplen()">getWraplen()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>wrap</code>- default wrap margin.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getWrapPhp()">getWrapPhp()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>wrap-php</code>- wrap within PHP pseudo elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getWrapScriptlets()">getWrapScriptlets()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>wrap-script-literals</code>- wrap within JavaScript string literals.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getWrapSection()">getWrapSection()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>wrap-sections</code>- wrap within &lt;![ ...</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getWriteback()">getWriteback()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">writeback - if true then output tidied markup.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getXHTML()">getXHTML()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">output-xhtml - output extensible HTML.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#getXmlEncoding()">getXmlEncoding()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getXmlOut()">getXmlOut()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">output-xml - create output as XML.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getXmlPi()">getXmlPi()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>add-xml-pi</code>- add &lt;?xml?&gt; for XML docs.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getXmlPIs()">getXmlPIs()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>assume-xml-procins</code> This option specifies if Tidy should change the parsing of processing
instructions to require ?> as the terminator rather than >.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getXmlSpace()">getXmlSpace()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>add-xml-space</code>- if set to yes adds xml:space attr as needed.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#getXmlStandalone()">getXmlStandalone()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#getXmlTags()">getXmlTags()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">input-xml - treat input as XML.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#getXmlVersion()">getXmlVersion()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_H_">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#hasAttribute(java.lang.String)">hasAttribute(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#hasAttributeNS(java.lang.String, java.lang.String)">hasAttributeNS(String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#hasAttributes()">hasAttributes()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#hasChildNodes()">hasChildNodes()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#hasChildNodes()">hasChildNodes()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#hasCm(int)">hasCm(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyMessage.Level.html#hashCode()">hashCode()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyMessage.Level.html" title="class in org.w3c.tidy">TidyMessage.Level</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#hasOneChild()">hasOneChild()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Does the node have one (and only one) child?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#HEAD">HEAD</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for head.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#helpText(java.io.PrintWriter)">helpText(PrintWriter)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Prints tidy help.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#hideComments">hideComments</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">hides all (real) comments in output.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#hideEndTags">hideEndTags</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">suppress optional end tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#HIGH_UTF16_SURROGATE">HIGH_UTF16_SURROGATE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">UTF-16 high surrogate.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.html#HR">HR</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.html" title="class in org.w3c.tidy">TagCheckImpl</a></dt>
<dd>
<div class="block">CheckHR instance.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#HTML">HTML</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for html.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.html#HTML">HTML</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.html" title="class in org.w3c.tidy">TagCheckImpl</a></dt>
<dd>
<div class="block">CheckHTML instance.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#htmlOut">htmlOut</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">output plain-old HTML, even for XHTML input.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#htmlVersion()">htmlVersion()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Choose what version to use for new doctype.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#htmlVersionName()">htmlVersionName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Choose what version to use for new doctype.</div>
</dd>
</dl>
<a name="_I_">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#ID">ID</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for ids.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#ID_NAME_MISMATCH">ID_NAME_MISMATCH</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: id and name mismatch.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#IDREF">IDREF</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for attributes referencng an id.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#IGNORE_MARKUP">IGNORE_MARKUP</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">state: ignore markup.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#IGNORE_WHITESPACE">IGNORE_WHITESPACE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">state: ignore whitespace.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#ILLEGAL_NESTING">ILLEGAL_NESTING</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">illegal nesting.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#ILLEGAL_URI_REFERENCE">ILLEGAL_URI_REFERENCE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: illegal URI reference.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.html#IMG">IMG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.html" title="class in org.w3c.tidy">TagCheckImpl</a></dt>
<dd>
<div class="block">CheckIMG instance.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#implicit">implicit</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">true if inferred.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#importNode(org.w3c.dom.Node, boolean)">importNode(Node, boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#in">in</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">file stream.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#INCONSISTENT_NAMESPACE">INCONSISTENT_NAMESPACE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">inconsistent namespace.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#INCONSISTENT_VERSION">INCONSISTENT_VERSION</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">inconsistent version.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#indentAttributes">indentAttributes</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">newline+indent before each attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#indentCdata">indentCdata</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">indent CDATA sections.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#indentContent">indentContent</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">indent content of appropriate tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#inferredTag(java.lang.String)">inferredTag(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Generates and inserts a new node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyMessage.Level.html#INFO">INFO</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyMessage.Level.html" title="class in org.w3c.tidy">TidyMessage.Level</a></dt>
<dd>
<div class="block">level = info (1).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#INLINE">INLINE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for inline.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#inlineDup(org.w3c.tidy.Node)">inlineDup(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">This has the effect of inserting "missing" inline elements around the contents of blocklevel elements such as P,
TD, TH, DIV, PRE etc.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#inlineDup1(org.w3c.tidy.Node, org.w3c.tidy.Node)">inlineDup1(Node, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#inode">inode</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Inline stack for compatibility with Mosaic.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#insert">insert</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">for inferring inline tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#insertBefore(org.w3c.dom.Node, org.w3c.dom.Node)">insertBefore(Node, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>
<div class="block">Not supported.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#insertBefore(org.w3c.dom.Node, org.w3c.dom.Node)">insertBefore(Node, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMCharacterDataImpl.html#insertData(int, java.lang.String)">insertData(int, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMCharacterDataImpl.html" title="class in org.w3c.tidy">DOMCharacterDataImpl</a></dt>
<dd>
<div class="block">Not supported.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#insertDocType(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node)">insertDocType(Lexer, Node, Node)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">The doctype has been found after other tags, and needs moving to before the html element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#insertedToken()">insertedToken()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#INSERTING_TAG">INSERTING_TAG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">inserting tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#insertMisc(org.w3c.tidy.Node, org.w3c.tidy.Node)">insertMisc(Node, Node)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Insert a node at the end.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#insertNodeAfterElement(org.w3c.tidy.Node)">insertNodeAfterElement(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Insert node into markup tree after element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#insertNodeAsParent(org.w3c.tidy.Node, org.w3c.tidy.Node)">insertNodeAsParent(Node, Node)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Insert node into markup tree in pace of element which is moved to become the child of the node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#insertNodeAtEnd(org.w3c.tidy.Node)">insertNodeAtEnd(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Insert node into markup tree.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#insertNodeAtStart(org.w3c.tidy.Node)">insertNodeAtStart(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Insert a node into markup tree.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#insertNodeBeforeElement(org.w3c.tidy.Node, org.w3c.tidy.Node)">insertNodeBeforeElement(Node, Node)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Insert node into markup tree before element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#insertspace">insertspace</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">when space is moved after end tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#install(org.w3c.tidy.Attribute)">install(Attribute)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">installs a new Attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#install(org.w3c.tidy.Dict)">install(Dict)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">Installs a new tag in the tag table, or modify an existing one.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#INVALID_ATTRIBUTE">INVALID_ATTRIBUTE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: invalid attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#INVALID_NCR">INVALID_NCR</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">character encoding: invalid NCR.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#INVALID_SGML_CHARS">INVALID_SGML_CHARS</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">character encoding: invalid sgml chars.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#INVALID_URI">INVALID_URI</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">character encoding: nvalid URI.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#INVALID_UTF16">INVALID_UTF16</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">character encoding: invalid utf16.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#INVALID_UTF8">INVALID_UTF8</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">character encoding: invalid utf8.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#INVALID_XML_ID">INVALID_XML_ID</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: invalid xml id.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#isBlank(org.w3c.tidy.Lexer)">isBlank(Lexer)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Is the node content empty or blank? Assumes node is a text node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#isBoolAttribute()">isBoolAttribute()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Is this a boolean attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyUtils.html#isCharEncodingSupported(java.lang.String)">isCharEncodingSupported(String)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyUtils.html" title="class in org.w3c.tidy">TidyUtils</a></dt>
<dd>
<div class="block">Is the given character encoding supported?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#isCSS1Selector(java.lang.String)">isCSS1Selector(String)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">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).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#isDefaultNamespace(java.lang.String)">isDefaultNamespace(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#isDescendantOf(org.w3c.tidy.Dict)">isDescendantOf(Dict)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Is this node contained in a given tag?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyUtils.html#isDigit(char)">isDigit(char)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyUtils.html" title="class in org.w3c.tidy">TidyUtils</a></dt>
<dd>
<div class="block">Is the given char a digit?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#isElement()">isElement()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Is the node an element?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMTextImpl.html#isElementContentWhitespace()">isElementContentWhitespace()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMTextImpl.html" title="class in org.w3c.tidy">DOMTextImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamIn.html#isEndOfStream()">isEndOfStream()</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/StreamIn.html" title="interface in org.w3c.tidy">StreamIn</a></dt>
<dd>
<div class="block">Has end of stream been reached?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamInJavaImpl.html#isEndOfStream()">isEndOfStream()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/StreamInJavaImpl.html" title="class in org.w3c.tidy">StreamInJavaImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#isEqualNode(org.w3c.dom.Node)">isEqualNode(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#isId()">isId()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#isJavaScript()">isJavaScript()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Used to check script node for script language.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#isKnownOption(java.lang.String)">isKnownOption(String)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">Is the given String a valid configuration flag?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyUtils.html#isLetter(char)">isLetter(char)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyUtils.html" title="class in org.w3c.tidy">TidyUtils</a></dt>
<dd>
<div class="block">Is the given char a letter?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Attribute.html#isLiteral()">isLiteral()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Attribute.html" title="class in org.w3c.tidy">Attribute</a></dt>
<dd>
<div class="block">Is this a literal (unmodifiable) attribute?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#isLiteralAttribute(java.lang.String)">isLiteralAttribute(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">Does the given attibute contains a literal attribute?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyUtils.html#isLower(char)">isLower(char)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyUtils.html" title="class in org.w3c.tidy">TidyUtils</a></dt>
<dd>
<div class="block">Determines if the specified character is a lowercase character.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyUtils.html#isNamechar(char)">isNamechar(char)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyUtils.html" title="class in org.w3c.tidy">TidyUtils</a></dt>
<dd>
<div class="block">Is the given char valid in name? (letter, digit or "-", ".", ":", "_")</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#isNewNode()">isNewNode()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Is this a new (user defined) node? Used to determine how attributes without values should be printed.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Attribute.html#isNowrap()">isNowrap()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Attribute.html" title="class in org.w3c.tidy">Attribute</a></dt>
<dd>
<div class="block">Don't wrap this attribute?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#ISO2022">ISO2022</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#isPushed(org.w3c.tidy.Node)">isPushed(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Is the node in the stack?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#isPushedLast(org.w3c.tidy.Node, org.w3c.tidy.Node)">isPushedLast(Node, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#isSameNode(org.w3c.dom.Node)">isSameNode(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#isScript(java.lang.String)">isScript(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">Does the given attibute contains a script?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#isSupported(java.lang.String, java.lang.String)">isSupported(String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/IStack.html" title="class in org.w3c.tidy"><span class="strong">IStack</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Inline stack node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/IStack.html#IStack()">IStack()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/IStack.html" title="class in org.w3c.tidy">IStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#istack">istack</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">stack.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#istackbase">istackbase</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">start of frame.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyUtils.html#isUpper(char)">isUpper(char)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyUtils.html" title="class in org.w3c.tidy">TidyUtils</a></dt>
<dd>
<div class="block">Determines if the specified character is a uppercase character.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#isUrl(java.lang.String)">isUrl(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">Does the given attibute contains an url?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#isValidAttrName(java.lang.String)">isValidAttrName(String)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Check if attr is a valid name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#isvoyager">isvoyager</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">true if xmlns attribute on html element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyUtils.html#isWhite(char)">isWhite(char)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyUtils.html" title="class in org.w3c.tidy">TidyUtils</a></dt>
<dd>
<div class="block">Determines if the specified character is whitespace.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Clean.html#isWord2000(org.w3c.tidy.Node)">isWord2000(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Clean.html" title="class in org.w3c.tidy">Clean</a></dt>
<dd>
<div class="block">Check if the current document is a converted Word document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrMapImpl.html#item(int)">item(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrMapImpl.html" title="class in org.w3c.tidy">DOMAttrMapImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeListByTagNameImpl.html#item(int)">item(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeListByTagNameImpl.html" title="class in org.w3c.tidy">DOMNodeListByTagNameImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeListImpl.html#item(int)">item(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeListImpl.html" title="class in org.w3c.tidy">DOMNodeListImpl</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_J_">
<!-- -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#joinClasses">joinClasses</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">join multiple class attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#JOINING_ATTRIBUTE">JOINING_ATTRIBUTE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: joining attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#joinStyles">joinStyles</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">join multiple style attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#JSTE_TAG">JSTE_TAG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">node type: jste tag.</div>
</dd>
</dl>
<a name="_K_">
<!-- -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#KEEP_FIRST">KEEP_FIRST</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">Keep first duplicate attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#KEEP_LAST">KEEP_LAST</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">Keep last duplicate attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#keepFileTimes">keepFileTimes</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">if yes last modied time is preserved.</div>
</dd>
</dl>
<a name="_L_">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#LANG">LANG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "lang" and "xml:lang" attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#language">language</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">RJ language property.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#last">last</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">last node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyUtils.html#lastChar(java.lang.String)">lastChar(String)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyUtils.html" title="class in org.w3c.tidy">TidyUtils</a></dt>
<dd>
<div class="block">Return the last char in string.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#LATIN1">LATIN1</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/PPrint.html#Len_of_char_by_1st_byte(int)">Len_of_char_by_1st_byte(int)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/PPrint.html" title="class in org.w3c.tidy">PPrint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#LENGTH">LENGTH</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "lenght" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#lexbuf">lexbuf</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Lexer character buffer parse tree nodes span onto this buffer which contains the concatenated text contents of
all of the elements.</div>
</dd>
<dt><a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy"><span class="strong">Lexer</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Lexer for html parser.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#Lexer(org.w3c.tidy.StreamIn, org.w3c.tidy.Configuration, org.w3c.tidy.Report)">Lexer(StreamIn, Configuration, Report)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Instantiates a new Lexer.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#lexlength">lexlength</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">allocated.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#lexsize">lexsize</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">used.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#linebreak">linebreak</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">true if followed by a line break.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#lines">lines</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">lines seen.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.html#LINK">LINK</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.html" title="class in org.w3c.tidy">TagCheckImpl</a></dt>
<dd>
<div class="block">CheckLINK instance.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#LINKTYPES">LINKTYPES</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "rel" and "rev" attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#LIST">LIST</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for list.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Clean.html#list2BQ(org.w3c.tidy.Node)">list2BQ(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Clean.html" title="class in org.w3c.tidy">Clean</a></dt>
<dd>
<div class="block">Some people use dir or ul without an li to indent the content.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#literalAttribs">literalAttribs</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">if true attributes may use newlines.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#logicalEmphasis">logicalEmphasis</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">replace i by em and b by strong.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttributeTable.html#lookup(java.lang.String)">lookup(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttributeTable.html" title="class in org.w3c.tidy">AttributeTable</a></dt>
<dd>
<div class="block">lookup an installed Attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EntityTable.html#lookup(java.lang.String)">lookup(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/EntityTable.html" title="class in org.w3c.tidy">EntityTable</a></dt>
<dd>
<div class="block">Lookup an entity by its name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#lookup(java.lang.String)">lookup(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">Lookup a tag definition by its name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#lookupNamespaceURI(java.lang.String)">lookupNamespaceURI(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#lookupPrefix(java.lang.String)">lookupPrefix(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#LOW_UTF16_SURROGATE">LOW_UTF16_SURROGATE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">utf16 low surrogate.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#lowerLiterals">lowerLiterals</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">folds known attribute values to lower case.</div>
</dd>
</dl>
<a name="_M_">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#MACROMAN">MACROMAN</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#main(java.lang.String[])">main(String[])</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">Command line interface to parser and pretty printer.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#mainExec(java.lang.String[])">mainExec(String[])</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">Main method, but returns the return code as an int instead of calling System.exit(code).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#makeBare">makeBare</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">Make bare HTML: remove Microsoft cruft.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#makeClean">makeClean</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">remove presentational clutter.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#MALFORMED_COMMENT">MALFORMED_COMMENT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">malformed comment.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#MALFORMED_DOCTYPE">MALFORMED_DOCTYPE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">malformed doctype.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.html#MAP">MAP</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.html" title="class in org.w3c.tidy">TagCheckImpl</a></dt>
<dd>
<div class="block">CheckMap instance.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#MAX_UTF16_FROM_UCS4">MAX_UTF16_FROM_UCS4</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">Max UTF-16 value.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#MAX_UTF8_FROM_UCS4">MAX_UTF8_FROM_UCS4</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">Max UTF-88 valid char value.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#MEDIA">MEDIA</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "media" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyMessageListener.html#messageReceived(org.w3c.tidy.TidyMessage)">messageReceived(TidyMessage)</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/TidyMessageListener.html" title="interface in org.w3c.tidy">TidyMessageListener</a></dt>
<dd>
<div class="block">Called by tidy when a warning or error occurs.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.html#META">META</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.html" title="class in org.w3c.tidy">TagCheckImpl</a></dt>
<dd>
<div class="block">CheckMeta instance.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#MISSING_ATTR_VALUE">MISSING_ATTR_VALUE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: missing attribute value.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#MISSING_ATTRIBUTE">MISSING_ATTRIBUTE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: missing attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#MISSING_DOCTYPE">MISSING_DOCTYPE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">missing doctype.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#MISSING_ENDTAG_BEFORE">MISSING_ENDTAG_BEFORE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">missing end tag before.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#MISSING_ENDTAG_FOR">MISSING_ENDTAG_FOR</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">missing an end tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#MISSING_IMAGE_ALT">MISSING_IMAGE_ALT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">accessibility flaw: missing image map.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#MISSING_IMAGE_MAP">MISSING_IMAGE_MAP</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">accessibility flaw: missing image map.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#MISSING_IMAGEMAP">MISSING_IMAGEMAP</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: missing image map.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#MISSING_LINK_ALT">MISSING_LINK_ALT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">accessibility flaw: missing link alt.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#MISSING_QUOTEMARK">MISSING_QUOTEMARK</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: missing quotemark.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#MISSING_SEMICOLON">MISSING_SEMICOLON</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">invalid entity: missing semicolon.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#MISSING_SEMICOLON_NCR">MISSING_SEMICOLON_NCR</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">invalid entity: missing semicolon.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#MISSING_STARTTAG">MISSING_STARTTAG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">missing start tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#MISSING_SUMMARY">MISSING_SUMMARY</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">accessibility flaw: missing summary.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#MISSING_TITLE_ELEMENT">MISSING_TITLE_ELEMENT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">missing title element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#missingBody(java.io.PrintWriter)">missingBody(PrintWriter)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Prints the "missing body" message.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#MIXED_CONTENT">MIXED_CONTENT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">state: mixed content.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#MIXED_CONTENT_IN_BLOCK">MIXED_CONTENT_IN_BLOCK</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">mixed content in block.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#model">model</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">model (CM_* constants).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#moveBeforeTable(org.w3c.tidy.Node, org.w3c.tidy.Node, org.w3c.tidy.TagTable)">moveBeforeTable(Node, Node, TagTable)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Unexpected content in table row is moved to just before the table in accordance with Netscape and IE.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#moveToHead(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node)">moveToHead(Lexer, Node, Node)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">Move node to the head, where element is used as starting point in hunt for head.</div>
</dd>
</dl>
<a name="_N_">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/Anchor.html#name">name</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Anchor.html" title="class in org.w3c.tidy">Anchor</a></dt>
<dd>
<div class="block">Anchor name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#NAME">NAME</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "name" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#name">name</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Tag name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StyleProp.html#name">name</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/StyleProp.html" title="class in org.w3c.tidy">StyleProp</a></dt>
<dd>
<div class="block">Style name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#Name_bgn_bry()">Name_bgn_bry()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#Name_end_bry()">Name_end_bry()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#ncr">ncr</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">allow numeric character references.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#needsAuthorIntervention(java.io.PrintWriter)">needsAuthorIntervention(PrintWriter)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Prints the "needs author intervention" message.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#NESTED_EMPHASIS">NESTED_EMPHASIS</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">nested emphasis.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#NESTED_QUOTATION">NESTED_QUOTATION</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">nested quotation.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Clean.html#nestedEmphasis(org.w3c.tidy.Node)">nestedEmphasis(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Clean.html" title="class in org.w3c.tidy">Clean</a></dt>
<dd>
<div class="block">simplifies <b><b>...</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#newline">newline</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">bytes for the newline marker.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Out.html#newline()">newline()</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/Out.html" title="interface in org.w3c.tidy">Out</a></dt>
<dd>
<div class="block">writes a newline.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/OutJavaImpl.html#newline()">newline()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/OutJavaImpl.html" title="class in org.w3c.tidy">OutJavaImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#NEWLINE_IN_URI">NEWLINE_IN_URI</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: newline in URI.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#newLineNode()">newLineNode()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Adds a new line node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#newNode()">newNode()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Creates a new node and add it to nodelist.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#newNode(short, byte[], int, int)">newNode(short, byte[], int, int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Creates a new node and add it to nodelist.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#newNode(short, byte[], int, int, java.lang.String)">newNode(short, byte[], int, int, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Creates a new node and add it to nodelist.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Anchor.html#next">next</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Anchor.html" title="class in org.w3c.tidy">Anchor</a></dt>
<dd>
<div class="block">Next anchor.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#next">next</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">next AttVal.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/IStack.html#next">next</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/IStack.html" title="class in org.w3c.tidy">IStack</a></dt>
<dd>
<div class="block">Next element in the stack.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#next">next</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">next node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Style.html#next">next</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Style.html" title="class in org.w3c.tidy">Style</a></dt>
<dd>
<div class="block">Next linked style element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StyleProp.html#next">next</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/StyleProp.html" title="class in org.w3c.tidy">StyleProp</a></dt>
<dd>
<div class="block">Next linked style property.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Anchor.html#node">node</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Anchor.html" title="class in org.w3c.tidy">Anchor</a></dt>
<dd>
<div class="block">linked node.</div>
</dd>
<dt><a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy"><span class="strong">Node</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Used for elements and text nodes element name is null for text nodes start and end are offsets into lexbuf which
contains the textual content of all elements in the parse tree.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#Node()">Node()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Instantiates a new text node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#Node(short, byte[], int, int)">Node(short, byte[], int, int)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Instantiates a new node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#Node(short, byte[], int, int, java.lang.String, org.w3c.tidy.TagTable)">Node(short, byte[], int, int, String, TagTable)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Instantiates a new node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#NOFRAMES">NOFRAMES</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for noframes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#NOFRAMES_CONTENT">NOFRAMES_CONTENT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">noframes content.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#NON_ASCII">NON_ASCII</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">character encoding error: non ascii.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#NON_MATCHING_ENDTAG">NON_MATCHING_ENDTAG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">non matching end tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#normalize()">normalize()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#normalize()">normalize()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>
<div class="block">Do nothing: text nodes in html documents are important and jtidy already removes useless text during parsing.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#normalizeDocument()">normalizeDocument()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#NUMBER">NUMBER</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "number" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#numEntities">numEntities</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">use numeric entities.</div>
</dd>
</dl>
<a name="_O_">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#OBSOLETE_ELEMENT">OBSOLETE_ELEMENT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">obsolete element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#onlyErrors">onlyErrors</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">if true normal output is suppressed.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#OPTGROUP">OPTGROUP</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for optgroup.</div>
</dd>
<dt><a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a> - package org.w3c.tidy</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/Out.html" title="interface in org.w3c.tidy"><span class="strong">Out</span></a> - Interface in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Tidy Output interface.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Out.html#outc(int)">outc(int)</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/Out.html" title="interface in org.w3c.tidy">Out</a></dt>
<dd>
<div class="block">writes an char.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Out.html#outc(byte)">outc(byte)</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/Out.html" title="interface in org.w3c.tidy">Out</a></dt>
<dd>
<div class="block">writes a byte.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/OutJavaImpl.html#outc(int)">outc(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/OutJavaImpl.html" title="class in org.w3c.tidy">OutJavaImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/OutJavaImpl.html#outc(byte)">outc(byte)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/OutJavaImpl.html" title="class in org.w3c.tidy">OutJavaImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/OutFactory.html" title="class in org.w3c.tidy"><span class="strong">OutFactory</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Tidy Output factory.</div>
</dd>
<dt><a href="./org/w3c/tidy/OutJavaImpl.html" title="class in org.w3c.tidy"><span class="strong">OutJavaImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Output implementation using java writers.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/OutJavaImpl.html#OutJavaImpl(org.w3c.tidy.Configuration, java.lang.String, java.io.OutputStream)">OutJavaImpl(Configuration, String, OutputStream)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/OutJavaImpl.html" title="class in org.w3c.tidy">OutJavaImpl</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/OutJavaImpl.html#OutJavaImpl(org.w3c.tidy.Configuration, java.io.Writer)">OutJavaImpl(Configuration, Writer)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/OutJavaImpl.html" title="class in org.w3c.tidy">OutJavaImpl</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
</dl>
<a name="_P_">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#parent">parent</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">parent node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParseProperty.html#parse(java.lang.String, java.lang.String, org.w3c.tidy.Configuration)">parse(String, String, Configuration)</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/ParseProperty.html" title="interface in org.w3c.tidy">ParseProperty</a></dt>
<dd>
<div class="block">Parse a configuration option.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Parser.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/Parser.html" title="interface in org.w3c.tidy">Parser</a></dt>
<dd>
<div class="block">Parse the given node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseBlock.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseBlock.html" title="class in org.w3c.tidy">ParserImpl.ParseBlock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseBody.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseBody.html" title="class in org.w3c.tidy">ParserImpl.ParseBody</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseColGroup.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseColGroup.html" title="class in org.w3c.tidy">ParserImpl.ParseColGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseDefList.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseDefList.html" title="class in org.w3c.tidy">ParserImpl.ParseDefList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseEmpty.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseEmpty.html" title="class in org.w3c.tidy">ParserImpl.ParseEmpty</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseFrameSet.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseFrameSet.html" title="class in org.w3c.tidy">ParserImpl.ParseFrameSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseHead.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseHead.html" title="class in org.w3c.tidy">ParserImpl.ParseHead</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseHTML.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseHTML.html" title="class in org.w3c.tidy">ParserImpl.ParseHTML</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseInline.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseInline.html" title="class in org.w3c.tidy">ParserImpl.ParseInline</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseList.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseList.html" title="class in org.w3c.tidy">ParserImpl.ParseList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseNoFrames.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseNoFrames.html" title="class in org.w3c.tidy">ParserImpl.ParseNoFrames</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseOptGroup.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseOptGroup.html" title="class in org.w3c.tidy">ParserImpl.ParseOptGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParsePre.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParsePre.html" title="class in org.w3c.tidy">ParserImpl.ParsePre</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseRow.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseRow.html" title="class in org.w3c.tidy">ParserImpl.ParseRow</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseRowGroup.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseRowGroup.html" title="class in org.w3c.tidy">ParserImpl.ParseRowGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseScript.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseScript.html" title="class in org.w3c.tidy">ParserImpl.ParseScript</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseSelect.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseSelect.html" title="class in org.w3c.tidy">ParserImpl.ParseSelect</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseTableTag.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseTableTag.html" title="class in org.w3c.tidy">ParserImpl.ParseTableTag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseText.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseText.html" title="class in org.w3c.tidy">ParserImpl.ParseText</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseTitle.html#parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parse(Lexer, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseTitle.html" title="class in org.w3c.tidy">ParserImpl.ParseTitle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#parse(java.io.InputStream, java.io.OutputStream)">parse(InputStream, OutputStream)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">Reads from the given input and returns the root Node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#parse(java.io.Reader, java.io.OutputStream)">parse(Reader, OutputStream)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">Reads from the given input and returns the root Node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#parse(java.io.Reader, java.io.Writer)">parse(Reader, Writer)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">Reads from the given input and returns the root Node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#parse(java.io.InputStream, java.io.Writer)">parse(InputStream, Writer)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">Reads from the given input and returns the root Node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#parseAsp()">parseAsp()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">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.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#parseAttribute(boolean[], org.w3c.tidy.Node[], org.w3c.tidy.Node[])">parseAttribute(boolean[], Node[], Node[])</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">consumes the '>' terminating start tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#parseAttrs(boolean[])">parseAttrs(boolean[])</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Parse tag attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#parseDocument(org.w3c.tidy.Lexer)">parseDocument(Lexer)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">HTML is the top level element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#parseDOM(java.io.InputStream, java.io.OutputStream)">parseDOM(InputStream, OutputStream)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">Parses InputStream in and returns a DOM Document node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#parseDOM(java.io.Reader, java.io.Writer)">parseDOM(Reader, Writer)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#parseEntity(short)">parseEntity(short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Parse an html entity.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#parseFile(java.lang.String)">parseFile(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">Parses a property file.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#parsePhp()">parsePhp()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">PHP is like ASP but is based upon XML processing instructions, e.g.</div>
</dd>
<dt><a href="./org/w3c/tidy/ParseProperty.html" title="interface in org.w3c.tidy"><span class="strong">ParseProperty</span></a> - Interface in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Interface for configuration property parser.</div>
</dd>
<dt><a href="./org/w3c/tidy/ParsePropertyImpl.html" title="class in org.w3c.tidy"><span class="strong">ParsePropertyImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Property parser instances.</div>
</dd>
<dt><a href="./org/w3c/tidy/Parser.html" title="interface in org.w3c.tidy"><span class="strong">Parser</span></a> - Interface in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">HTML Parser.</div>
</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">HTML Parser implementation.</div>
</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseBlock.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseBlock</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for block elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseBlock.html#ParserImpl.ParseBlock()">ParserImpl.ParseBlock()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseBlock.html" title="class in org.w3c.tidy">ParserImpl.ParseBlock</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseBody.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseBody</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for BODY.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseBody.html#ParserImpl.ParseBody()">ParserImpl.ParseBody()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseBody.html" title="class in org.w3c.tidy">ParserImpl.ParseBody</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseColGroup.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseColGroup</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for COLGROUP.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseColGroup.html#ParserImpl.ParseColGroup()">ParserImpl.ParseColGroup()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseColGroup.html" title="class in org.w3c.tidy">ParserImpl.ParseColGroup</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseDefList.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseDefList</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for DEFLIST.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseDefList.html#ParserImpl.ParseDefList()">ParserImpl.ParseDefList()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseDefList.html" title="class in org.w3c.tidy">ParserImpl.ParseDefList</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseEmpty.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseEmpty</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for empty elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseEmpty.html#ParserImpl.ParseEmpty()">ParserImpl.ParseEmpty()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseEmpty.html" title="class in org.w3c.tidy">ParserImpl.ParseEmpty</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseFrameSet.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseFrameSet</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for FRAMESET.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseFrameSet.html#ParserImpl.ParseFrameSet()">ParserImpl.ParseFrameSet()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseFrameSet.html" title="class in org.w3c.tidy">ParserImpl.ParseFrameSet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseHead.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseHead</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for HEAD.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseHead.html#ParserImpl.ParseHead()">ParserImpl.ParseHead()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseHead.html" title="class in org.w3c.tidy">ParserImpl.ParseHead</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseHTML.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseHTML</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for HTML.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseHTML.html#ParserImpl.ParseHTML()">ParserImpl.ParseHTML()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseHTML.html" title="class in org.w3c.tidy">ParserImpl.ParseHTML</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseInline.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseInline</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for INLINE.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseInline.html#ParserImpl.ParseInline()">ParserImpl.ParseInline()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseInline.html" title="class in org.w3c.tidy">ParserImpl.ParseInline</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseList.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseList</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for LIST.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseList.html#ParserImpl.ParseList()">ParserImpl.ParseList()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseList.html" title="class in org.w3c.tidy">ParserImpl.ParseList</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseNoFrames.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseNoFrames</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for NOFRAMES.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseNoFrames.html#ParserImpl.ParseNoFrames()">ParserImpl.ParseNoFrames()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseNoFrames.html" title="class in org.w3c.tidy">ParserImpl.ParseNoFrames</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseOptGroup.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseOptGroup</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for OPTGROUP.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseOptGroup.html#ParserImpl.ParseOptGroup()">ParserImpl.ParseOptGroup()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseOptGroup.html" title="class in org.w3c.tidy">ParserImpl.ParseOptGroup</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParsePre.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParsePre</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for PRE.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParsePre.html#ParserImpl.ParsePre()">ParserImpl.ParsePre()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParsePre.html" title="class in org.w3c.tidy">ParserImpl.ParsePre</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseRow.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseRow</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for ROW.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseRow.html#ParserImpl.ParseRow()">ParserImpl.ParseRow()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseRow.html" title="class in org.w3c.tidy">ParserImpl.ParseRow</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseRowGroup.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseRowGroup</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for ROWGROUP.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseRowGroup.html#ParserImpl.ParseRowGroup()">ParserImpl.ParseRowGroup()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseRowGroup.html" title="class in org.w3c.tidy">ParserImpl.ParseRowGroup</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseScript.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseScript</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for SCRIPT.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseScript.html#ParserImpl.ParseScript()">ParserImpl.ParseScript()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseScript.html" title="class in org.w3c.tidy">ParserImpl.ParseScript</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseSelect.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseSelect</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for SELECT.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseSelect.html#ParserImpl.ParseSelect()">ParserImpl.ParseSelect()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseSelect.html" title="class in org.w3c.tidy">ParserImpl.ParseSelect</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseTableTag.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseTableTag</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for TABLE.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseTableTag.html#ParserImpl.ParseTableTag()">ParserImpl.ParseTableTag()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseTableTag.html" title="class in org.w3c.tidy">ParserImpl.ParseTableTag</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseText.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseText</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for text nodes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseText.html#ParserImpl.ParseText()">ParserImpl.ParseText()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseText.html" title="class in org.w3c.tidy">ParserImpl.ParseText</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/ParserImpl.ParseTitle.html" title="class in org.w3c.tidy"><span class="strong">ParserImpl.ParseTitle</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Parser for TITLE.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.ParseTitle.html#ParserImpl.ParseTitle()">ParserImpl.ParseTitle()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.ParseTitle.html" title="class in org.w3c.tidy">ParserImpl.ParseTitle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#parseServerInstruction()">parseServerInstruction()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Invoked when &lt; is seen in place of attribute value but terminates on whitespace if not ASP, PHP or Tango this
routine recognizes ' and " quoted strings.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#parseTag(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parseTag(Lexer, Node, short)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#parseTagName()">parseTagName()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Parses a tag name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#parseValue(java.lang.String, boolean, boolean[], int[])">parseValue(String, boolean, boolean[], int[])</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Parse an attribute value.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#parseXMLDocument(org.w3c.tidy.Lexer)">parseXMLDocument(Lexer)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#parseXMLElement(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)">parseXMLElement(Lexer, Node, short)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">XML documents.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#php">php</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Php node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#PHP_TAG">PHP_TAG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">node type: php tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#popInline(org.w3c.tidy.Node)">popInline(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Pop a copy of an inline node from the stack.</div>
</dd>
<dt><a href="./org/w3c/tidy/PPrint.html" title="class in org.w3c.tidy"><span class="strong">PPrint</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Pretty print parse tree.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/PPrint.html#PPrint(org.w3c.tidy.Configuration)">PPrint(Configuration)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/PPrint.html" title="class in org.w3c.tidy">PPrint</a></dt>
<dd>
<div class="block">Instantiates a new PPrint.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#pprint(org.w3c.dom.Document, java.io.OutputStream)">pprint(Document, OutputStream)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">Pretty-prints a DOM Document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#pprint(org.w3c.dom.Node, java.io.OutputStream)">pprint(Node, OutputStream)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">Pretty-prints a DOM Node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#PRE">PRE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for pre.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#preContent(org.w3c.tidy.Node)">preContent(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Is content acceptable for pre elements?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#PREFORMATTED">PREFORMATTED</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">state: preformatted.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeListByTagNameImpl.html#preTraverse(org.w3c.tidy.Node)">preTraverse(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeListByTagNameImpl.html" title="class in org.w3c.tidy">DOMNodeListByTagNameImpl</a></dt>
<dd>
<div class="block">Traverse the node list.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#prev">prev</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">pevious node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#printConfigOptions(java.io.Writer, boolean)">printConfigOptions(Writer, boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">prints available configuration options.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/PPrint.html#printSlide(org.w3c.tidy.Out, short, int, org.w3c.tidy.Lexer)">printSlide(Out, short, int, Lexer)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/PPrint.html" title="class in org.w3c.tidy">PPrint</a></dt>
<dd>
<div class="block">Called from printTree to print the content of a slide from the node slidecontent.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/PPrint.html#printTree(org.w3c.tidy.Out, short, int, org.w3c.tidy.Lexer, org.w3c.tidy.Node)">printTree(Out, short, int, Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/PPrint.html" title="class in org.w3c.tidy">PPrint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/PPrint.html#printXMLTree(org.w3c.tidy.Out, short, int, org.w3c.tidy.Lexer, org.w3c.tidy.Node)">printXMLTree(Out, short, int, Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/PPrint.html" title="class in org.w3c.tidy">PPrint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#PROC_INS_TAG">PROC_INS_TAG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">node type: .</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Style.html#properties">properties</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Style.html" title="class in org.w3c.tidy">Style</a></dt>
<dd>
<div class="block">Style properties.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#PROPRIETARY_ATTR_VALUE">PROPRIETARY_ATTR_VALUE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: proprietary attribute value.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#PROPRIETARY_ATTRIBUTE">PROPRIETARY_ATTRIBUTE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: proprietary attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#PROPRIETARY_ELEMENT">PROPRIETARY_ELEMENT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">proprietary element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Clean.html#pruneSection(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">pruneSection(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Clean.html" title="class in org.w3c.tidy">Clean</a></dt>
<dd>
<div class="block">node is <code>&lt;![if ...]&gt;</code> prune up to <code>&lt;![endif]&gt;</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Clean.html#purgeWord2000Attributes(org.w3c.tidy.Node)">purgeWord2000Attributes(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Clean.html" title="class in org.w3c.tidy">Clean</a></dt>
<dd>
<div class="block">Remove word2000 attributes from node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#pushed">pushed</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">true after token has been pushed back.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#pushInline(org.w3c.tidy.Node)">pushInline(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">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.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/PPrint.html#putUTF8(byte[], int, int)">putUTF8(byte[], int, int)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/PPrint.html" title="class in org.w3c.tidy">PPrint</a></dt>
<dd>
<div class="block">store char c as UTF-8 encoded byte stream.</div>
</dd>
</dl>
<a name="_Q_">
<!-- -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#quiet">quiet</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">no 'Parsing X', guessed DTD or summary.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#quoteAmpersand">quoteAmpersand</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">output naked ampersand as &amp;.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#quoteMarks">quoteMarks</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">output " marks as &quot;.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#quoteNbsp">quoteNbsp</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">output non-breaking space as entity.</div>
</dd>
</dl>
<a name="_R_">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#RAW">RAW</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <code>Tidy.setRawOut(true)</code> for raw output</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#rawOut">rawOut</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">Avoid mapping values > 127 to entities.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamIn.html#readChar()">readChar()</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/StreamIn.html" title="interface in org.w3c.tidy">StreamIn</a></dt>
<dd>
<div class="block">Read a char.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamInJavaImpl.html#readChar()">readChar()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/StreamInJavaImpl.html" title="class in org.w3c.tidy">StreamInJavaImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamIn.html#readCharFromStream()">readCharFromStream()</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/StreamIn.html" title="interface in org.w3c.tidy">StreamIn</a></dt>
<dd>
<div class="block">reads a char from the stream.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamInJavaImpl.html#readCharFromStream()">readCharFromStream()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/StreamInJavaImpl.html" title="class in org.w3c.tidy">StreamInJavaImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#RELEASE_DATE_STRING">RELEASE_DATE_STRING</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Release date String.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#removeAttribute(java.lang.String)">removeAttribute(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#removeAttribute(org.w3c.tidy.AttVal)">removeAttribute(AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Remove an attribute from node and then free it.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#removeAttributeNode(org.w3c.dom.Attr)">removeAttributeNode(Attr)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#removeAttributeNS(java.lang.String, java.lang.String)">removeAttributeNS(String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#removeChild(org.w3c.dom.Node)">removeChild(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>
<div class="block">Not supported.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#removeChild(org.w3c.dom.Node)">removeChild(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrMapImpl.html#removeNamedItem(java.lang.String)">removeNamedItem(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrMapImpl.html" title="class in org.w3c.tidy">DOMAttrMapImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrMapImpl.html#removeNamedItemNS(java.lang.String, java.lang.String)">removeNamedItemNS(String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrMapImpl.html" title="class in org.w3c.tidy">DOMAttrMapImpl</a></dt>
<dd>
<div class="block">Not supported, returns <code>DOMException.NOT_SUPPORTED_ERR</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#removeNode()">removeNode()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Extract this node and its children from a markup tree.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#renameNode(org.w3c.dom.Node, java.lang.String, java.lang.String)">renameNode(Node, String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#repairDuplicateAttributes(org.w3c.tidy.Lexer)">repairDuplicateAttributes(Lexer)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">The same attribute name can't be used more than once in each element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#REPEATED_ATTRIBUTE">REPEATED_ATTRIBUTE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: repeated attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#replaceChild(org.w3c.dom.Node, org.w3c.dom.Node)">replaceChild(Node, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>
<div class="block">Not supported.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#replaceChild(org.w3c.dom.Node, org.w3c.dom.Node)">replaceChild(Node, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#replaceColor">replaceColor</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">replace hex color attribute values with names.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#REPLACED_CHAR">REPLACED_CHAR</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">char has been replaced.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMCharacterDataImpl.html#replaceData(int, int, java.lang.String)">replaceData(int, int, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMCharacterDataImpl.html" title="class in org.w3c.tidy">DOMCharacterDataImpl</a></dt>
<dd>
<div class="block">Not supported.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#replacementCharEncoding">replacementCharEncoding</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">char encoding used when replacing illegal SGML chars, regardless of specified encoding.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMTextImpl.html#replaceWholeText(java.lang.String)">replaceWholeText(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMTextImpl.html" title="class in org.w3c.tidy">DOMTextImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#REPLACING_ELEMENT">REPLACING_ELEMENT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">replacing element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#REPLACING_UNEX_ELEMENT">REPLACING_UNEX_ELEMENT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">replacing unexcaped element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#report">report</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">Report instance.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#report">report</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">report.</div>
</dd>
<dt><a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy"><span class="strong">Report</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Error/informational message reporter.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#Report()">Report()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Instantiated only in Tidy() constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#REPORT_VERSION_SUMMARY">REPORT_VERSION_SUMMARY</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Constant used for reporting of version summary.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#reportNumberOfSlides(java.io.PrintWriter, int)">reportNumberOfSlides(PrintWriter, int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Prints the number of generated slides.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#reportNumWarnings(java.io.PrintWriter, org.w3c.tidy.Lexer)">reportNumWarnings(PrintWriter, Lexer)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Prints the number of error/warnings found.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#reportVersion(java.io.PrintWriter, org.w3c.tidy.Lexer, java.lang.String, org.w3c.tidy.Node)">reportVersion(PrintWriter, Lexer, String, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Prints information for html version in input file.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#root">root</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Root node is saved here.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#ROOT_NODE">ROOT_NODE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">node type: root.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#ROW">ROW</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for row.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#ROWGROUP">ROWGROUP</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for rowgroup.</div>
</dd>
</dl>
<a name="_S_">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#SCOPE">SCOPE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "scope" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#SCRIPT">SCRIPT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for scripts.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#SCRIPT">SCRIPT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for script.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.html#SCRIPT">SCRIPT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.html" title="class in org.w3c.tidy">TagCheckImpl</a></dt>
<dd>
<div class="block">CheckSCRIPT instance.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#SCROLL">SCROLL</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "scroll" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#SECTION_TAG">SECTION_TAG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">node type: section tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#seenEndBody">seenEndBody</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">already seen end body tag?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#seenEndHtml">seenEndHtml</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">already seen end html tag?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#SELECT">SELECT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for select.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setAltText(java.lang.String)">setAltText(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>alt-text</code>- default text for alt attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setAsciiChars(boolean)">setAsciiChars(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>ascii-chars</code>- convert quotes and dashes to nearest ASCII char.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#setAsp(org.w3c.tidy.Node)">setAsp(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Setter for <code>asp</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#setAttribute(java.lang.String)">setAttribute(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Setter for <code>attribute</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#setAttribute(java.lang.String, java.lang.String)">setAttribute(String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#setAttributeNode(org.w3c.dom.Attr)">setAttributeNode(Attr)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#setAttributeNodeNS(org.w3c.dom.Attr)">setAttributeNodeNS(Attr)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#setAttributeNS(java.lang.String, java.lang.String, java.lang.String)">setAttributeNS(String, String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setBreakBeforeBR(boolean)">setBreakBeforeBR(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">break-before-br - output newline before &lt;br&gt;.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setBurstSlides(boolean)">setBurstSlides(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>split</code>- create slides on each h2 element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#setChkattrs(org.w3c.tidy.TagCheck)">setChkattrs(TagCheck)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Setter for <code>chkattrs</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#setConfiguration(org.w3c.tidy.Configuration)">setConfiguration(Configuration)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">Setter for the current configuration instance.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setConfigurationFromFile(java.lang.String)">setConfigurationFromFile(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">Sets the configuration from a configuration file.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setConfigurationFromProps(java.util.Properties)">setConfigurationFromProps(Properties)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">Sets the configuration from a properties object.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMCharacterDataImpl.html#setData(java.lang.String)">setData(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMCharacterDataImpl.html" title="class in org.w3c.tidy">DOMCharacterDataImpl</a></dt>
<dd>
<div class="block">Not supported.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMProcessingInstructionImpl.html#setData(java.lang.String)">setData(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMProcessingInstructionImpl.html" title="class in org.w3c.tidy">DOMProcessingInstructionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#setDelim(int)">setDelim(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Setter for <code>delim</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#setDict(org.w3c.tidy.Attribute)">setDict(Attribute)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Setter for <code>dict</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setDocType(java.lang.String)">setDocType(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>doctype</code>- user specified doctype.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#setDocumentURI(java.lang.String)">setDocumentURI(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setDropEmptyParas(boolean)">setDropEmptyParas(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>drop-empty-paras</code>- discard empty p elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setDropFontTags(boolean)">setDropFontTags(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>drop-font-tags</code>- discard presentation tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setDropProprietaryAttributes(boolean)">setDropProprietaryAttributes(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>drop-proprietary-attributes</code>- discard proprietary attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setEmacs(boolean)">setEmacs(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>gnu-emacs</code>- if true format error output for GNU Emacs.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setEncloseBlockText(boolean)">setEncloseBlockText(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>enclose-block-text</code>- if true text in blocks is wrapped in &lt;p&gt;'s.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setEncloseText(boolean)">setEncloseText(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>enclose-text</code>- if true text at body is wrapped in &lt;p&gt;'s.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setErrfile(java.lang.String)">setErrfile(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">Errfile - file name to write errors to.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setErrout(java.io.PrintWriter)">setErrout(PrintWriter)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setEscapeCdata(boolean)">setEscapeCdata(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>escape-cdata</code>- replace CDATA sections with escaped text.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#setFilename(java.lang.String)">setFilename(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Sets the current file name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setFixBackslash(boolean)">setFixBackslash(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>fix-backslash</code>- fix URLs by replacing \ with /.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setFixComments(boolean)">setFixComments(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>fix-bad-comments</code>- fix comments with adjacent hyphens.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setFixUri(boolean)">setFixUri(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>fix-uri</code>- fix uri references applying URI encoding if necessary.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setForceOutput(boolean)">setForceOutput(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>force-output</code>- output document even if errors were found.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setHideComments(boolean)">setHideComments(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>hide-comments</code>- hides all (real) comments in output.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setHideEndTags(boolean)">setHideEndTags(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">hide-endtags - suppress optional end tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#setIdAttribute(java.lang.String, boolean)">setIdAttribute(String, boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#setIdAttributeNode(org.w3c.dom.Attr, boolean)">setIdAttributeNode(Attr, boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMElementImpl.html#setIdAttributeNS(java.lang.String, java.lang.String, boolean)">setIdAttributeNS(String, String, boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMElementImpl.html" title="class in org.w3c.tidy">DOMElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#setInCharEncoding(int)">setInCharEncoding(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use setInCharEncodingName(String)</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#setInCharEncodingName(java.lang.String)">setInCharEncodingName(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">Setter for <code>inCharEncodingName</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setIndentAttributes(boolean)">setIndentAttributes(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>indent-attributes</code>- newline+indent before each attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setIndentCdata(boolean)">setIndentCdata(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>indent-cdata</code>- indent CDATA sections.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setIndentContent(boolean)">setIndentContent(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">indent - indent content of appropriate tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#setInOutEncodingName(java.lang.String)">setInOutEncodingName(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">Setter for <code>inOutCharEncodingName</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setInputEncoding(java.lang.String)">setInputEncoding(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>input-encoding</code> the character encoding used for input.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setInputStreamName(java.lang.String)">setInputStreamName(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">InputStreamName - the name of the input stream (printed in the header information).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setJoinClasses(boolean)">setJoinClasses(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>join-classes</code>- join multiple class attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setJoinStyles(boolean)">setJoinStyles(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>join-styles</code>- join multiple style attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setKeepFileTimes(boolean)">setKeepFileTimes(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>keep-time</code>- if true last modified time is preserved.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamIn.html#setLexer(org.w3c.tidy.Lexer)">setLexer(Lexer)</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/StreamIn.html" title="interface in org.w3c.tidy">StreamIn</a></dt>
<dd>
<div class="block">Setter for lexer instance (needed for error reporting).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamInJavaImpl.html#setLexer(org.w3c.tidy.Lexer)">setLexer(Lexer)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/StreamInJavaImpl.html" title="class in org.w3c.tidy">StreamInJavaImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Attribute.html#setLiteral(boolean)">setLiteral(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Attribute.html" title="class in org.w3c.tidy">Attribute</a></dt>
<dd>
<div class="block">Is this a literal (unmodifiable) attribute?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setLiteralAttribs(boolean)">setLiteralAttribs(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>literal-attributes</code>- if true attributes may use newlines.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setLogicalEmphasis(boolean)">setLogicalEmphasis(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>logical-emphasis</code>- replace i by em and b by strong.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setLowerLiterals(boolean)">setLowerLiterals(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>lower-literals</code>- folds known attribute values to lower case.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setMakeBare(boolean)">setMakeBare(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">make-bare - remove Microsoft cruft.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setMakeClean(boolean)">setMakeClean(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">make-clean - remove presentational clutter.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setMessageListener(org.w3c.tidy.TidyMessageListener)">setMessageListener(TidyMessageListener)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">Attach a TidyMessageListener which will be notified for messages and errors.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrMapImpl.html#setNamedItem(org.w3c.dom.Node)">setNamedItem(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrMapImpl.html" title="class in org.w3c.tidy">DOMAttrMapImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrMapImpl.html#setNamedItemNS(org.w3c.dom.Node)">setNamedItemNS(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrMapImpl.html" title="class in org.w3c.tidy">DOMAttrMapImpl</a></dt>
<dd>
<div class="block">Not supported, returns <code>DOMException.NOT_SUPPORTED_ERR</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#setNext(org.w3c.tidy.AttVal)">setNext(AttVal)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Setter for <code>next</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#setNodeValue(java.lang.String)">setNodeValue(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#setNodeValue(java.lang.String)">setNodeValue(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Attribute.html#setNowrap(boolean)">setNowrap(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Attribute.html" title="class in org.w3c.tidy">Attribute</a></dt>
<dd>
<div class="block">Don't wrap this attribute?</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setNumEntities(boolean)">setNumEntities(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>numeric-entities</code>- output entities other than the built-in HTML entities in the numeric rather
than the named entity form.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setOnlyErrors(boolean)">setOnlyErrors(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">only-errors - if true normal output is suppressed.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#setOutCharEncoding(int)">setOutCharEncoding(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use setOutCharEncodingName(String)</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#setOutCharEncodingName(java.lang.String)">setOutCharEncodingName(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">Setter for <code>outCharEncodingName</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setOutputEncoding(java.lang.String)">setOutputEncoding(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>output-encoding</code> the character encoding used for output.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#setParser(org.w3c.tidy.Parser)">setParser(Parser)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Setter for <code>parser</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#setPhp(org.w3c.tidy.Node)">setPhp(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Setter for <code>php</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#setPrefix(java.lang.String)">setPrefix(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setPrintBodyOnly(boolean)">setPrintBodyOnly(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>print-body-only</code>- output BODY content only.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setQuiet(boolean)">setQuiet(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">quiet - no 'Parsing X', guessed DTD or summary.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setQuoteAmpersand(boolean)">setQuoteAmpersand(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>quote-ampersand</code>- output naked ampersand as &amp;.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setQuoteMarks(boolean)">setQuoteMarks(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>quote-marks</code>- output " marks as &amp;quot;.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setQuoteNbsp(boolean)">setQuoteNbsp(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>quote-nbsp</code>- output non-breaking space as entity.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setRawOut(boolean)">setRawOut(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>output-raw</code>- avoid mapping values > 127 to entities.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setRepeatedAttributes(int)">setRepeatedAttributes(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>repeated-attributes</code>- keep first or last duplicate attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setReplaceColor(boolean)">setReplaceColor(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>replace-color</code>- replace hex color attribute values with names.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setShowErrors(int)">setShowErrors(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>show-errors</code>- set the number of errors to put out.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setShowWarnings(boolean)">setShowWarnings(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">show-warnings - show warnings? (errors are always shown).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setSmartIndent(boolean)">setSmartIndent(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">SmartIndent - does text/block level content effect indentation.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setSpaces(int)">setSpaces(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>indent-spaces</code>- default indentation.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#setStrictErrorChecking(boolean)">setStrictErrorChecking(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setTabsize(int)">setTabsize(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>tab-size</code>- tab size in chars.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#setTextContent(java.lang.String)">setTextContent(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setTidyMark(boolean)">setTidyMark(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>tidy-mark</code>- add meta element indicating tidied doc.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setTrimEmptyElements(boolean)">setTrimEmptyElements(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>trim-empty-elements</code>- trim empty elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#setType(short)">setType(short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Setter for node type.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setUpperCaseAttrs(boolean)">setUpperCaseAttrs(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">uppercase-attributes - output attributes in upper case.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setUpperCaseTags(boolean)">setUpperCaseTags(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">uppercase-tags - output tags in upper case.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#setUserData(java.lang.String, java.lang.Object, org.w3c.dom.UserDataHandler)">setUserData(String, Object, UserDataHandler)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#setValue(java.lang.String)">setValue(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Setter for <code>value</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMAttrImpl.html#setValue(java.lang.String)">setValue(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMAttrImpl.html" title="class in org.w3c.tidy">DOMAttrImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setWord2000(boolean)">setWord2000(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>word-2000</code>- draconian cleaning for Word2000.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setWrapAsp(boolean)">setWrapAsp(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>wrap-asp</code>- wrap within ASP pseudo elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setWrapAttVals(boolean)">setWrapAttVals(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>wrap-attributes</code>- wrap within attribute values.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setWrapJste(boolean)">setWrapJste(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>wrap-jste</code>- wrap within JSTE pseudo elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setWraplen(int)">setWraplen(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>wrap</code>- default wrap margin.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setWrapPhp(boolean)">setWrapPhp(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>wrap-php</code>- wrap within PHP pseudo elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setWrapScriptlets(boolean)">setWrapScriptlets(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>wrap-script-literals</code>- wrap within JavaScript string literals.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setWrapSection(boolean)">setWrapSection(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>wrap-sections</code>- wrap within &lt;![ ...</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setWriteback(boolean)">setWriteback(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">writeback - if true then output tidied markup.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setXHTML(boolean)">setXHTML(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">output-xhtml - output extensible HTML.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#setXHTMLDocType(org.w3c.tidy.Node)">setXHTMLDocType(Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Adds a new xhtml doctype to the document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setXmlOut(boolean)">setXmlOut(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">output-xml - create output as XML.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setXmlPi(boolean)">setXmlPi(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>add-xml-pi</code>- add &lt;?xml?&gt; for XML docs.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setXmlPIs(boolean)">setXmlPIs(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>assume-xml-procins</code> This option specifies if Tidy should change the parsing of processing
instructions to require ?> as the terminator rather than >.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setXmlSpace(boolean)">setXmlSpace(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block"><code>add-xml-space</code>- if set to yes adds xml:space attr as needed.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#setXmlStandalone(boolean)">setXmlStandalone(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#setXmlTags(boolean)">setXmlTags(boolean)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">input-xml - treat input as XML.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMDocumentImpl.html#setXmlVersion(java.lang.String)">setXmlVersion(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMDocumentImpl.html" title="class in org.w3c.tidy">DOMDocumentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#SHAPE">SHAPE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "shape" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#SHIFTJIS">SHIFTJIS</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#showErrors">showErrors</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">number of errors to put out.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#showVersion(java.io.PrintWriter)">showVersion(PrintWriter)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">print version information.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#showWarnings">showWarnings</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">however errors are always shown.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#slidestyle">slidestyle</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>does nothing</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#smartIndent">smartIndent</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">does text/block level content effect indentation.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#SPACE_PRECEDING_XMLDECL">SPACE_PRECEDING_XMLDECL</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">space preceding xml declaration.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#spaces">spaces</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">default indentation.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMTextImpl.html#splitText(int)">splitText(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMTextImpl.html" title="class in org.w3c.tidy">DOMTextImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#start">start</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">start of span onto text array.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#START_END_TAG">START_END_TAG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Start of an end tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#START_TAG">START_TAG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Start tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#state">state</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">state of lexer's finite state machine.</div>
</dd>
<dt><a href="./org/w3c/tidy/StreamIn.html" title="interface in org.w3c.tidy"><span class="strong">StreamIn</span></a> - Interface in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Input Stream.</div>
</dd>
<dt><a href="./org/w3c/tidy/StreamInFactory.html" title="class in org.w3c.tidy"><span class="strong">StreamInFactory</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Tidy Input factory.</div>
</dd>
<dt><a href="./org/w3c/tidy/StreamInJavaImpl.html" title="class in org.w3c.tidy"><span class="strong">StreamInJavaImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">StreamIn Implementation using java writers.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamInJavaImpl.html#StreamInJavaImpl(java.io.InputStream, java.lang.String, int)">StreamInJavaImpl(InputStream, String, int)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/StreamInJavaImpl.html" title="class in org.w3c.tidy">StreamInJavaImpl</a></dt>
<dd>
<div class="block">Instantiates a new StreamInJavaImpl.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamInJavaImpl.html#StreamInJavaImpl(java.io.Reader, int)">StreamInJavaImpl(Reader, int)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/StreamInJavaImpl.html" title="class in org.w3c.tidy">StreamInJavaImpl</a></dt>
<dd>
<div class="block">Instantiates a new StreamInJavaImpl.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Clean.html#stripSpan(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">stripSpan(Lexer, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Clean.html" title="class in org.w3c.tidy">Clean</a></dt>
<dd>
<div class="block">Word2000 uses span excessively, so we strip span out.</div>
</dd>
<dt><a href="./org/w3c/tidy/Style.html" title="class in org.w3c.tidy"><span class="strong">Style</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Linked list of class names and styles.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Style.html#Style(java.lang.String, java.lang.String, java.lang.String, org.w3c.tidy.Style)">Style(String, String, String, Style)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/Style.html" title="class in org.w3c.tidy">Style</a></dt>
<dd>
<div class="block">Instantiates a new style.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.html#STYLE">STYLE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.html" title="class in org.w3c.tidy">TagCheckImpl</a></dt>
<dd>
<div class="block">CheckSTYLE instance.</div>
</dd>
<dt><a href="./org/w3c/tidy/StyleProp.html" title="class in org.w3c.tidy"><span class="strong">StyleProp</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Linked list of style properties.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StyleProp.html#StyleProp(java.lang.String, java.lang.String, org.w3c.tidy.StyleProp)">StyleProp(String, String, StyleProp)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/StyleProp.html" title="class in org.w3c.tidy">StyleProp</a></dt>
<dd>
<div class="block">Instantiates a new style property.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#styles">styles</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">used for cleaning up presentation markup.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMCharacterDataImpl.html#substringData(int, int)">substringData(int, int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMCharacterDataImpl.html" title="class in org.w3c.tidy">DOMCharacterDataImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyMessage.Level.html#SUMMARY">SUMMARY</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyMessage.Level.html" title="class in org.w3c.tidy">TidyMessage.Level</a></dt>
<dd>
<div class="block">level = summary (0).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/DOMNodeImpl.html#supports(java.lang.String, java.lang.String)">supports(String, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/DOMNodeImpl.html" title="class in org.w3c.tidy">DOMNodeImpl</a></dt>
<dd>
<div class="block">DOM2 - not implemented.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/PPrint.html#Surrogate_split(int, int[])">Surrogate_split(int, int[])</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/PPrint.html" title="class in org.w3c.tidy">PPrint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#SUSPECTED_MISSING_QUOTE">SUSPECTED_MISSING_QUOTE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">suspected missing quote.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#switchInline(org.w3c.tidy.Node, org.w3c.tidy.Node)">switchInline(Node, Node)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_T_">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.html#TABLE">TABLE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.html" title="class in org.w3c.tidy">TagCheckImpl</a></dt>
<dd>
<div class="block">CheckTABLE instance.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.html#TABLECELL">TABLECELL</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.html" title="class in org.w3c.tidy">TagCheckImpl</a></dt>
<dd>
<div class="block">CheckTableCell instance.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#TABLETAG">TABLETAG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for table.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#tabsize">tabsize</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">default tab size (8).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/IStack.html#tag">tag</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/IStack.html" title="class in org.w3c.tidy">IStack</a></dt>
<dd>
<div class="block">tag's dictionary definition.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#tag">tag</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">tag's dictionary definition.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Style.html#tag">tag</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Style.html" title="class in org.w3c.tidy">Style</a></dt>
<dd>
<div class="block">Tag name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#TAG_NOT_ALLOWED_IN">TAG_NOT_ALLOWED_IN</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">tag not allowed in.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagA">tagA</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">a tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagAddress">tagAddress</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">address tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagApplet">tagApplet</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">applet tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagArea">tagArea</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">area tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagB">tagB</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">b tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagBase">tagBase</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">base tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagBig">tagBig</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">big tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagBlink">tagBlink</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">a proprietary tag added by Tidy, along with tag_nobr, tag_wbr.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagBlockquote">tagBlockquote</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">blockquote tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagBody">tagBody</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">body tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagBr">tagBr</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">br tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagCaption">tagCaption</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">caption tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagCenter">tagCenter</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">center tag.</div>
</dd>
<dt><a href="./org/w3c/tidy/TagCheck.html" title="interface in org.w3c.tidy"><span class="strong">TagCheck</span></a> - Interface in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Check HTML attributes.</div>
</dd>
<dt><a href="./org/w3c/tidy/TagCheckImpl.html" title="class in org.w3c.tidy"><span class="strong">TagCheckImpl</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Check HTML attributes implementation.</div>
</dd>
<dt><a href="./org/w3c/tidy/TagCheckImpl.CheckAnchor.html" title="class in org.w3c.tidy"><span class="strong">TagCheckImpl.CheckAnchor</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Checker implementation for anchors.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckAnchor.html#TagCheckImpl.CheckAnchor()">TagCheckImpl.CheckAnchor()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckAnchor.html" title="class in org.w3c.tidy">TagCheckImpl.CheckAnchor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/TagCheckImpl.CheckAREA.html" title="class in org.w3c.tidy"><span class="strong">TagCheckImpl.CheckAREA</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Checker implementation for area.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckAREA.html#TagCheckImpl.CheckAREA()">TagCheckImpl.CheckAREA()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckAREA.html" title="class in org.w3c.tidy">TagCheckImpl.CheckAREA</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/TagCheckImpl.CheckCaption.html" title="class in org.w3c.tidy"><span class="strong">TagCheckImpl.CheckCaption</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Checker implementation for table caption.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckCaption.html#TagCheckImpl.CheckCaption()">TagCheckImpl.CheckCaption()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckCaption.html" title="class in org.w3c.tidy">TagCheckImpl.CheckCaption</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/TagCheckImpl.CheckForm.html" title="class in org.w3c.tidy"><span class="strong">TagCheckImpl.CheckForm</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Checker implementation for forms.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckForm.html#TagCheckImpl.CheckForm()">TagCheckImpl.CheckForm()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckForm.html" title="class in org.w3c.tidy">TagCheckImpl.CheckForm</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/TagCheckImpl.CheckHR.html" title="class in org.w3c.tidy"><span class="strong">TagCheckImpl.CheckHR</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Checker implementation for hr.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckHR.html#TagCheckImpl.CheckHR()">TagCheckImpl.CheckHR()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckHR.html" title="class in org.w3c.tidy">TagCheckImpl.CheckHR</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/TagCheckImpl.CheckHTML.html" title="class in org.w3c.tidy"><span class="strong">TagCheckImpl.CheckHTML</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Checker implementation for html tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckHTML.html#TagCheckImpl.CheckHTML()">TagCheckImpl.CheckHTML()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckHTML.html" title="class in org.w3c.tidy">TagCheckImpl.CheckHTML</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/TagCheckImpl.CheckIMG.html" title="class in org.w3c.tidy"><span class="strong">TagCheckImpl.CheckIMG</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Checker implementation for image tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckIMG.html#TagCheckImpl.CheckIMG()">TagCheckImpl.CheckIMG()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckIMG.html" title="class in org.w3c.tidy">TagCheckImpl.CheckIMG</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/TagCheckImpl.CheckLINK.html" title="class in org.w3c.tidy"><span class="strong">TagCheckImpl.CheckLINK</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">add missing type attribute when appropriate.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckLINK.html#TagCheckImpl.CheckLINK()">TagCheckImpl.CheckLINK()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckLINK.html" title="class in org.w3c.tidy">TagCheckImpl.CheckLINK</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/TagCheckImpl.CheckMap.html" title="class in org.w3c.tidy"><span class="strong">TagCheckImpl.CheckMap</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Checker implementation for image maps.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckMap.html#TagCheckImpl.CheckMap()">TagCheckImpl.CheckMap()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckMap.html" title="class in org.w3c.tidy">TagCheckImpl.CheckMap</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/TagCheckImpl.CheckMeta.html" title="class in org.w3c.tidy"><span class="strong">TagCheckImpl.CheckMeta</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Checker implementation for meta tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckMeta.html#TagCheckImpl.CheckMeta()">TagCheckImpl.CheckMeta()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckMeta.html" title="class in org.w3c.tidy">TagCheckImpl.CheckMeta</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/TagCheckImpl.CheckSCRIPT.html" title="class in org.w3c.tidy"><span class="strong">TagCheckImpl.CheckSCRIPT</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Checker implementation for script tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckSCRIPT.html#TagCheckImpl.CheckSCRIPT()">TagCheckImpl.CheckSCRIPT()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckSCRIPT.html" title="class in org.w3c.tidy">TagCheckImpl.CheckSCRIPT</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/TagCheckImpl.CheckSTYLE.html" title="class in org.w3c.tidy"><span class="strong">TagCheckImpl.CheckSTYLE</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Checker implementation for style tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckSTYLE.html#TagCheckImpl.CheckSTYLE()">TagCheckImpl.CheckSTYLE()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckSTYLE.html" title="class in org.w3c.tidy">TagCheckImpl.CheckSTYLE</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/TagCheckImpl.CheckTABLE.html" title="class in org.w3c.tidy"><span class="strong">TagCheckImpl.CheckTABLE</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Checker implementation for table.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckTABLE.html#TagCheckImpl.CheckTABLE()">TagCheckImpl.CheckTABLE()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckTABLE.html" title="class in org.w3c.tidy">TagCheckImpl.CheckTABLE</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/w3c/tidy/TagCheckImpl.CheckTableCell.html" title="class in org.w3c.tidy"><span class="strong">TagCheckImpl.CheckTableCell</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Checker implementation for table cells.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagCheckImpl.CheckTableCell.html#TagCheckImpl.CheckTableCell()">TagCheckImpl.CheckTableCell()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/TagCheckImpl.CheckTableCell.html" title="class in org.w3c.tidy">TagCheckImpl.CheckTableCell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Style.html#tagClass">tagClass</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Style.html" title="class in org.w3c.tidy">Style</a></dt>
<dd>
<div class="block">Tag class.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagCol">tagCol</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">col tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagColgroup">tagColgroup</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">colgroup tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagDd">tagDd</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">dd tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagDir">tagDir</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">dir tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagDiv">tagDiv</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">div tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagDl">tagDl</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">dl tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagDt">tagDt</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">dt tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagEm">tagEm</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">em tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagFont">tagFont</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">font tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagForm">tagForm</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">form tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagFrame">tagFrame</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">frame tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagFrameset">tagFrameset</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">frameset tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagH1">tagH1</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">h1 tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagH2">tagH2</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">h2 tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagHead">tagHead</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">head tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagHr">tagHr</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">hr tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagHtml">tagHtml</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">html tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagI">tagI</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">i tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagIframe">tagIframe</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">iframe tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagImg">tagImg</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">img tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagInput">tagInput</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">input tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagLayer">tagLayer</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">layer tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagLi">tagLi</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">li tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagLink">tagLink</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">link tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagListing">tagListing</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">listing tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagMap">tagMap</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">map tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagMeta">tagMeta</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">meta tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagNobr">tagNobr</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">nobr tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagNoframes">tagNoframes</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">noframes tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagNoscript">tagNoscript</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">noscript tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagObject">tagObject</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">object tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagOl">tagOl</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">ol tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagOptgroup">tagOptgroup</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">optgroup tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagOption">tagOption</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">option tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagP">tagP</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">p tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagParam">tagParam</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">param tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagPre">tagPre</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">pre tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagQ">tagQ</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagScript">tagScript</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">script tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagSmall">tagSmall</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">small tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagSpacer">tagSpacer</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">spacer tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagSpan">tagSpan</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">span tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagStrong">tagStrong</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">strong tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagStyle">tagStyle</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">style tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagSub">tagSub</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">subscript tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagSup">tagSup</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">superscript tag.</div>
</dd>
<dt><a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy"><span class="strong">TagTable</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Tag dictionary node hash table.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#TagTable()">TagTable()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">Instantiates a new tag table with known tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagTable">tagTable</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">table tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagTd">tagTd</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">td tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagTextarea">tagTextarea</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">textarea tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagTh">tagTh</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">th tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagTitle">tagTitle</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">title tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagTr">tagTr</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">tr tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#TAGTYPE_BLOCK">TAGTYPE_BLOCK</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">types of tags that the user can define: block tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#TAGTYPE_EMPTY">TAGTYPE_EMPTY</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">types of tags that the user can define: empty tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#TAGTYPE_INLINE">TAGTYPE_INLINE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">types of tags that the user can define: inline tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#TAGTYPE_PRE">TAGTYPE_PRE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">types of tags that the user can define: pre tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagUl">tagUl</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">ul tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#tagWbr">tagWbr</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">wbr tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#TARGET">TARGET</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "target" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#TEXT">TEXT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for text attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#TEXT">TEXT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for text.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#TEXT_NODE">TEXT_NODE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">node type: text.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#textarray">textarray</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">the text array.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#TEXTDIR">TEXTDIR</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "dir" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/PPrint.html#TextNodeEndWithSpace(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">TextNodeEndWithSpace(Lexer, Node)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/PPrint.html" title="class in org.w3c.tidy">PPrint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#TFRAME">TFRAME</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for table "frame" attribute.</div>
</dd>
<dt><a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy"><span class="strong">Tidy</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">HTML parser and pretty printer.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Tidy.html#Tidy()">Tidy()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/Tidy.html" title="class in org.w3c.tidy">Tidy</a></dt>
<dd>
<div class="block">Instantiates a new Tidy instance.</div>
</dd>
<dt><a href="./org/w3c/tidy/TidyBeanInfo.html" title="class in org.w3c.tidy"><span class="strong">TidyBeanInfo</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">BeanInfo for Tidy.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyBeanInfo.html#TidyBeanInfo()">TidyBeanInfo()</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/TidyBeanInfo.html" title="class in org.w3c.tidy">TidyBeanInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#tidyMark">tidyMark</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">add meta element indicating tidied doc.</div>
</dd>
<dt><a href="./org/w3c/tidy/TidyMessage.html" title="class in org.w3c.tidy"><span class="strong">TidyMessage</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Message sent to listeners for validation errors/warnings and info.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyMessage.html#TidyMessage(int, int, int, org.w3c.tidy.TidyMessage.Level, java.lang.String)">TidyMessage(int, int, int, TidyMessage.Level, String)</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/TidyMessage.html" title="class in org.w3c.tidy">TidyMessage</a></dt>
<dd>
<div class="block">Instantiates a new message.</div>
</dd>
<dt><a href="./org/w3c/tidy/TidyMessage.Level.html" title="class in org.w3c.tidy"><span class="strong">TidyMessage.Level</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Message severity enumeration.</div>
</dd>
<dt><a href="./org/w3c/tidy/TidyMessageListener.html" title="interface in org.w3c.tidy"><span class="strong">TidyMessageListener</span></a> - Interface in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Listener interface for validation errors/warnings and info.</div>
</dd>
<dt><a href="./org/w3c/tidy/TidyUtils.html" title="class in org.w3c.tidy"><span class="strong">TidyUtils</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>
<div class="block">Utility class with handy methods, mainly for String handling or for reproducing c behaviours.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#TITLE">TITLE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">parser for title.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingNameMapper.html#toIana(java.lang.String)">toIana(String)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingNameMapper.html" title="class in org.w3c.tidy">EncodingNameMapper</a></dt>
<dd>
<div class="block">Convert a Java character encoding name to its IANA equivalent.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingNameMapper.html#toJava(java.lang.String)">toJava(String)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingNameMapper.html" title="class in org.w3c.tidy">EncodingNameMapper</a></dt>
<dd>
<div class="block">Converts an encoding name to the standard java name.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#token">token</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">current node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyUtils.html#toLower(char)">toLower(char)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyUtils.html" title="class in org.w3c.tidy">TidyUtils</a></dt>
<dd>
<div class="block">Maps the given character to its lowercase equivalent.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#TOO_MANY_ELEMENTS">TOO_MANY_ELEMENTS</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">too many element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#TOO_MANY_ELEMENTS_IN">TOO_MANY_ELEMENTS_IN</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">too many elements in.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#toString()">toString()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyMessage.Level.html#toString()">toString()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyMessage.Level.html" title="class in org.w3c.tidy">TidyMessage.Level</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyUtils.html#toUpper(char)">toUpper(char)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyUtils.html" title="class in org.w3c.tidy">TidyUtils</a></dt>
<dd>
<div class="block">Maps the given character to its uppercase equivalent.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#TRIM_EMPTY_ELEMENT">TRIM_EMPTY_ELEMENT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">trim empty element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#trimEmpty">trimEmpty</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">trim empty elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#trimEmptyElement(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">trimEmptyElement(Lexer, Node)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Trim an empty element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#trimInitialSpace(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node)">trimInitialSpace(Lexer, Node, Node)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">This maps <code>&lt;p> hello &lt;em> world &lt;/em></code> to <code>&lt;p> hello &lt;em> world &lt;/em></code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#trimSpaces(org.w3c.tidy.Lexer, org.w3c.tidy.Node)">trimSpaces(Lexer, Node)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">Move initial and trailing space out.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#trimTrailingSpace(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node)">trimTrailingSpace(Lexer, Node, Node)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">This maps <em> hello </em> <strong>world </strong> to <em> hello </em> <strong>world </strong>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#TRULES">TRULES</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for table "rules" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#tt">tt</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">TagTable associated with this Configuration.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#txtend">txtend</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">end of current node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#txtstart">txtstart</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">start of current node.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#TYPE">TYPE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "type" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#type">type</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">TextNode, StartTag, EndTag etc.</div>
</dd>
</dl>
<a name="_U_">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#UNESCAPED_AMPERSAND">UNESCAPED_AMPERSAND</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">invalid entity: unescaped ampersand.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#UNESCAPED_ELEMENT">UNESCAPED_ELEMENT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">unescaped element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#UNEXPECTED_END_OF_FILE">UNEXPECTED_END_OF_FILE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">unexpected end of file.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#UNEXPECTED_END_OF_FILE_ATTR">UNEXPECTED_END_OF_FILE_ATTR</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: unexpected end of file.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#UNEXPECTED_ENDTAG">UNEXPECTED_ENDTAG</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">unexpected end tag.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#UNEXPECTED_ENDTAG_IN">UNEXPECTED_ENDTAG_IN</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">unexpected endag in.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#UNEXPECTED_EQUALSIGN">UNEXPECTED_EQUALSIGN</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: expected equalsign.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#UNEXPECTED_GT">UNEXPECTED_GT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: unexpected gt.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#UNEXPECTED_QUOTEMARK">UNEXPECTED_QUOTEMARK</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: unexpected quotemark.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamIn.html#ungetChar(int)">ungetChar(int)</a></span> - Method in interface org.w3c.tidy.<a href="./org/w3c/tidy/StreamIn.html" title="interface in org.w3c.tidy">StreamIn</a></dt>
<dd>
<div class="block">Unget a char.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StreamInJavaImpl.html#ungetChar(int)">ungetChar(int)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/StreamInJavaImpl.html" title="class in org.w3c.tidy">StreamInJavaImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#ungetToken()">ungetToken()</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#UNICODE_BOM">UNICODE_BOM</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">the default (big-endian) UNICODE BOM.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#UNICODE_BOM_BE">UNICODE_BOM_BE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">the big-endian (default) UNICODE BOM.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#UNICODE_BOM_LE">UNICODE_BOM_LE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">the little-endian UNICODE BOM.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#UNICODE_BOM_UTF8">UNICODE_BOM_UTF8</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">the UTF-8 UNICODE BOM.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#UNKNOWN_ATTRIBUTE">UNKNOWN_ATTRIBUTE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: unknown attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#UNKNOWN_ELEMENT">UNKNOWN_ELEMENT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">unknown element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#UNKNOWN_ENTITY">UNKNOWN_ENTITY</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">invalid entity: unknown entity.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#unknownFile(java.io.PrintWriter, java.lang.String)">unknownFile(PrintWriter, String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Prints the "unknown file" message.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#unknownOption(java.lang.String)">unknownOption(String)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Prints an "unknown option" error message.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#unknownOption(java.io.PrintWriter, char)">unknownOption(PrintWriter, char)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Prints the "unknown option" message.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#updateNodeTextArrays(byte[], byte[])">updateNodeTextArrays(byte[], byte[])</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">Update <code>oldtextarray</code> in the current nodes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#upperCaseAttrs">upperCaseAttrs</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">output attributes in upper not lower case.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#upperCaseTags">upperCaseTags</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">output tags in upper not lower case.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#URL">URL</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for URLs.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#URLS">URLS</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for attributes which contain a list of urls.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#USING_BODY">USING_BODY</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">presentation flaw: using body.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#USING_BR_INPLACE_OF">USING_BR_INPLACE_OF</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">unsing br in place of.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#USING_FONT">USING_FONT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">presentation flaw: using font.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#USING_FRAMES">USING_FRAMES</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">accessibility flaw: using frames.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#USING_LAYER">USING_LAYER</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">presentation flaw: using layer.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#USING_NOBR">USING_NOBR</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">presentation flaw: using nobr.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#USING_NOFRAMES">USING_NOFRAMES</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">accessibility flaw: using noframes.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#USING_SPACER">USING_SPACER</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">presentation flaw: using spacer.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#UTF16">UTF16</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#UTF16_HIGH_SURROGATE_BEGIN">UTF16_HIGH_SURROGATE_BEGIN</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">UTF-16 surrogate pair areas: high surrogates begin.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#UTF16_HIGH_SURROGATE_END">UTF16_HIGH_SURROGATE_END</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">UTF-16 surrogate pair areas: high surrogates end.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#UTF16_LOW_SURROGATE_BEGIN">UTF16_LOW_SURROGATE_BEGIN</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">UTF-16 surrogate pair areas: low surrogates begin.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#UTF16_LOW_SURROGATE_END">UTF16_LOW_SURROGATE_END</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">UTF-16 surrogate pair areas: low surrogates end.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/EncodingUtils.html#UTF16_SURROGATES_BEGIN">UTF16_SURROGATES_BEGIN</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/EncodingUtils.html" title="class in org.w3c.tidy">EncodingUtils</a></dt>
<dd>
<div class="block">UTF-16 surrogates begin.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#UTF16BE">UTF16BE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#UTF16LE">UTF16LE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#UTF8">UTF8</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
</dd>
</dl>
<a name="_V_">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><a href="./org/w3c/tidy/ValidUTF8Sequence.html" title="class in org.w3c.tidy"><span class="strong">ValidUTF8Sequence</span></a> - Class in <a href="./org/w3c/tidy/package-summary.html">org.w3c.tidy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ValidUTF8Sequence.html#ValidUTF8Sequence(int, int, int, char[])">ValidUTF8Sequence(int, int, int, char[])</a></span> - Constructor for class org.w3c.tidy.<a href="./org/w3c/tidy/ValidUTF8Sequence.html" title="class in org.w3c.tidy">ValidUTF8Sequence</a></dt>
<dd>
<div class="block">Instantiates a new ValidUTF8Sequence.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#VALIGN">VALIGN</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "valign" attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttVal.html#value">value</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttVal.html" title="class in org.w3c.tidy">AttVal</a></dt>
<dd>
<div class="block">Attribute value.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/StyleProp.html#value">value</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/StyleProp.html" title="class in org.w3c.tidy">StyleProp</a></dt>
<dd>
<div class="block">Style value.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#VENDOR_SPECIFIC_CHARS">VENDOR_SPECIFIC_CHARS</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">character encoding: vendor specific chars.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_ALL">VERS_ALL</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">tags/attrs in any version.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_BASIC">VERS_BASIC</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Version: xhtml basic.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_EVENTS">VERS_EVENTS</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">versions with on...</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_FRAMESET">VERS_FRAMESET</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Version: html 4.0 frameset.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_FROM32">VERS_FROM32</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">tags/attrs in all versions from HTML 3.2 onwards.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_HTML20">VERS_HTML20</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Version: html 2.0.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_HTML32">VERS_HTML32</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Version: html 3.2.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_HTML40">VERS_HTML40</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">tags/attrs in HTML4 but not in earlier version.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_HTML40_LOOSE">VERS_HTML40_LOOSE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Version: html 4.0 transitional.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_HTML40_STRICT">VERS_HTML40_STRICT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Version: html 4.0 strict.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_IFRAME">VERS_IFRAME</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">tags/attrs in HTML 4 loose and frameset.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_LOOSE">VERS_LOOSE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">tags/attrs which are in all versions of HTML except strict.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_MALFORMED">VERS_MALFORMED</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Version: malformed.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_MICROSOFT">VERS_MICROSOFT</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Version: microsoft.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_NETSCAPE">VERS_NETSCAPE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Version: netscape.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_PROPRIETARY">VERS_PROPRIETARY</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">all tags and attributes are ok in proprietary version of HTML.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_SUN">VERS_SUN</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Version: sun.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_UNKNOWN">VERS_UNKNOWN</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Version: unknown.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_XHTML11">VERS_XHTML11</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Version: xhtml 1.1.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#VERS_XML">VERS_XML</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Version: xml.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Dict.html#versions">versions</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Dict.html" title="class in org.w3c.tidy">Dict</a></dt>
<dd>
<div class="block">Version in which this tag is defined.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#versions">versions</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">bit vector of HTML versions.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/AttrCheckImpl.html#VTYPE">VTYPE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/AttrCheckImpl.html" title="class in org.w3c.tidy">AttrCheckImpl</a></dt>
<dd>
<div class="block">checker for "vtype" attribute.</div>
</dd>
</dl>
<a name="_W_">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#warning(org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node, short)">warning(Lexer, Node, Node, short)</a></span> - Method in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">Prints warnings.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TidyMessage.Level.html#WARNING">WARNING</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TidyMessage.Level.html" title="class in org.w3c.tidy">TidyMessage.Level</a></dt>
<dd>
<div class="block">level = warning (2).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#warnings">warnings</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">count of warnings in this document.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#was">was</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">old tag when it was changed.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Lexer.html#waswhite">waswhite</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Lexer.html" title="class in org.w3c.tidy">Lexer</a></dt>
<dd>
<div class="block">used to collapse contiguous white space.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#WIN1252">WIN1252</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#WINDOWS_CHARS">WINDOWS_CHARS</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">character encoding error: windows chars.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#word2000">word2000</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">draconian cleaning for Word2000.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#wrapAsp">wrapAsp</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">wrap within ASP pseudo elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#wrapAttVals">wrapAttVals</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">wrap within attribute values.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#wrapJste">wrapJste</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">wrap within JSTE pseudo elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#wraplen">wraplen</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">default wrap margin (68).</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#wrapPhp">wrapPhp</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">wrap within PHP pseudo elements.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#wrapScriptlets">wrapScriptlets</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">wrap within JavaScript string literals.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#wrapSection">wrapSection</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">wrap within CDATA section tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#writeback">writeback</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">if true then output tidied markup.</div>
</dd>
</dl>
<a name="_X_">
<!-- -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#xHTML">xHTML</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">output extensible HTML.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#XML_ATTRIBUTE_VALUE">XML_ATTRIBUTE_VALUE</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: xml attribute value.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Node.html#XML_DECL">XML_DECL</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Node.html" title="class in org.w3c.tidy">Node</a></dt>
<dd>
<div class="block">node type: doctype.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Report.html#XML_ID_SYNTAX">XML_ID_SYNTAX</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Report.html" title="class in org.w3c.tidy">Report</a></dt>
<dd>
<div class="block">attribute: id sintax.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/TagTable.html#XML_TAGS">XML_TAGS</a></span> - Static variable in class org.w3c.tidy.<a href="./org/w3c/tidy/TagTable.html" title="class in org.w3c.tidy">TagTable</a></dt>
<dd>
<div class="block">dummy entry for all xml tags.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#xmlOut">xmlOut</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">create output as XML.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#xmlPi">xmlPi</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">add <code>&lt;?xml?&gt;</code> for XML docs.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#xmlPIs">xmlPIs</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">If set to yes PIs must end with <code>?&gt;</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/ParserImpl.html#XMLPreserveWhiteSpace(org.w3c.tidy.Node, org.w3c.tidy.TagTable)">XMLPreserveWhiteSpace(Node, TagTable)</a></span> - Static method in class org.w3c.tidy.<a href="./org/w3c/tidy/ParserImpl.html" title="class in org.w3c.tidy">ParserImpl</a></dt>
<dd>
<div class="block">Indicates whether or not whitespace should be preserved for this element.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#xmlSpace">xmlSpace</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">if set to yes adds xml:space attr as needed.</div>
</dd>
<dt><span class="strong"><a href="./org/w3c/tidy/Configuration.html#xmlTags">xmlTags</a></span> - Variable in class org.w3c.tidy.<a href="./org/w3c/tidy/Configuration.html" title="class in org.w3c.tidy">Configuration</a></dt>
<dd>
<div class="block">treat input as XML.</div>
</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_Q_">Q</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./org/w3c/tidy/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="./org/w3c/tidy/package-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>