Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values

A

A - Static variable in class nu.validator.htmlparser.impl.ElementName
 
A - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
A - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
ABBR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ABBR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ABS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ACCENT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ACCENT_HEIGHT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ACCENTUNDER - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ACCEPT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ACCEPT_CHARSET - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ACCESSKEY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ACCUMULATE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
accumulateCharacters(char[], int, int) - Method in class nu.validator.htmlparser.impl.CoalescingTreeBuilder
 
accumulateCharacters(char[], int, int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
accumulateCharactersForced(char[], int, int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
ACRONYM - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ACTION - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ACTIONTYPE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ACTIVE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
actualHtmlEncoding - Variable in class nu.validator.htmlparser.io.Encoding
 
addAttribute(AttributeName, String, XmlViolationPolicy) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
addAttributesToBody(HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Attempt to add attribute to the body element.
addAttributesToElement(Element, HtmlAttributes) - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
addAttributesToElement(Element, HtmlAttributes) - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
addAttributesToElement(Element, HtmlAttributes) - Method in class nu.validator.htmlparser.dom.DOMTreeBuilder
 
addAttributesToElement(Attributes, HtmlAttributes) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
addAttributesToElement(T, HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
addAttributesToHtml(HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
addAttributeWithoutValue() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
addAttributeWithValue() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
addCharacterHandler(CharacterHandler) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
addCharacterHandler(CharacterHandler) - Method in class nu.validator.htmlparser.io.Driver
 
addCharacterHandler(CharacterHandler) - Method in class nu.validator.htmlparser.sax.HtmlParser
 
addCharacterHandler(CharacterHandler) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
 
additional - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
ADDITIVE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ADDRESS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ADDRESS_OR_ARTICLE_OR_ASIDE_OR_DETAILS_OR_DIR_OR_FIGCAPTION_OR_FIGURE_OR_FOOTER_OR_HEADER_OR_HGROUP_OR_NAV_OR_SECTION_OR_SUMMARY - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
addToBuffer(int) - Method in class nu.validator.htmlparser.impl.MetaScanner
Adds a character to the accumulation buffer.
adjust(boolean) - Method in class nu.validator.htmlparser.impl.UTF16Buffer
Adjusts the start index to skip over the first character if it is a line feed and the previous character was a carriage return.
adjustDoubleHyphenAndAppendToLongStrBufAndErr(char) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
adjustDoubleHyphenAndAppendToLongStrBufCarriageReturn() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
adjustDoubleHyphenAndAppendToLongStrBufLineFeed() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
adjustForMath() - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
adjustForSvg() - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
adoptionAgencyEndTag(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
AFTER_AFTER_BODY - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
AFTER_AFTER_FRAMESET - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
AFTER_ATTRIBUTE_NAME - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
AFTER_ATTRIBUTE_NAME - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
AFTER_ATTRIBUTE_VALUE_QUOTED - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
AFTER_ATTRIBUTE_VALUE_QUOTED - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
AFTER_BODY - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
AFTER_DOCTYPE_NAME - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
AFTER_DOCTYPE_PUBLIC_IDENTIFIER - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
AFTER_DOCTYPE_PUBLIC_KEYWORD - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
AFTER_DOCTYPE_SYSTEM_IDENTIFIER - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
AFTER_DOCTYPE_SYSTEM_KEYWORD - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
AFTER_FRAMESET - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
AFTER_HEAD - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
ALIGN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ALIGNMENT_BASELINE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ALIGNMENTSCOPE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ALINK - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ALL - Enum constant in enum class nu.validator.htmlparser.common.Heuristics
Use both jchardet and ICU4J.
ALL_NO_NS - Static variable in class nu.validator.htmlparser.impl.AttributeName
An array representing no namespace regardless of namespace mode (HTML, SVG, MathML, lang-mapping HTML) used.
ALL_NO_PREFIX - Static variable in class nu.validator.htmlparser.impl.AttributeName
An array for no prefixes in any mode.
ALLOW - Enum constant in enum class nu.validator.htmlparser.common.XmlViolationPolicy
Conform to HTML 5, allow XML 1.0 to be violated.
allowRewinding - Variable in class nu.validator.htmlparser.io.Driver
 
ALMOST_STANDARDS_MODE - Enum constant in enum class nu.validator.htmlparser.common.DocumentMode
The Limited Quirks Mode aka.
ALPHABETIC - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
alreadyComplainedAboutNonAscii - Variable in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
Used together with nonAsciiProhibited.
alreadyComplainedAboutThisRun - Variable in class nu.validator.htmlparser.extra.NormalizationChecker
Indicates whether the current run has already caused an error.
alreadyWarnedAboutPrivateUseCharacters - Variable in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
Keeps track of PUA warnings.
ALT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ALTER_INFOSET - Enum constant in enum class nu.validator.htmlparser.common.XmlViolationPolicy
Be non-conforming and alter the infoset to fit XML 1.0 when something would otherwise not be mappable to XML 1.0.
ALTGLYPH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ALTGLYPHDEF - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ALTGLYPHITEM - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ALTIMG - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ALTTEXT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ampersandLocation - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
AMPLITUDE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
AND - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ANIMATE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ANIMATECOLOR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ANIMATEMOTION - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ANIMATETRANSFORM - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ANIMATION - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ANNOTATION - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ANNOTATION_XML - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ANNOTATION_XML - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
annotationXmlEncodingPermitsHtml(HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
append(byte) - Method in class nu.validator.htmlparser.rewindable.RewindableInputStream.Block
 
append(byte[], int, int) - Method in class nu.validator.htmlparser.rewindable.RewindableInputStream.Block
 
append(StackNode<T>) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendCharacters(Element, char[], int, int) - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
appendCharacters(Element, String) - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
appendCharacters(Element, String) - Method in class nu.validator.htmlparser.dom.DOMTreeBuilder
 
appendCharacters(Attributes, char[], int, int) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
appendCharacters(T, char[], int, int) - Method in class nu.validator.htmlparser.impl.CoalescingTreeBuilder
 
appendCharacters(T, char[], int, int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendCharacters(T, String) - Method in class nu.validator.htmlparser.impl.CoalescingTreeBuilder
 
appendChild(Node) - Method in class nu.validator.saxtree.ParentNode
Append a child to this node and return the child.
appendChildren(Node) - Method in class nu.validator.saxtree.ParentNode
Append the children of another node to this node removing them from the other node .
appendChildrenToNewParent(Element, Element) - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
appendChildrenToNewParent(Element, Element) - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
appendChildrenToNewParent(Element, Element) - Method in class nu.validator.htmlparser.dom.DOMTreeBuilder
 
appendChildrenToNewParent(Attributes, Attributes) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
appendChildrenToNewParent(T, T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendComment(Element, char[], int, int) - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
appendComment(Element, String) - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
appendComment(Element, String) - Method in class nu.validator.htmlparser.dom.DOMTreeBuilder
 
appendComment(Attributes, char[], int, int) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
appendComment(T, char[], int, int) - Method in class nu.validator.htmlparser.impl.CoalescingTreeBuilder
 
appendComment(T, char[], int, int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendComment(T, String) - Method in class nu.validator.htmlparser.impl.CoalescingTreeBuilder
 
appendCommentToDocument(char[], int, int) - Method in class nu.validator.htmlparser.impl.CoalescingTreeBuilder
 
appendCommentToDocument(char[], int, int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendCommentToDocument(char[], int, int) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
appendCommentToDocument(char[], int, int) - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
appendCommentToDocument(String) - Method in class nu.validator.htmlparser.dom.DOMTreeBuilder
 
appendCommentToDocument(String) - Method in class nu.validator.htmlparser.impl.CoalescingTreeBuilder
 
appendCommentToDocument(String) - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
appendDoctypeToDocument(String, String, String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendDoctypeToDocument(String, String, String) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
appendDoctypeToDocument(String, String, String) - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
appendElement(Element, Element) - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
appendElement(Element, Element) - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
appendElement(Element, Element) - Method in class nu.validator.htmlparser.dom.DOMTreeBuilder
 
appendElement(Attributes, Attributes) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
appendElement(T, T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendHtmlElementToDocumentAndPush() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendHtmlElementToDocumentAndPush(HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendIsindexPrompt(Element) - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
appendIsindexPrompt(Attributes) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
appendIsindexPrompt(T) - Method in class nu.validator.htmlparser.impl.CoalescingTreeBuilder
 
appendIsindexPrompt(T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendLongStrBuf(char) - Method in class nu.validator.htmlparser.impl.Tokenizer
Appends to the larger buffer.
appendLongStrBuf(char[], int, int) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
appendLongStrBufCarriageReturn() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
appendLongStrBufLineFeed() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
appendSecondHyphenToBogusComment() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
appendStrBuf(char) - Method in class nu.validator.htmlparser.impl.Tokenizer
Appends to the smaller buffer.
appendStrBufToLongStrBuf() - Method in class nu.validator.htmlparser.impl.Tokenizer
Append the contents of the smaller buffer to the larger one.
appendToBuf(char[], int, int) - Method in class nu.validator.htmlparser.extra.NormalizationChecker
Appends a slice of an UTF-16 code unit array to the internal buffer.
appendToCurrentNodeAndPushBodyElement() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendToCurrentNodeAndPushBodyElement(HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendToCurrentNodeAndPushElement(ElementName, HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendToCurrentNodeAndPushElementMayFoster(ElementName, HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendToCurrentNodeAndPushElementMayFoster(ElementName, HtmlAttributes, T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendToCurrentNodeAndPushElementMayFosterMathML(ElementName, HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendToCurrentNodeAndPushElementMayFosterSVG(ElementName, HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendToCurrentNodeAndPushFormattingElementMayFoster(ElementName, HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendToCurrentNodeAndPushFormElementMayFoster(HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendToCurrentNodeAndPushHeadElement(HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendUHexTo(StringBuilder, int) - Static method in class nu.validator.htmlparser.impl.NCName
 
appendVoidElementToCurrent(String, HtmlAttributes, T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendVoidElementToCurrentMayFoster(String, HtmlAttributes, T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendVoidElementToCurrentMayFoster(ElementName, HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendVoidElementToCurrentMayFosterMathML(ElementName, HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendVoidElementToCurrentMayFosterSVG(ElementName, HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendVoidFormToCurrent(HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
APPLET - Static variable in class nu.validator.htmlparser.impl.ElementName
 
APPLY - Static variable in class nu.validator.htmlparser.impl.ElementName
 
APPROX - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ARABIC_FORM - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARCCOS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ARCCOSH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ARCCOT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ARCCOTH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ARCCSC - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ARCCSCH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ARCHIVE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARCSEC - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ARCSECH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ARCSIN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ARCSINH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ARCTAN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ARCTANH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
AREA - Static variable in class nu.validator.htmlparser.impl.ElementName
 
AREA_OR_WBR - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
ARG - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ARIA_ACTIVEDESCENDANT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_ATOMIC - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_AUTOCOMPLETE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_BUSY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_CHANNEL - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_CHECKED - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_CONTROLS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_DATATYPE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_DESCRIBEDBY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_DISABLED - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_DROPEFFECT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_EXPANDED - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_FLOWTO - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_GRAB - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_HASPOPUP - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_HIDDEN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_INVALID - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_LABELLEDBY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_LEVEL - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_LIVE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_MULTILINE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_MULTISELECTABLE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_OWNS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_POSINSET - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_PRESSED - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_READONLY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_RELEVANT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_REQUIRED - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_SECRET - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_SELECTED - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_SETSIZE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_SORT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_TEMPLATEID - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_VALUEMAX - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_VALUEMIN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARIA_VALUENOW - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ARTICLE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ASCENT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
asciiMapsToBasicLatin(byte[], Charset) - Static method in class nu.validator.htmlparser.io.Encoding
 
asciiSuperset - Variable in class nu.validator.htmlparser.io.Encoding
 
ASIDE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
astralChar - Variable in class nu.validator.htmlparser.impl.Tokenizer
Buffer for expanding astral NCRs.
ASYNC - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
atStartOfRun - Variable in class nu.validator.htmlparser.extra.NormalizationChecker
Indicates whether the checker the next call to characters() is the first call in a run.
ATTRIBUTE_HASHES - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ATTRIBUTE_NAME - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
ATTRIBUTE_NAME - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
ATTRIBUTE_NAMES - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ATTRIBUTE_VALUE_DOUBLE_QUOTED - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
ATTRIBUTE_VALUE_DOUBLE_QUOTED - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
ATTRIBUTE_VALUE_SINGLE_QUOTED - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
ATTRIBUTE_VALUE_SINGLE_QUOTED - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
ATTRIBUTE_VALUE_UNQUOTED - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
ATTRIBUTE_VALUE_UNQUOTED - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
attributeName - Variable in class nu.validator.htmlparser.impl.Tokenizer
The current attribute name.
AttributeName - Class in nu.validator.htmlparser.impl
 
AttributeName(String[], String[], String[], int) - Constructor for class nu.validator.htmlparser.impl.AttributeName
The startup-time constructor.
ATTRIBUTENAME - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
attributeNameComplete() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
attributes - Variable in class nu.validator.htmlparser.dom.Dom2Sax
 
attributes - Variable in class nu.validator.htmlparser.impl.StackNode
 
attributes - Variable in class nu.validator.htmlparser.impl.Tokenizer
The attribute holder.
attributes - Variable in class nu.validator.saxtree.Element
The attributes.
ATTRIBUTETYPE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
AUDIO - Static variable in class nu.validator.htmlparser.impl.ElementName
 
Auto - Annotation Interface in nu.validator.htmlparser.annotation
 
AUTO - Enum constant in enum class nu.validator.htmlparser.common.DoctypeExpectation
Treat the doctype required by HTML 5, doctypes with the HTML 4.01 Strict public id and doctypes with the HTML 4.01 Transitional public id and a system id as non-errors.
AUTOCOMPLETE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
AUTOFOCUS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
AUTOPLAY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
AUTOSUBMIT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
available() - Method in class nu.validator.htmlparser.rewindable.RewindableInputStream
 
AXIS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
AZIMUTH - Static variable in class nu.validator.htmlparser.impl.AttributeName
 

B

B - Static variable in class nu.validator.htmlparser.impl.ElementName
 
B_OR_BIG_OR_CODE_OR_EM_OR_I_OR_S_OR_SMALL_OR_STRIKE_OR_STRONG_OR_TT_OR_U - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
BACKGROUND - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
BANNED - Static variable in class nu.validator.htmlparser.io.Encoding
 
BASE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
BASE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
BASE - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
BASEFONT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
BASEFREQUENCY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
BASELINE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
BASELINE_SHIFT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
BASEPROFILE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
BBOX - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
BDO - Static variable in class nu.validator.htmlparser.impl.ElementName
 
becomeConfident() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
becomeConfident() - Method in class nu.validator.htmlparser.io.Driver
 
BEFORE_ATTRIBUTE_NAME - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
BEFORE_ATTRIBUTE_NAME - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
BEFORE_ATTRIBUTE_VALUE - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
BEFORE_ATTRIBUTE_VALUE - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
BEFORE_DOCTYPE_NAME - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
BEFORE_DOCTYPE_PUBLIC_IDENTIFIER - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
BEFORE_DOCTYPE_SYSTEM_IDENTIFIER - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
BEFORE_HEAD - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
BEFORE_HTML - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
BEGIN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
BEVELLED - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
BGCOLOR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
BGSOUND - Static variable in class nu.validator.htmlparser.impl.ElementName
 
BIAS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
BIG - Static variable in class nu.validator.htmlparser.impl.ElementName
 
Block() - Constructor for class nu.validator.htmlparser.rewindable.RewindableInputStream.Block
 
Block(int) - Constructor for class nu.validator.htmlparser.rewindable.RewindableInputStream.Block
 
BLOCKQUOTE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
bmpChar - Variable in class nu.validator.htmlparser.impl.Tokenizer
Buffer for expanding NCRs falling into the Basic Multilingual Plane.
BODY - Static variable in class nu.validator.htmlparser.impl.ElementName
 
BODY - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
BOGUS_COMMENT - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
BOGUS_COMMENT_HYPHEN - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
BOGUS_DOCTYPE - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
bogusDoctype() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
bogusDoctypeWithoutQuirks() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
BomSniffer - Class in nu.validator.htmlparser.io
The BOM sniffing part of the HTML5 encoding sniffing algorithm.
BomSniffer(ByteReadable) - Constructor for class nu.validator.htmlparser.io.BomSniffer
 
BOOLEAN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
BORDER - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
BR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
BR - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
buf - Variable in class nu.validator.htmlparser.extra.NormalizationChecker
A buffer for holding sequences overlap the SAX buffer boundary.
buf - Variable in class nu.validator.htmlparser.rewindable.RewindableInputStream.Block
 
buffer - Variable in class nu.validator.htmlparser.impl.UTF16Buffer
The backing store of the buffer.
buffer - Variable in class nu.validator.saxtree.CharBufferNode
The buffer.
BUFFER_GROW_BY - Static variable in class nu.validator.htmlparser.impl.Tokenizer
Buffer growth parameter.
bufHolder - Variable in class nu.validator.htmlparser.extra.NormalizationChecker
A holder for the original buffer (for the memory leak prevention mechanism).
bufToHash(char[], int) - Static method in class nu.validator.htmlparser.impl.AttributeName
This method has to return a unique integer for each well-known lower-cased attribute name.
bufToHash(char[], int) - Static method in class nu.validator.htmlparser.impl.ElementName
This method has to return a unique integer for each well-known lower-cased element name.
build(File) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Parse from File.
build(InputStream) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Parse from InputStream.
build(InputStream, String) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Parse from InputStream.
build(Reader) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Parse from Reader.
build(Reader, String) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Parse from Reader.
build(String) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Parse from URI.
build(String, String) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Parse from String.
build(InputSource) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Parse from SAX InputSource.
buildFragment(InputSource, String) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Parse a fragment from SAX InputSource.
BUTTON - Static variable in class nu.validator.htmlparser.impl.ElementName
 
BUTTON - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
BVAR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
BY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
byteArray - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
byteBuffer - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
ByteReadable - Interface in nu.validator.htmlparser.common
An interface for providing a method for reading a stream of bytes one byte at a time.
bytesRead - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 

C

cachedTable - Variable in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
cachedTable - Variable in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
cachedTableIndex - Variable in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
cachedTablePreviousSibling - Variable in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
CALCMODE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
calculateLineAndCol(CharBuffer) - Method in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
camelCaseName - Variable in class nu.validator.htmlparser.impl.ElementName
 
candidate - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
canEncode() - Method in class nu.validator.htmlparser.io.Encoding
 
canonName - Variable in class nu.validator.htmlparser.io.Encoding
 
canRewind() - Method in interface nu.validator.htmlparser.rewindable.Rewindable
 
canRewind() - Method in class nu.validator.htmlparser.rewindable.RewindableInputStream
 
CANVAS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
CAP_HEIGHT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CAPTION - Static variable in class nu.validator.htmlparser.impl.ElementName
 
CAPTION - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
CARD - Static variable in class nu.validator.htmlparser.impl.ElementName
 
CARTESIANPRODUCT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
CASE_FOLDED - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CDATA - Class in nu.validator.saxtree
A CDATA section.
CDATA - Enum constant in enum class nu.validator.saxtree.NodeType
A CDATA section.
CDATA(Locator) - Constructor for class nu.validator.saxtree.CDATA
The constructor.
CDATA_LSQB - Static variable in class nu.validator.htmlparser.impl.Tokenizer
"CDATA[" as char[]
CDATA_RSQB - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
CDATA_RSQB_RSQB - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
CDATA_SECTION - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
CDATA_START - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
cdataSectionAllowed() - Method in interface nu.validator.htmlparser.common.TokenHandler
Checks if the CDATA sections are allowed.
cdataSectionAllowed() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
CEILING - Static variable in class nu.validator.htmlparser.impl.ElementName
 
CELLPADDING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CELLSPACING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CENTER - Static variable in class nu.validator.htmlparser.impl.ElementName
 
CERTAIN - Enum constant in enum class nu.validator.htmlparser.io.Confidence
 
CHAR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CHARACTER_REFERENCE_HILO_LOOKUP - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
CHARACTER_REFERENCE_TAIL - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
characterEncoding - Variable in class nu.validator.htmlparser.io.Driver
 
characterEncoding - Variable in class nu.validator.htmlparser.io.MetaSniffer
 
CharacterHandler - Interface in nu.validator.htmlparser.common
An interface for receiving notifications of UTF-16 code units read from a character stream.
characterHandlers - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
characterHandlers - Variable in class nu.validator.htmlparser.io.Driver
Used for NFC checking if non-null, source code capture, etc.
characterHandlers - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
characterHandlers - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
CharacterName - Annotation Interface in nu.validator.htmlparser.annotation
 
characters(char[], int, int) - Method in interface nu.validator.htmlparser.common.CharacterHandler
Receive notification of a run of UTF-16 code units.
characters(char[], int, int) - Method in interface nu.validator.htmlparser.common.TokenHandler
Receive character tokens.
characters(char[], int, int) - Method in class nu.validator.htmlparser.extra.NormalizationChecker
 
characters(char[], int, int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
characters(char[], int, int) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
characters(char[], int, int) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
characters(char[], int, int) - Method in class nu.validator.saxtree.TreeBuilder
 
characters(char[], int, int, Locator) - Method in class nu.validator.saxtree.TreeParser
 
Characters - Class in nu.validator.saxtree
A run of characters
Characters(Locator, char[], int, int) - Constructor for class nu.validator.saxtree.Characters
The constructor.
CHARACTERS - Enum constant in enum class nu.validator.saxtree.NodeType
A run of characters.
charBuffer - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
charBufferContainsNonWhitespace() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
charBufferLen - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
CharBufferNode - Class in nu.validator.saxtree
A common superclass for character buffer node classes.
CharBufferNode(Locator, char[], int, int) - Constructor for class nu.validator.saxtree.CharBufferNode
The constructor.
CHARDET - Enum constant in enum class nu.validator.htmlparser.common.Heuristics
Use jchardet only.
ChardetSniffer - Class in nu.validator.htmlparser.extra
 
ChardetSniffer(byte[], int) - Constructor for class nu.validator.htmlparser.extra.ChardetSniffer
 
CHAROFF - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
charset - Variable in class nu.validator.htmlparser.impl.MetaScanner
 
charset - Variable in class nu.validator.htmlparser.io.Encoding
 
CHARSET - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CHARSET - Static variable in class nu.validator.htmlparser.impl.MetaScanner
Constant for "charset".
CHARSET_A - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
CHARSET_C - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
CHARSET_DOUBLE_QUOTED - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
CHARSET_E - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
CHARSET_EQUALS - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
CHARSET_H - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
CHARSET_INITIAL - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
CHARSET_R - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
CHARSET_S - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
CHARSET_SINGLE_QUOTED - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
CHARSET_T - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
CHARSET_UNQUOTED - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
charsetBoundaryPassed - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
charsetIndex - Variable in class nu.validator.htmlparser.impl.MetaScanner
The current position in recognizing the attribute name "charset".
checkAttributes(HtmlAttributes, String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
checkChar(char[], int) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
checkChar(char[], int) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
CHECKED - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
checkingNormalization - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
checkingNormalization - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
checkingNormalization - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
checkMetaCharset(HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
checkNCName(String) - Method in class nu.validator.htmlparser.sax.NameCheckingXmlSerializer
 
checkNCName(String) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
checkPopName(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
CI - Static variable in class nu.validator.htmlparser.impl.ElementName
 
CIRCLE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
CITE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CITE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
CLASS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CLASSID - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
clear() - Method in class nu.validator.htmlparser.dom.Dom2Sax.NamedNodeMapAttributes
 
clear(int) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
CLEAR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
clearLastListSlot() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
clearLastStackSlot() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
clearLongStrBuf() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
clearLongStrBufAndAppend(char) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
clearStackBackTo(int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
clearStrBuf() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
clearStrBufAndAppend(char) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
clearTheListOfActiveFormattingElementsUpToTheLastMarker() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
clearWithoutReleasingContents() - Method in class nu.validator.htmlparser.impl.HtmlAttributes
This is only used for AttributeName ownership transfer in the isindex case to avoid freeing custom names twice in C++.
CLIP - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CLIP_PATH - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CLIP_RULE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CLIPPATH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
CLIPPATHUNITS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
cloneAttributeName(Interner) - Method in class nu.validator.htmlparser.impl.AttributeName
Clones the attribute using an interner.
cloneAttributes(Interner) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
cloneElementName(Interner) - Method in class nu.validator.htmlparser.impl.ElementName
 
close() - Method in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
close() - Method in class nu.validator.htmlparser.rewindable.RewindableInputStream
 
CLOSE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CLOSE_TAG_OPEN - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
closeTheCell(int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
CLOSURE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
CoalescingTreeBuilder<T> - Class in nu.validator.htmlparser.impl
A common superclass for tree builders that coalesce their text nodes.
CoalescingTreeBuilder() - Constructor for class nu.validator.htmlparser.impl.CoalescingTreeBuilder
 
CODE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CODE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
CODEBASE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CODETYPE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CODOMAIN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
col - Variable in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
The current column number in the current resource being tokenized.
col - Variable in class nu.validator.htmlparser.impl.PushedLocation
 
col - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
col - Variable in class nu.validator.htmlparser.io.MetaSniffer
 
COL - Static variable in class nu.validator.htmlparser.impl.ElementName
 
COL - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
COLGROUP - Static variable in class nu.validator.htmlparser.impl.ElementName
 
COLGROUP - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
COLONIFIED_LOCAL(String, String) - Static method in class nu.validator.htmlparser.impl.AttributeName
An initialization helper for having a different local name in the HTML mode and the SVG and MathML modes.
COLOR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
COLOR_INTERPOLATION - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
COLOR_INTERPOLATION_FILTERS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
COLOR_PROFILE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
COLOR_PROFILE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
COLOR_RENDERING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
colPrev - Variable in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
colPrev - Variable in class nu.validator.htmlparser.impl.PushedLocation
 
COLS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
COLSPAN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
column - Variable in class nu.validator.htmlparser.impl.LocatorImpl
 
column - Variable in class nu.validator.saxtree.LocatorImpl
The column.
column - Variable in class nu.validator.saxtree.Node
The column.
COLUMNALIGN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
COLUMNLINES - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
COLUMNSPACING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
COLUMNSPAN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
COLUMNWIDTH - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
COMMAND - Static variable in class nu.validator.htmlparser.impl.ElementName
 
COMMAND - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
comment(char[], int, int) - Method in interface nu.validator.htmlparser.common.TokenHandler
Receive a comment token.
comment(char[], int, int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
comment(char[], int, int) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
comment(char[], int, int) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
comment(char[], int, int) - Method in class nu.validator.saxtree.NullLexicalHandler
 
comment(char[], int, int) - Method in class nu.validator.saxtree.TreeBuilder
 
comment(char[], int, int, Locator) - Method in class nu.validator.saxtree.TreeParser
 
Comment - Class in nu.validator.saxtree
A comment.
Comment(Locator, char[], int, int) - Constructor for class nu.validator.saxtree.Comment
The constructor.
COMMENT - Enum constant in enum class nu.validator.saxtree.NodeType
A comment.
COMMENT - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
COMMENT - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
COMMENT_END - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
COMMENT_END - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
COMMENT_END_BANG - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
COMMENT_END_DASH - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
COMMENT_END_DASH - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
COMMENT_START - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
COMMENT_START - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
COMMENT_START_DASH - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
COMMENT_START_DASH - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
commentPolicy - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
commentPolicy - Variable in class nu.validator.htmlparser.impl.Tokenizer
The policy for comments.
commentPolicy - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
commentPolicy - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
COMPACT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
complainAboutNonAscii() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
COMPLEXES - Static variable in class nu.validator.htmlparser.impl.ElementName
 
COMPOSE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
COMPOSING_CHARACTERS - Static variable in class nu.validator.htmlparser.extra.NormalizationChecker
A thread-safe set of composing characters as per Charmod Norm.
COMPUTE_QNAME(String[], String[]) - Static method in class nu.validator.htmlparser.impl.AttributeName
 
CONDITION - Static variable in class nu.validator.htmlparser.impl.ElementName
 
confidence - Variable in class nu.validator.htmlparser.io.Driver
 
Confidence - Enum Class in nu.validator.htmlparser.io
 
Confidence() - Constructor for enum class nu.validator.htmlparser.io.Confidence
 
confident - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
CONJUGATE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
Const - Annotation Interface in nu.validator.htmlparser.annotation
Marker for translating into the C++ const keyword on the declaration in question.
CONSUME_CHARACTER_REFERENCE - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
CONSUME_NCR - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
contains(AttributeName) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
content - Variable in class nu.validator.htmlparser.impl.MetaScanner
 
CONTENT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CONTENT - Static variable in class nu.validator.htmlparser.impl.MetaScanner
Constant for "content".
CONTENT_TYPE - Static variable in class nu.validator.htmlparser.impl.MetaScanner
Constant for "content-type".
CONTENTEDITABLE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
contentHandler - Variable in class nu.validator.htmlparser.dom.Dom2Sax
 
contentHandler - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
contentHandler - Variable in class nu.validator.htmlparser.sax.SAXStreamer
 
contentHandler - Variable in class nu.validator.saxtree.TreeParser
The content handler.
contentIndex - Variable in class nu.validator.htmlparser.impl.MetaScanner
The current position in recognizing the attribute name "content".
contentNonXmlCharPolicy - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
contentNonXmlCharPolicy - Variable in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
The policy for non-space non-XML characters.
contentNonXmlCharPolicy - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
contentNonXmlCharPolicy - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
CONTENTSCRIPTTYPE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
contentSpacePolicy - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
contentSpacePolicy - Variable in class nu.validator.htmlparser.impl.Tokenizer
The policy for vertical tab and form feed.
contentSpacePolicy - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
contentSpacePolicy - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
CONTENTSTYLETYPE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
contentTypeIndex - Variable in class nu.validator.htmlparser.impl.MetaScanner
The current position in recognizing the attribute value "content-type".
CONTEXTMENU - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
contextName - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
contextNamespace - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
contextNode - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
CONTROLS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
COORDS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
copyEndLocator(ParentNode) - Method in class nu.validator.saxtree.ParentNode
Copies the endLocator from another node.
COS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
COSH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
COT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
COTH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
create(String) - Static method in class nu.validator.htmlparser.impl.AttributeName
Creator for use when the XML violation policy requires an attribute name to be changed.
createAttributeName(String, boolean) - Static method in class nu.validator.htmlparser.impl.AttributeName
Creates an AttributeName for a local name.
createElement(String, String, HtmlAttributes) - Method in class nu.validator.htmlparser.dom.DOMTreeBuilder
 
createElement(String, String, HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
createElement(String, String, HtmlAttributes) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
createElement(String, String, HtmlAttributes) - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
createElement(String, String, HtmlAttributes) - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
createElement(String, String, HtmlAttributes, Element) - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
createElement(String, String, HtmlAttributes, Element) - Method in class nu.validator.htmlparser.dom.DOMTreeBuilder
 
createElement(String, String, HtmlAttributes, T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
createHtmlElementSetAsRoot(HtmlAttributes) - Method in class nu.validator.htmlparser.dom.DOMTreeBuilder
 
createHtmlElementSetAsRoot(HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
createHtmlElementSetAsRoot(HtmlAttributes) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
createHtmlElementSetAsRoot(HtmlAttributes) - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
createHtmlElementSetAsRoot(HtmlAttributes) - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
CROSSORIGIN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CSC - Static variable in class nu.validator.htmlparser.impl.ElementName
 
CSCH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
cstart - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
CSYMBOL - Static variable in class nu.validator.htmlparser.impl.ElementName
 
curBlock - Variable in class nu.validator.htmlparser.rewindable.RewindableInputStream
 
curBlockAvail - Variable in class nu.validator.htmlparser.rewindable.RewindableInputStream
If curBlockAvail > 0, then there are curBlockAvail bytes available to be returned starting at curBlockPos in curBlock.buf.
curBlockPos - Variable in class nu.validator.htmlparser.rewindable.RewindableInputStream
 
CURL - Static variable in class nu.validator.htmlparser.impl.ElementName
 
current - Variable in class nu.validator.saxtree.TreeBuilder
The current node.
currentNode() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
currentPtr - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
CURSOR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CURSOR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
CUSTOM - Static variable in class nu.validator.htmlparser.impl.ElementName
Indicates that the element is not a pre-interned element.
CX - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
CY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 

D

D - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
data - Variable in class nu.validator.saxtree.ProcessingInstruction
PI data.
DATA - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DATA - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
DATA - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
DATA_AND_RCDATA_MASK - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
DATAFLD - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DATAFORMATAS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DATASRC - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DATATEMPLATE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
DATETIME - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DD - Static variable in class nu.validator.htmlparser.impl.ElementName
 
DD_OR_DT - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
DECIMAL_NRC_LOOP - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
DECLARE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DECLARE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
decoder - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
deepTreeSurrogateParent - Variable in class nu.validator.htmlparser.impl.StateSnapshot
 
deepTreeSurrogateParent - Variable in class nu.validator.htmlparser.impl.TreeBuilder
Used to work around Gecko limitations.
DEFAULT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DEFER - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DEFINITION_SRC - Static variable in class nu.validator.htmlparser.impl.ElementName
 
DEFINITIONURL - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DEFS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
DEGREE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
DEL - Static variable in class nu.validator.htmlparser.impl.ElementName
 
delete(Object) - Static method in class nu.validator.htmlparser.impl.Portability
 
deleteArray(Object) - Static method in class nu.validator.htmlparser.impl.Portability
 
DEPTH - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DESC - Static variable in class nu.validator.htmlparser.impl.ElementName
 
DESCENT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
Design Principles - Search tag in package nu.validator.saxtree
Section
destructor() - Method in class nu.validator.htmlparser.impl.AttributeName
The C++ destructor.
destructor() - Method in class nu.validator.htmlparser.impl.ElementName
 
destructor() - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
destructor() - Method in class nu.validator.htmlparser.impl.MetaScanner
 
destructor() - Method in class nu.validator.htmlparser.impl.StackNode
 
destructor() - Method in class nu.validator.htmlparser.impl.StateSnapshot
 
destructor() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
detach() - Method in class nu.validator.saxtree.Node
Detach this node from its parent.
detachFromParent(Element) - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
detachFromParent(Element) - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
detachFromParent(Element) - Method in class nu.validator.htmlparser.dom.DOMTreeBuilder
 
detachFromParent(Attributes) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
detachFromParent(T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
DETAILS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
DETERMINANT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
DFN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
DIFF - Static variable in class nu.validator.htmlparser.impl.ElementName
 
DIFFUSECONSTANT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DIR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DIR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
DIRECTION - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DISABLED - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DISCARD - Static variable in class nu.validator.htmlparser.impl.ElementName
 
DISPLAY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DISPLAYSTYLE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DIV - Static variable in class nu.validator.htmlparser.impl.ElementName
 
DIV_OR_BLOCKQUOTE_OR_CENTER_OR_MENU - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
DIVERGENCE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
DIVIDE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
DIVISOR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DL - Static variable in class nu.validator.htmlparser.impl.ElementName
 
doctype(String, String, String, boolean) - Method in interface nu.validator.htmlparser.common.TokenHandler
Receive a doctype token.
doctype(String, String, String, boolean) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
DOCTYPE - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
DOCTYPE_NAME - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
DOCTYPE_UBLIC - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
DOCTYPE_YSTEM - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
doctypeExpectation - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
doctypeExpectation - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
doctypeExpectation - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
doctypeExpectation - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
DoctypeExpectation - Enum Class in nu.validator.htmlparser.common
Used for indicating desired behavior with legacy doctypes.
DoctypeExpectation() - Constructor for enum class nu.validator.htmlparser.common.DoctypeExpectation
 
doctypeName - Variable in class nu.validator.htmlparser.impl.Tokenizer
The name of the current doctype token.
document - Variable in class nu.validator.htmlparser.dom.DOMTreeBuilder
The current doc.
document - Variable in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
document - Variable in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
Document - Class in nu.validator.saxtree
A document.
Document(Locator) - Constructor for class nu.validator.saxtree.Document
The constructor.
DOCUMENT - Enum constant in enum class nu.validator.saxtree.NodeType
A document.
DOCUMENT_FRAGMENT - Enum constant in enum class nu.validator.saxtree.NodeType
A document fragment.
DocumentFragment - Class in nu.validator.saxtree
A document fragment.
DocumentFragment() - Constructor for class nu.validator.saxtree.DocumentFragment
The constructor.
documentMode(DocumentMode, String, String, boolean) - Method in interface nu.validator.htmlparser.common.DocumentModeHandler
Receive notification of the document mode.
documentMode(DocumentMode, String, String, boolean) - Method in class nu.validator.htmlparser.dom.DOMTreeBuilder
 
documentMode(DocumentMode, String, String, boolean) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
documentMode(DocumentMode, String, String, boolean) - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
DocumentMode - Enum Class in nu.validator.htmlparser.common
Represents the HTML document compatibility mode.
DocumentMode() - Constructor for enum class nu.validator.htmlparser.common.DocumentMode
 
documentModeHandler - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
documentModeHandler - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
documentModeHandler - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
documentModeHandler - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
DocumentModeHandler - Interface in nu.validator.htmlparser.common
A callback interface for receiving notification about the document mode.
documentModeInternal(DocumentMode, String, String, boolean) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
Dom2Sax - Class in nu.validator.htmlparser.dom
 
Dom2Sax(ContentHandler, LexicalHandler) - Constructor for class nu.validator.htmlparser.dom.Dom2Sax
 
Dom2Sax.NamedNodeMapAttributes - Class in nu.validator.htmlparser.dom
 
DOMAIN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
DOMAINOFAPPLICATION - Static variable in class nu.validator.htmlparser.impl.ElementName
 
DOMINANT_BASELINE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DOMTreeBuilder - Class in nu.validator.htmlparser.dom
The tree builder glue for building a tree through the public DOM APIs.
DOMTreeBuilder(DOMImplementation) - Constructor for class nu.validator.htmlparser.dom.DOMTreeBuilder
The constructor.
dontSwallowBom() - Method in class nu.validator.htmlparser.io.Driver
 
DRAGGABLE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
driver - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
The tokenizer.
driver - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
driver - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
driver - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
Driver - Class in nu.validator.htmlparser.io
 
Driver(Tokenizer) - Constructor for class nu.validator.htmlparser.io.Driver
 
Driver.ReparseException - Exception Class in nu.validator.htmlparser.io
 
dropAttributes() - Method in class nu.validator.htmlparser.impl.StackNode
 
DT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
DTD - Class in nu.validator.saxtree
A doctype.
DTD - Enum constant in enum class nu.validator.saxtree.NodeType
A DTD.
DTD(Locator, String, String, String) - Constructor for class nu.validator.saxtree.DTD
The constructor.
dtdHandler - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
DUR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DX - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
DY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 

E

E - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
EDGE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
EDGEMODE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
Element - Class in nu.validator.saxtree
An element.
Element(Locator, String, String, String, Attributes, boolean, List<PrefixMapping>) - Constructor for class nu.validator.saxtree.Element
The contructor.
ELEMENT - Enum constant in enum class nu.validator.saxtree.NodeType
An element.
ELEMENT_HASHES - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ELEMENT_NAMES - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ElementName - Class in nu.validator.htmlparser.impl
 
ElementName(String) - Constructor for class nu.validator.htmlparser.impl.ElementName
 
ElementName(String, String, int) - Constructor for class nu.validator.htmlparser.impl.ElementName
 
elementNameByBuffer(char[], int, int, Interner) - Static method in class nu.validator.htmlparser.impl.ElementName
 
elementPopped(String, String, Attributes) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
elementPopped(String, String, T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
elementPushed(String, String, Attributes) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
elementPushed(String, String, T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
ELEVATION - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ELLIPSE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
EM - Static variable in class nu.validator.htmlparser.impl.ElementName
 
EMBED - Static variable in class nu.validator.htmlparser.impl.ElementName
 
EMBED_OR_IMG - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
emitCarriageReturn(char[], int) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
emitComment(int, int) - Method in class nu.validator.htmlparser.impl.Tokenizer
Emits the current comment token.
emitCurrentTagToken(boolean, int) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
emitDoctypeToken(int) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
emitOrAppendOne(char[], int) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
emitOrAppendStrBuf(int) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
emitOrAppendTwo(char[], int) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
emitPlaintextReplacementCharacter(char[], int) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
emitReplacementCharacter(char[], int) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
emitStrBuf() - Method in class nu.validator.htmlparser.impl.Tokenizer
Emits the smaller buffer as character tokens.
EMPTY_ATTRIBUTENAMES - Static variable in class nu.validator.htmlparser.impl.HtmlAttributes
 
EMPTY_ATTRIBUTES - Static variable in class nu.validator.htmlparser.impl.HtmlAttributes
 
EMPTY_STRINGS - Static variable in class nu.validator.htmlparser.impl.HtmlAttributes
 
emptyAttributes() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
emptyIfNull(String) - Static method in class nu.validator.htmlparser.dom.Dom2Sax
 
EMPTYSET - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ENABLE_BACKGROUND - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
Encoding - Class in nu.validator.htmlparser.io
 
Encoding(String, Charset, boolean, boolean, boolean, boolean) - Constructor for class nu.validator.htmlparser.io.Encoding
 
ENCODING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
encodingByCookedName - Static variable in class nu.validator.htmlparser.io.Encoding
 
encodingDeclarationHandler - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
EncodingDeclarationHandler - Interface in nu.validator.htmlparser.common
An interface for communicating about character encoding names with the environment of the parser.
encodingFromExternalDeclaration(String) - Method in class nu.validator.htmlparser.io.Driver
Initializes a decoder from external decl.
ENCTYPE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
end - Variable in class nu.validator.htmlparser.impl.UTF16Buffer
The index of the slot immediately after the last character in the backing buffer that is part of the logical content of this UTF16Buffer.
end() - Method in interface nu.validator.htmlparser.common.CharacterHandler
Signals the end of the stream.
end() - Method in class nu.validator.htmlparser.extra.NormalizationChecker
 
end() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
end() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
end() - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
end() - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
end() - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
END - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
endCDATA() - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
endCDATA() - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
endCDATA() - Method in class nu.validator.saxtree.NullLexicalHandler
 
endCDATA() - Method in class nu.validator.saxtree.TreeBuilder
 
endCDATA(Locator) - Method in class nu.validator.saxtree.TreeParser
 
endDocument() - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
endDocument() - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
endDocument() - Method in class nu.validator.saxtree.TreeBuilder
 
endDocument(Locator) - Method in class nu.validator.saxtree.TreeParser
 
endDTD() - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
endDTD() - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
endDTD() - Method in class nu.validator.saxtree.NullLexicalHandler
 
endDTD() - Method in class nu.validator.saxtree.TreeBuilder
 
endDTD(Locator) - Method in class nu.validator.saxtree.TreeParser
 
endElement(String, String, String) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
endElement(String, String, String) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
endElement(String, String, String) - Method in class nu.validator.saxtree.TreeBuilder
 
endElement(String, String, String, Locator) - Method in class nu.validator.saxtree.TreeParser
 
endEntity(String) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
endEntity(String) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
endEntity(String) - Method in class nu.validator.saxtree.NullLexicalHandler
 
endEntity(String) - Method in class nu.validator.saxtree.TreeBuilder
 
endEntity(String, Locator) - Method in class nu.validator.saxtree.TreeParser
 
endLocator - Variable in class nu.validator.saxtree.ParentNode
The end locator.
endPrefixMapping(String) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
endPrefixMapping(String) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
endPrefixMapping(String) - Method in class nu.validator.saxtree.TreeBuilder
 
endPrefixMapping(String, Locator) - Method in class nu.validator.saxtree.TreeParser
 
endTag - Variable in class nu.validator.htmlparser.impl.Tokenizer
true if tokenizing an end tag
endTag(ElementName) - Method in interface nu.validator.htmlparser.common.TokenHandler
Receive an end tag token.
endTag(ElementName) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
endTagExpectation - Variable in class nu.validator.htmlparser.impl.Tokenizer
The element whose end tag closes the current CDATA or RCDATA element.
endTagExpectationAsArray - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
endTagExpectationToArray() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
endTokenization() - Method in interface nu.validator.htmlparser.common.TokenHandler
The perform final cleanup.
endTokenization() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
entCol - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
Entity - Class in nu.validator.saxtree
An entity.
Entity(Locator, String) - Constructor for class nu.validator.saxtree.Entity
The constructor.
ENTITY - Enum constant in enum class nu.validator.saxtree.NodeType
An entity.
entityResolver - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
The entity resolver.
entityResolver - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
entityResolver - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
eof - Variable in class nu.validator.htmlparser.rewindable.RewindableInputStream
true if we have got an EOF from the underlying InputStream
eof() - Method in interface nu.validator.htmlparser.common.TokenHandler
The end-of-file token.
eof() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
eof() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
eofSeen - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
EQ - Static variable in class nu.validator.htmlparser.impl.ElementName
 
EQUALCOLUMNS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
EQUALROWS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
equals(Object) - Method in class nu.validator.htmlparser.sax.XmlSerializer.PrefixMapping
 
equalsAnother(AttributeName) - Method in class nu.validator.htmlparser.impl.AttributeName
 
equalsAnother(HtmlAttributes) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
EQUIVALENT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
err(String) - Method in class nu.validator.htmlparser.extra.NormalizationChecker
Emit an error.
err(String) - Method in class nu.validator.htmlparser.impl.Tokenizer
Reports a Parse Error.
err(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Reports a Parse Error.
err(String) - Method in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
err(String) - Method in class nu.validator.htmlparser.io.MetaSniffer
 
errAboutTextRun() - Method in class nu.validator.htmlparser.extra.NormalizationChecker
Emits an error stating that the current text run or the source text is not in NFC.
errAlmostStandardsDoctype() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errAstralNonCharacter(int) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errAstralNonCharacter(int) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errAttributeValueMissing() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errAttributeValueMissing() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errBadCharAfterLt(char) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errBadCharAfterLt(char) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errBadCharBeforeAttributeNameOrNull(char) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errBadCharBeforeAttributeNameOrNull(char) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errBadStartTagInHead(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errBogusComment() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errBogusComment() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errBogusDoctype() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errBogusDoctype() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errCharRefLacksSemicolon() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errCharRefLacksSemicolon() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errConsecutiveHyphens() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errConsecutiveHyphens() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errDuplicateAttribute() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errDuplicateAttribute() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errEndTagAfterBody() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errEndTagBr() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errEndTagDidNotMatchCurrentOpenElement(String, String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errEndTagSeenWithoutDoctype() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errEndTagSeenWithSelectOpen(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errEndTagViolatesNestingRules(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errEndWithUnclosedElements(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Reports arriving at/near end of document with unclosed elements remaining.
errEofAfterLt() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errEofAfterLt() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errEofInAttributeName() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errEofInAttributeName() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errEofInAttributeValue() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errEofInAttributeValue() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errEofInComment() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errEofInComment() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errEofInDoctype() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errEofInDoctype() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errEofInEndTag() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errEofInEndTag() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errEofInPublicId() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errEofInPublicId() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errEofInSystemId() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errEofInSystemId() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errEofInTagName() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errEofInTagName() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errEofWithoutGt() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errEofWithoutGt() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errEofWithUnclosedElements() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errEqualsSignBeforeAttributeName() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errEqualsSignBeforeAttributeName() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errExpectedPublicId() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errExpectedPublicId() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errExpectedSystemId() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errExpectedSystemId() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errFooBetweenHeadAndBody(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errFooSeenWhenFooOpen(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errFormWhenFormOpen() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errFramesetStart() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errGarbageAfterLtSlash() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errGarbageAfterLtSlash() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errGarbageInColgroup() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errGtInPublicId() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errGtInPublicId() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errGtInSystemId() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errGtInSystemId() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errHeadingWhenHeadingOpen() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errHtml4LtSlashInRcdata(char) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errHtml4LtSlashInRcdata(char) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errHtml4NonNameInUnquotedAttribute(char) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errHtml4NonNameInUnquotedAttribute(char) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errHtml4XmlVoidSyntax() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errHtml4XmlVoidSyntax() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errHtmlStartTagInForeignContext(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errHyphenHyphenBang() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errHyphenHyphenBang() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errImage() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errIsindex() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errListUnclosedStartTags(int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errLtGt() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errLtGt() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errLtOrEqualsOrGraveInUnquotedAttributeOrNull(char) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errLtOrEqualsOrGraveInUnquotedAttributeOrNull(char) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errLtSlashGt() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errLtSlashGt() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errMissingSpaceBeforeDoctypeName() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errMissingSpaceBeforeDoctypeName() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errNamelessDoctype() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errNamelessDoctype() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errNcrControlChar() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errNcrControlChar() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errNcrControlChar(char) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errNcrControlChar(char) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errNcrCr() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errNcrCr() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errNcrInC1Range() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errNcrInC1Range() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errNcrNonCharacter(char) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errNcrNonCharacter(char) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errNcrOutOfRange() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errNcrOutOfRange() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errNcrSurrogate() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errNcrSurrogate() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errNcrUnassigned() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errNcrUnassigned() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errNcrZero() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errNcrZero() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errNoCellToClose() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errNoCheck(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Reports a Parse Error without checking if an error handler is present.
errNoCheckUnclosedElementsOnStack() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errNoDigitsInNCR() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errNoDigitsInNCR() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errNoElementToCloseButEndTagSeen(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errNoNamedCharacterMatch() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errNoNamedCharacterMatch() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errNonSpaceAfterBody() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errNonSpaceAfterFrameset() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errNonSpaceInColgroupInFragment() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errNonSpaceInFrameset() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errNonSpaceInNoscriptInHead() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errNonSpaceInTable() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errNonSpaceInTrailer() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errNoSelectInTableScope() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errNoSpaceBetweenAttributes() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errNoSpaceBetweenAttributes() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errNoSpaceBetweenDoctypePublicKeywordAndQuote() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errNoSpaceBetweenDoctypePublicKeywordAndQuote() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errNoSpaceBetweenDoctypeSystemKeywordAndQuote() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errNoSpaceBetweenDoctypeSystemKeywordAndQuote() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errNoSpaceBetweenPublicAndSystemIds() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errNoSpaceBetweenPublicAndSystemIds() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errNoTableRowToClose() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errNotSemicolonTerminated() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errNotSemicolonTerminated() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errorHandler - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
errorHandler - Variable in class nu.validator.htmlparser.extra.NormalizationChecker
 
errorHandler - Variable in class nu.validator.htmlparser.impl.Tokenizer
The error handler.
errorHandler - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
errorHandler - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
errorHandler - Variable in class nu.validator.htmlparser.io.MetaSniffer
 
errorHandler - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
errorHandler - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
errorProfileMap - Variable in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errorProfileMap - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
ErrorReportingTokenizer - Class in nu.validator.htmlparser.impl
 
ErrorReportingTokenizer(TokenHandler) - Constructor for class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
ErrorReportingTokenizer(TokenHandler, boolean) - Constructor for class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errPrematureEndOfComment() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errPrematureEndOfComment() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errProcessingInstruction() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errProcessingInstruction() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errQuirkyDoctype() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errQuoteBeforeAttributeName(char) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errQuoteBeforeAttributeName(char) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errQuoteOrLtInAttributeNameOrNull(char) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errQuoteOrLtInAttributeNameOrNull(char) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errSelfClosing() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errSlashNotFollowedByGt() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errSlashNotFollowedByGt() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errStartSelectWhereEndSelectExpected() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errStartTagInTable(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errStartTagInTableBody(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errStartTagSeenWithoutRuby(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errStartTagWithoutDoctype() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errStartTagWithSelectOpen(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errStrayDoctype() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errStrayEndTag(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Reports a stray end tag.
errStrayStartTag(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Reports a stray start tag.
errTableClosedWhileCaptionOpen() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errTableSeenWhileTableOpen() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errTreeBuilder(String) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errUnclosedChildrenInRuby() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
errUnclosedElements(int, String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Reports a state when elements expected to be closed were not.
errUnclosedElementsCell(int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Reports a state when elements expected to be closed ahead of an implied table cell close.
errUnclosedElementsImplied(int, String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Reports a state when elements expected to be closed ahead of an implied end tag but were not.
errUnescapedAmpersandInterpretedAsCharacterReference() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errUnescapedAmpersandInterpretedAsCharacterReference() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errUnquotedAttributeValOrNull(char) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errUnquotedAttributeValOrNull(char) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
errWarnLtSlashInRcdata() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
errWarnLtSlashInRcdata() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
escapeLevel - Variable in class nu.validator.htmlparser.sax.HtmlSerializer
 
escapeName(String) - Static method in class nu.validator.htmlparser.impl.NCName
 
EULERGAMMA - Static variable in class nu.validator.htmlparser.impl.ElementName
 
EXISTS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
EXP - Static variable in class nu.validator.htmlparser.impl.ElementName
 
EXPONENT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
EXPONENTIALE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
EXTERNALRESOURCESREQUIRED - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
extractCharsetFromContent(String) - Static method in class nu.validator.htmlparser.impl.TreeBuilder
C++ memory note: The return value must be released.

F

FACE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FACTORIAL - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FACTOROF - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FALSE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
fatal() - Method in class nu.validator.htmlparser.impl.TreeBuilder
Reports an condition that would make the infoset incompatible with XML 1.0 as fatal.
fatal() - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
fatal(Exception) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
fatal(String) - Method in class nu.validator.htmlparser.impl.Tokenizer
Reports an condition that would make the infoset incompatible with XML 1.0 as fatal.
fatal(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
FATAL - Enum constant in enum class nu.validator.htmlparser.common.XmlViolationPolicy
Halt when something cannot be mapped to XML 1.0.
FEBLEND - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FECOLORMATRIX - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FECOMPONENTTRANSFER - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FECOMPOSITE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FECONVOLVEMATRIX - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FEDIFFUSELIGHTING - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FEDISPLACEMENTMAP - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FEDISTANTLIGHT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FEFLOOD - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FEFUNCA - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FEFUNCB - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FEFUNCG - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FEFUNCR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FEGAUSSIANBLUR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FEIMAGE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FEMERGE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FEMERGENODE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FEMORPHOLOGY - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FENCE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FEOFFSET - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FEPOINTLIGHT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FESPECULARLIGHTING - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FESPOTLIGHT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FETILE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FETURBULENCE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FIELDSET - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FIELDSET - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
FIGCAPTION - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FIGURE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FILL - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FILL_OPACITY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FILL_RULE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FILTER - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FILTER - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FILTERRES - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FILTERUNITS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
findInArray(StackNode<T>, StackNode<T>[]) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
findInListOfActiveFormattingElements(StackNode<T>) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
findInListOfActiveFormattingElementsContainsBetweenEndAndLastMarker(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
findLast(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
findLastInButtonScope(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
findLastInListScope(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
findLastInScope(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
findLastInScopeHn() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
findLastInTableScope(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
findLastInTableScopeOrRootTbodyTheadTfoot() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
findLastInTableScopeTdTh() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
findLastOrRoot(int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
findLastOrRoot(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
firstCharKey - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
firstChild - Variable in class nu.validator.saxtree.ParentNode
The first child.
firstCommentLocation - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
flags - Variable in class nu.validator.htmlparser.impl.AttributeName
 
flags - Variable in class nu.validator.htmlparser.impl.ElementName
The lowest 7 bits are the dispatch group.
flags - Variable in class nu.validator.htmlparser.impl.StackNode
 
FLOOD_COLOR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FLOOD_OPACITY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FLOOR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
flushCharacters() - Method in class nu.validator.htmlparser.impl.TreeBuilder
Flushes the pending characters.
flushChars(char[], int) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
Flushes coalesced character tokens.
flushChars(char[], int) - Method in class nu.validator.htmlparser.impl.Tokenizer
Flushes coalesced character tokens.
flushing - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
FN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FONT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FONT - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
FONT_FACE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FONT_FACE_FORMAT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FONT_FACE_NAME - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FONT_FACE_SRC - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FONT_FACE_URI - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FONT_FAMILY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FONT_SIZE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FONT_SIZE_ADJUST - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FONT_STRETCH - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FONT_STYLE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FONT_VARIANT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FONT_WEIGHT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FONTFAMILY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FONTSIZE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FONTSTYLE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FONTWEIGHT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FOOTER - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FOR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FORALL - Static variable in class nu.validator.htmlparser.impl.ElementName
 
forceQuirks - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
FOREIGNOBJECT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FOREIGNOBJECT_OR_DESC - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
form - Variable in class nu.validator.htmlparser.xom.FormPtrElement
 
FORM - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FORM - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FORM - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
FORMAT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
formPointer - Variable in class nu.validator.htmlparser.impl.StateSnapshot
 
formPointer - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
FormPointer - Interface in nu.validator.htmlparser.xom
Interface for elements that have an associated form pointer.
FormPtrElement - Class in nu.validator.htmlparser.xom
Element with an associated form.
FormPtrElement(String, String) - Constructor for class nu.validator.htmlparser.xom.FormPtrElement
Null form.
FormPtrElement(String, String, Element) - Constructor for class nu.validator.htmlparser.xom.FormPtrElement
Full constructor.
FormPtrElement(Element) - Constructor for class nu.validator.htmlparser.xom.FormPtrElement
Copy constructor (FormPointer-aware).
forName(String) - Static method in class nu.validator.htmlparser.io.Encoding
 
FOSTER_PARENTING - Static variable in class nu.validator.htmlparser.impl.ElementName
The element is foster-parenting.
fragment - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
FRAME - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FRAME - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FRAME - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
FRAMEBORDER - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FRAMESET - Static variable in class nu.validator.htmlparser.impl.ElementName
 
FRAMESET - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
FRAMESET_OK - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
framesetOk - Variable in class nu.validator.htmlparser.impl.StateSnapshot
 
framesetOk - Variable in class nu.validator.htmlparser.impl.TreeBuilder
Used only when moving back to IN_BODY.
FRAMESPACING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FROM - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FX - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
FY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 

G

G - Static variable in class nu.validator.htmlparser.impl.ElementName
 
G1 - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
G2 - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
GCD - Static variable in class nu.validator.htmlparser.impl.ElementName
 
generateImpliedEndTags() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
generateImpliedEndTagsExceptFor(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
generatePrefix(String) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
GEQ - Static variable in class nu.validator.htmlparser.impl.ElementName
 
getActualHtmlEncoding() - Method in class nu.validator.htmlparser.io.Encoding
Returns the actualHtmlEncoding.
getAttributeName(int) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getAttributes() - Method in class nu.validator.saxtree.Element
Returns the attributes.
getAttributes() - Method in class nu.validator.saxtree.Node
Returns the attributes.
getBogusXmlnsPolicy() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Deprecated. 
getBogusXmlnsPolicy() - Method in class nu.validator.htmlparser.sax.HtmlParser
Deprecated. 
getBogusXmlnsPolicy() - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Deprecated. 
getBuffer() - Method in class nu.validator.htmlparser.impl.UTF16Buffer
Returns the backing buffer.
getCanonName() - Method in class nu.validator.htmlparser.io.Encoding
Returns the canonName.
getCharacterEncoding() - Method in interface nu.validator.htmlparser.common.EncodingDeclarationHandler
Queries the environment for the encoding in use (for error reporting).
getCharacterEncoding() - Method in class nu.validator.htmlparser.io.Driver
 
getCharset() - Method in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
getCol() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
Returns the col.
getCol() - Method in class nu.validator.htmlparser.impl.PushedLocation
Returns the col.
getCol() - Method in class nu.validator.htmlparser.impl.Tokenizer
Returns the col.
getColPrev() - Method in class nu.validator.htmlparser.impl.PushedLocation
Returns the colPrev.
getColumnNumber() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
getColumnNumber() - Method in class nu.validator.htmlparser.impl.LocatorImpl
 
getColumnNumber() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
getColumnNumber() - Method in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
getColumnNumber() - Method in class nu.validator.htmlparser.io.MetaSniffer
 
getColumnNumber() - Method in class nu.validator.saxtree.LocatorImpl
 
getColumnNumber() - Method in class nu.validator.saxtree.Node
 
getColumnNumber() - Method in class nu.validator.saxtree.TreeParser
 
getCommentPolicy() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Returns the commentPolicy.
getCommentPolicy() - Method in class nu.validator.htmlparser.sax.HtmlParser
Returns the commentPolicy.
getCommentPolicy() - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Returns the commentPolicy.
getContentHandler() - Method in class nu.validator.htmlparser.sax.HtmlParser
 
getContentNonXmlCharPolicy() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Returns the contentNonXmlCharPolicy.
getContentNonXmlCharPolicy() - Method in class nu.validator.htmlparser.sax.HtmlParser
Returns the contentNonXmlCharPolicy.
getContentNonXmlCharPolicy() - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Returns the contentNonXmlCharPolicy.
getContentSpacePolicy() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Returns the contentSpacePolicy.
getContentSpacePolicy() - Method in class nu.validator.htmlparser.sax.HtmlParser
Returns the contentSpacePolicy.
getContentSpacePolicy() - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Returns the contentSpacePolicy.
getData() - Method in class nu.validator.saxtree.Node
Returns the data.
getData() - Method in class nu.validator.saxtree.ProcessingInstruction
Returns the data.
getDeepTreeSurrogateParent() - Method in class nu.validator.htmlparser.impl.StateSnapshot
Returns the deepTreeSurrogateParent.
getDeepTreeSurrogateParent() - Method in class nu.validator.htmlparser.impl.TreeBuilder
Returns the deepTreeSurrogateParent.
getDeepTreeSurrogateParent() - Method in interface nu.validator.htmlparser.impl.TreeBuilderState
Returns the deepTreeSurrogateParent.
getDoctypeExpectation() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Returns the doctype expectation.
getDoctypeExpectation() - Method in class nu.validator.htmlparser.sax.HtmlParser
Returns the doctype expectation.
getDoctypeExpectation() - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Returns the doctype expectation.
getDocument() - Method in class nu.validator.htmlparser.dom.DOMTreeBuilder
Returns the document.
getDocument() - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
Returns the document.
getDocument() - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
Returns the document.
getDocumentFragment() - Method in class nu.validator.htmlparser.dom.DOMTreeBuilder
Return the document fragment.
getDocumentFragment() - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
getDocumentFragment() - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
getDocumentLocator() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Returns the Locator during parse.
getDocumentLocator() - Method in class nu.validator.htmlparser.io.Driver
 
getDocumentLocator() - Method in class nu.validator.htmlparser.sax.HtmlParser
Returns the Locator during parse.
getDocumentLocator() - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Returns the Locator during parse.
getDocumentModeHandler() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Returns the document mode handler.
getDocumentModeHandler() - Method in class nu.validator.htmlparser.sax.HtmlParser
Returns the document mode handler.
getDocumentModeHandler() - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Returns the document mode handler.
getDOMImplementation() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Returns the DOM implementation
getDTDHandler() - Method in class nu.validator.htmlparser.sax.HtmlParser
 
getEnd() - Method in class nu.validator.htmlparser.impl.UTF16Buffer
Returns the end index.
getEntityResolver() - Method in class nu.validator.htmlparser.sax.HtmlParser
 
getErrorHandler() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
getErrorHandler() - Method in class nu.validator.htmlparser.impl.TreeBuilder
Returns the errorHandler.
getErrorHandler() - Method in class nu.validator.htmlparser.sax.HtmlParser
 
getFeature(String) - Method in class nu.validator.htmlparser.sax.HtmlParser
Exposes the configuration of the emulated XML parser as well as boolean-valued configuration without using non-XMLReader getters directly.
getFirstChild() - Method in class nu.validator.saxtree.Node
Return the first child.
getFirstChild() - Method in class nu.validator.saxtree.ParentNode
Returns the firstChild.
getFlags() - Method in class nu.validator.htmlparser.impl.ElementName
 
getFlags() - Method in class nu.validator.htmlparser.impl.StackNode
 
getForm() - Method in interface nu.validator.htmlparser.xom.FormPointer
Returns the form.
getForm() - Method in class nu.validator.htmlparser.xom.FormPtrElement
Gets the form.
getFormPointer() - Method in class nu.validator.htmlparser.impl.StateSnapshot
 
getFormPointer() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
getFormPointer() - Method in interface nu.validator.htmlparser.impl.TreeBuilderState
Returns the formPointer.
getGroup() - Method in class nu.validator.htmlparser.impl.ElementName
 
getGroup() - Method in class nu.validator.htmlparser.impl.StackNode
 
getHeadPointer() - Method in class nu.validator.htmlparser.impl.StateSnapshot
Returns the headPointer.
getHeadPointer() - Method in class nu.validator.htmlparser.impl.TreeBuilder
Returns the headPointer.
getHeadPointer() - Method in interface nu.validator.htmlparser.impl.TreeBuilderState
Returns the headPointer.
getHeuristics() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
getHeuristics() - Method in class nu.validator.htmlparser.sax.HtmlParser
 
getHeuristics() - Method in class nu.validator.htmlparser.xom.HtmlBuilder
 
getId() - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getIndex(String) - Method in class nu.validator.htmlparser.dom.Dom2Sax.NamedNodeMapAttributes
 
getIndex(String) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getIndex(String, String) - Method in class nu.validator.htmlparser.dom.Dom2Sax.NamedNodeMapAttributes
 
getIndex(String, String) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getIndex(AttributeName) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
Only use with a static argument
getLastChild() - Method in class nu.validator.saxtree.ParentNode
Returns the lastChild.
getLength() - Method in class nu.validator.htmlparser.dom.Dom2Sax.NamedNodeMapAttributes
 
getLength() - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getLexicalHandler() - Method in class nu.validator.htmlparser.sax.HtmlParser
Returns the lexicalHandler.
getLine() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
Returns the line.
getLine() - Method in class nu.validator.htmlparser.impl.PushedLocation
Returns the line.
getLine() - Method in class nu.validator.htmlparser.impl.Tokenizer
Returns the line.
getLineNumber() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
getLineNumber() - Method in class nu.validator.htmlparser.impl.LocatorImpl
 
getLineNumber() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
getLineNumber() - Method in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
getLineNumber() - Method in class nu.validator.htmlparser.io.MetaSniffer
 
getLineNumber() - Method in class nu.validator.saxtree.LocatorImpl
 
getLineNumber() - Method in class nu.validator.saxtree.Node
 
getLineNumber() - Method in class nu.validator.saxtree.TreeParser
 
getLinePrev() - Method in class nu.validator.htmlparser.impl.PushedLocation
Returns the linePrev.
getListOfActiveFormattingElements() - Method in class nu.validator.htmlparser.impl.StateSnapshot
 
getListOfActiveFormattingElements() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
getListOfActiveFormattingElements() - Method in interface nu.validator.htmlparser.impl.TreeBuilderState
Returns the listOfActiveFormattingElements.
getListOfActiveFormattingElementsLength() - Method in class nu.validator.htmlparser.impl.StateSnapshot
 
getListOfActiveFormattingElementsLength() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
getListOfActiveFormattingElementsLength() - Method in interface nu.validator.htmlparser.impl.TreeBuilderState
Return the length of the list of active formatting elements.
getLocal(int) - Method in class nu.validator.htmlparser.impl.AttributeName
 
getLocalName() - Method in class nu.validator.saxtree.Element
Returns the localName.
getLocalName() - Method in class nu.validator.saxtree.Node
Returns the localName.
getLocalName(int) - Method in class nu.validator.htmlparser.dom.Dom2Sax.NamedNodeMapAttributes
 
getLocalName(int) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getLocator() - Method in class nu.validator.htmlparser.impl.StackNode
 
getMode() - Method in class nu.validator.htmlparser.impl.StateSnapshot
Returns the mode.
getMode() - Method in class nu.validator.htmlparser.impl.TreeBuilder
Returns the mode.
getMode() - Method in interface nu.validator.htmlparser.impl.TreeBuilderState
Returns the mode.
getMode() - Method in class nu.validator.htmlparser.xom.ModalDocument
Gets the mode.
getMode() - Method in interface nu.validator.htmlparser.xom.Mode
Returns the mode.
getName() - Method in class nu.validator.saxtree.DTD
Returns the name.
getName() - Method in class nu.validator.saxtree.Entity
Returns the name.
getName() - Method in class nu.validator.saxtree.Node
Returns the name.
getName() - Method in class nu.validator.saxtree.SkippedEntity
Returns the name.
getNamePolicy() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
The policy for non-NCName element and attribute names.
getNamePolicy() - Method in class nu.validator.htmlparser.sax.HtmlParser
The policy for non-NCName element and attribute names.
getNamePolicy() - Method in class nu.validator.htmlparser.xom.HtmlBuilder
The policy for non-NCName element and attribute names.
getNext() - Method in class nu.validator.htmlparser.impl.PushedLocation
Returns the next.
getNextSibling() - Method in class nu.validator.saxtree.Node
Returns the nextSibling.
getNodeType() - Method in class nu.validator.saxtree.CDATA
 
getNodeType() - Method in class nu.validator.saxtree.Characters
 
getNodeType() - Method in class nu.validator.saxtree.Comment
 
getNodeType() - Method in class nu.validator.saxtree.Document
 
getNodeType() - Method in class nu.validator.saxtree.DocumentFragment
 
getNodeType() - Method in class nu.validator.saxtree.DTD
 
getNodeType() - Method in class nu.validator.saxtree.Element
 
getNodeType() - Method in class nu.validator.saxtree.Entity
 
getNodeType() - Method in class nu.validator.saxtree.IgnorableWhitespace
 
getNodeType() - Method in class nu.validator.saxtree.Node
Return the node type.
getNodeType() - Method in class nu.validator.saxtree.ProcessingInstruction
 
getNodeType() - Method in class nu.validator.saxtree.SkippedEntity
 
getOriginalMode() - Method in class nu.validator.htmlparser.impl.StateSnapshot
Returns the originalMode.
getOriginalMode() - Method in class nu.validator.htmlparser.impl.TreeBuilder
Returns the originalMode.
getOriginalMode() - Method in interface nu.validator.htmlparser.impl.TreeBuilderState
Returns the originalMode.
getParentNode() - Method in class nu.validator.saxtree.Node
Returns the parentNode.
getPrefix() - Method in class nu.validator.saxtree.PrefixMapping
Returns the prefix.
getPrefix(int) - Method in class nu.validator.htmlparser.impl.AttributeName
 
getPrefix(int) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getPrefixMappings() - Method in class nu.validator.saxtree.Element
Returns the prefixMappings.
getPrefixMappings() - Method in class nu.validator.saxtree.Node
Returns the prefixMappings.
getPreviousSibling() - Method in class nu.validator.saxtree.Node
Returns the previous sibling
getProperty(String) - Method in class nu.validator.htmlparser.sax.HtmlParser
Allows XMLReader-level access to non-boolean valued getters.
getPublicId() - Method in class nu.validator.htmlparser.impl.LocatorImpl
 
getPublicId() - Method in class nu.validator.htmlparser.impl.PushedLocation
Returns the publicId.
getPublicId() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
getPublicId() - Method in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
getPublicId() - Method in class nu.validator.htmlparser.io.MetaSniffer
 
getPublicId() - Method in class nu.validator.saxtree.LocatorImpl
 
getPublicId() - Method in class nu.validator.saxtree.Node
 
getPublicId() - Method in class nu.validator.saxtree.TreeParser
 
getPublicIdentifier() - Method in class nu.validator.saxtree.DTD
Returns the publicIdentifier.
getPublicIdentifier() - Method in class nu.validator.saxtree.Node
Returns the publicIdentifier.
getQName() - Method in class nu.validator.saxtree.Element
Returns the qName.
getQName() - Method in class nu.validator.saxtree.Node
Returns the qName.
getQName(int) - Method in class nu.validator.htmlparser.dom.Dom2Sax.NamedNodeMapAttributes
 
getQName(int) - Method in class nu.validator.htmlparser.impl.AttributeName
 
getQName(int) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getRoot() - Method in class nu.validator.saxtree.TreeBuilder
Returns the root (Document if building a full document or DocumentFragment if building a fragment.).
getSimpleNodeFactory() - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Gets the node factory
getStack() - Method in class nu.validator.htmlparser.impl.StateSnapshot
 
getStack() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
getStack() - Method in interface nu.validator.htmlparser.impl.TreeBuilderState
Returns the stack.
getStackLength() - Method in class nu.validator.htmlparser.impl.StateSnapshot
 
getStackLength() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
getStackLength() - Method in interface nu.validator.htmlparser.impl.TreeBuilderState
Return the length of the stack.
getStart() - Method in class nu.validator.htmlparser.impl.UTF16Buffer
Returns the start index.
getStreamabilityViolationPolicy() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Returns the streamabilityViolationPolicy.
getStreamabilityViolationPolicy() - Method in class nu.validator.htmlparser.sax.HtmlParser
Returns the streamabilityViolationPolicy.
getStreamabilityViolationPolicy() - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Returns the streamabilityViolationPolicy.
getSystemId() - Method in class nu.validator.htmlparser.impl.LocatorImpl
 
getSystemId() - Method in class nu.validator.htmlparser.impl.PushedLocation
Returns the systemId.
getSystemId() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
getSystemId() - Method in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
getSystemId() - Method in class nu.validator.htmlparser.io.MetaSniffer
 
getSystemId() - Method in class nu.validator.saxtree.LocatorImpl
 
getSystemId() - Method in class nu.validator.saxtree.Node
 
getSystemId() - Method in class nu.validator.saxtree.TreeParser
 
getSystemIdentifier() - Method in class nu.validator.saxtree.DTD
Returns the systemIdentifier.
getSystemIdentifier() - Method in class nu.validator.saxtree.Node
Returns the systemIdentifier.
getTarget() - Method in class nu.validator.saxtree.Node
Returns the target.
getTarget() - Method in class nu.validator.saxtree.ProcessingInstruction
Returns the target.
getType(int) - Method in class nu.validator.htmlparser.dom.Dom2Sax.NamedNodeMapAttributes
 
getType(int) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getType(String) - Method in class nu.validator.htmlparser.dom.Dom2Sax.NamedNodeMapAttributes
 
getType(String) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getType(String, String) - Method in class nu.validator.htmlparser.dom.Dom2Sax.NamedNodeMapAttributes
 
getType(String, String) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getUri() - Method in class nu.validator.saxtree.Element
Returns the uri.
getUri() - Method in class nu.validator.saxtree.Node
Returns the uri.
getUri() - Method in class nu.validator.saxtree.PrefixMapping
Returns the uri.
getUri(int) - Method in class nu.validator.htmlparser.impl.AttributeName
 
getURI(int) - Method in class nu.validator.htmlparser.dom.Dom2Sax.NamedNodeMapAttributes
 
getURI(int) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getValue(int) - Method in class nu.validator.htmlparser.dom.Dom2Sax.NamedNodeMapAttributes
 
getValue(int) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getValue(String) - Method in class nu.validator.htmlparser.dom.Dom2Sax.NamedNodeMapAttributes
 
getValue(String) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getValue(String, String) - Method in class nu.validator.htmlparser.dom.Dom2Sax.NamedNodeMapAttributes
 
getValue(String, String) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getValue(AttributeName) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
Only use with static argument.
getXmlnsAttributeName(int) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getXmlnsIndex(AttributeName) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getXmlnsLength() - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getXmlnsLocalName(int) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getXmlnsPolicy() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Returns the xmlnsPolicy.
getXmlnsPolicy() - Method in class nu.validator.htmlparser.sax.HtmlParser
Returns the xmlnsPolicy.
getXmlnsPolicy() - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Returns the xmlnsPolicy.
getXmlnsURI(int) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getXmlnsValue(int) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
getXmlnsValue(AttributeName) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
GLYPH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
GLYPH_NAME - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
GLYPH_ORIENTATION_HORIZONTAL - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
GLYPH_ORIENTATION_VERTICAL - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
GLYPHREF - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
GLYPHREF - Static variable in class nu.validator.htmlparser.impl.ElementName
 
GRAD - Static variable in class nu.validator.htmlparser.impl.ElementName
 
GRADIENTTRANSFORM - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
GRADIENTUNITS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
GROUP_MASK - Static variable in class nu.validator.htmlparser.impl.ElementName
The mask for extracting the dispatch group.
GROUPALIGN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
GT - Static variable in class nu.validator.htmlparser.impl.ElementName
 

H

H1 - Static variable in class nu.validator.htmlparser.impl.ElementName
 
H1_OR_H2_OR_H3_OR_H4_OR_H5_OR_H6 - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
H2 - Static variable in class nu.validator.htmlparser.impl.ElementName
 
H3 - Static variable in class nu.validator.htmlparser.impl.ElementName
 
H4 - Static variable in class nu.validator.htmlparser.impl.ElementName
 
H5 - Static variable in class nu.validator.htmlparser.impl.ElementName
 
H6 - Static variable in class nu.validator.htmlparser.impl.ElementName
 
HANDLE_NCR_VALUE - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
HANDLE_NCR_VALUE_RECONSUME - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
handleAttributeValue() - Method in class nu.validator.htmlparser.impl.MetaScanner
Attempts to extract a charset name from the accumulation buffer.
handleCharInAttributeValue(int) - Method in class nu.validator.htmlparser.impl.MetaScanner
 
handleNcrValue(int) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
HANDLER - Static variable in class nu.validator.htmlparser.impl.ElementName
 
handleTag() - Method in class nu.validator.htmlparser.impl.MetaScanner
 
handleTagInner() - Method in class nu.validator.htmlparser.impl.MetaScanner
 
HANGING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
hasChildren(Element) - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
hasChildren(Element) - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
hasChildren(Element) - Method in class nu.validator.htmlparser.dom.DOMTreeBuilder
 
hasChildren(Attributes) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
hasChildren(T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
hashCode() - Method in class nu.validator.htmlparser.sax.XmlSerializer.PrefixMapping
 
hasMore() - Method in class nu.validator.htmlparser.impl.UTF16Buffer
Checks if the buffer has data left.
hasPendingReplacementCharacter - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
head - Variable in class nu.validator.htmlparser.rewindable.RewindableInputStream
 
HEAD - Static variable in class nu.validator.htmlparser.impl.ElementName
 
HEAD - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
HEADER - Static variable in class nu.validator.htmlparser.impl.ElementName
 
HEADERS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
headPointer - Variable in class nu.validator.htmlparser.impl.StateSnapshot
 
headPointer - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
HEIGHT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
heuristics - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
heuristics - Variable in class nu.validator.htmlparser.io.Driver
 
heuristics - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
heuristics - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
Heuristics - Enum Class in nu.validator.htmlparser.common
Indicates a request for character encoding sniffer choice.
Heuristics() - Constructor for enum class nu.validator.htmlparser.common.Heuristics
 
HEX_NCR_LOOP - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
HEX_TABLE - Static variable in class nu.validator.htmlparser.impl.NCName
 
HGROUP - Static variable in class nu.validator.htmlparser.impl.ElementName
 
hi - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
HIDDEN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
HIDEFOCUS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
HIGH - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
HILO_ACCEL - Static variable in class nu.validator.htmlparser.impl.NamedCharactersAccel
 
HKERN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
HORIZ_ADV_X - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
HORIZ_ORIGIN_X - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
HORIZ_ORIGIN_Y - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
HR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
HR - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
HREF - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
HREFLANG - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
HSPACE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
HTML - Enum constant in enum class nu.validator.htmlparser.common.DoctypeExpectation
Be a pure HTML5 parser.
HTML - Static variable in class nu.validator.htmlparser.impl.AttributeName
The mode value for HTML.
HTML - Static variable in class nu.validator.htmlparser.impl.ElementName
 
HTML - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
HTML_INTEGRATION_POINT - Static variable in class nu.validator.htmlparser.impl.ElementName
The element is an HTML integration point.
HTML_LANG - Static variable in class nu.validator.htmlparser.impl.AttributeName
The mode value for lang-mapping HTML.
HTML_LOCAL - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
html4 - Variable in class nu.validator.htmlparser.impl.Tokenizer
true when HTML4-specific additional errors are requested.
html4 - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
HTML4_PUBLIC_IDS - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
HTML401_STRICT - Enum constant in enum class nu.validator.htmlparser.common.DoctypeExpectation
Require the HTML 4.01 Transitional public id and a system id.
HTML401_TRANSITIONAL - Enum constant in enum class nu.validator.htmlparser.common.DoctypeExpectation
Require the HTML 4.01 Transitional public id.
html4ModeCompatibleWithXhtml1Schemata - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
html4ModeCompatibleWithXhtml1Schemata - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
html4ModeCompatibleWithXhtml1Schemata - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
html4ModeCompatibleWithXhtml1Schemata - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
HtmlAttributes - Class in nu.validator.htmlparser.impl
Be careful with this class.
HtmlAttributes(int) - Constructor for class nu.validator.htmlparser.impl.HtmlAttributes
 
HtmlBuilder - Class in nu.validator.htmlparser.xom
This class implements an HTML5 parser that exposes data through the XOM interface.
HtmlBuilder() - Constructor for class nu.validator.htmlparser.xom.HtmlBuilder
Constructor with default node factory and fatal XML violation policy.
HtmlBuilder(XmlViolationPolicy) - Constructor for class nu.validator.htmlparser.xom.HtmlBuilder
Constructor with default node factory and given XML violation policy.
HtmlBuilder(SimpleNodeFactory) - Constructor for class nu.validator.htmlparser.xom.HtmlBuilder
Constructor with given node factory and fatal XML violation policy.
HtmlBuilder(SimpleNodeFactory, XmlViolationPolicy) - Constructor for class nu.validator.htmlparser.xom.HtmlBuilder
Constructor with given node factory and given XML violation policy.
HtmlDocumentBuilder - Class in nu.validator.htmlparser.dom
This class implements an HTML5 parser that exposes data through the DOM interface.
HtmlDocumentBuilder() - Constructor for class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Instantiates the document builder with the JAXP DOM implementation and the infoset-altering XML violation policy.
HtmlDocumentBuilder(XmlViolationPolicy) - Constructor for class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Instantiates the document builder with the JAXP DOM implementation and a specific XML violation policy.
HtmlDocumentBuilder(DOMImplementation) - Constructor for class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Instantiates the document builder with a specific DOM implementation and the infoset-altering XML violation policy.
HtmlDocumentBuilder(DOMImplementation, XmlViolationPolicy) - Constructor for class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Instantiates the document builder with a specific DOM implementation and XML violation policy.
HtmlInputStreamReader - Class in nu.validator.htmlparser.io
Be very careful with this class.
HtmlInputStreamReader(InputStream, ErrorHandler, Tokenizer, Driver, Heuristics) - Constructor for class nu.validator.htmlparser.io.HtmlInputStreamReader
 
HtmlInputStreamReader(InputStream, ErrorHandler, Tokenizer, Driver, Encoding) - Constructor for class nu.validator.htmlparser.io.HtmlInputStreamReader
 
HtmlParser - Class in nu.validator.htmlparser.sax
This class implements an HTML5 parser that exposes data through the SAX2 interface.
HtmlParser() - Constructor for class nu.validator.htmlparser.sax.HtmlParser
Instantiates the parser with a fatal XML violation policy.
HtmlParser(XmlViolationPolicy) - Constructor for class nu.validator.htmlparser.sax.HtmlParser
Instantiates the parser with a specific XML violation policy.
HtmlSerializer - Class in nu.validator.htmlparser.sax
 
HtmlSerializer(OutputStream) - Constructor for class nu.validator.htmlparser.sax.HtmlSerializer
 
HtmlSerializer(Writer) - Constructor for class nu.validator.htmlparser.sax.HtmlSerializer
 
HTTP_EQUIV - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
HTTP_EQUIV - Static variable in class nu.validator.htmlparser.impl.MetaScanner
Constant for "http-equiv".
HTTP_EQUIV_CONTENT_TYPE - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
HTTP_EQUIV_NOT_SEEN - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
HTTP_EQUIV_OTHER - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
httpEquivIndex - Variable in class nu.validator.htmlparser.impl.MetaScanner
The current position in recognizing the attribute name "http-equive".
httpEquivState - Variable in class nu.validator.htmlparser.impl.MetaScanner
 

I

I - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ICON - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ICU - Enum constant in enum class nu.validator.htmlparser.common.Heuristics
Use ICU4J only.
IcuDetectorSniffer - Class in nu.validator.htmlparser.extra
 
IcuDetectorSniffer(ByteReadable) - Constructor for class nu.validator.htmlparser.extra.IcuDetectorSniffer
 
ID - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
IDENT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
IDEOGRAPHIC - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
idLocations - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
IdType - Annotation Interface in nu.validator.htmlparser.annotation
The type for attribute IDness.
idValue - Variable in class nu.validator.htmlparser.impl.HtmlAttributes
 
IFRAME - Static variable in class nu.validator.htmlparser.impl.ElementName
 
IFRAME - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
IFRAME_ARR - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
IGNORABLE_WHITESPACE - Enum constant in enum class nu.validator.saxtree.NodeType
A run of ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
ignorableWhitespace(char[], int, int) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
ignorableWhitespace(char[], int, int) - Method in class nu.validator.saxtree.TreeBuilder
 
ignorableWhitespace(char[], int, int, Locator) - Method in class nu.validator.saxtree.TreeParser
 
IgnorableWhitespace - Class in nu.validator.saxtree
A run ignorable whitespace.
IgnorableWhitespace(Locator, char[], int, int) - Constructor for class nu.validator.saxtree.IgnorableWhitespace
The constructor.
ignoreLevel - Variable in class nu.validator.htmlparser.sax.HtmlSerializer
 
IMAGE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
IMAGE - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
IMAGE_RENDERING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
IMAGINARY - Static variable in class nu.validator.htmlparser.impl.ElementName
 
IMAGINARYI - Static variable in class nu.validator.htmlparser.impl.ElementName
 
IMG - Static variable in class nu.validator.htmlparser.impl.ElementName
 
implementation - Variable in class nu.validator.htmlparser.dom.DOMTreeBuilder
The DOM impl.
implementation - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
The DOM impl.
implicitlyCloseP() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
IMPLIES - Static variable in class nu.validator.htmlparser.impl.ElementName
 
in - Variable in class nu.validator.htmlparser.rewindable.RewindableInputStream
 
IN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
IN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
IN_BODY - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
IN_CAPTION - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
IN_CELL - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
IN_COLUMN_GROUP - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
IN_FRAMESET - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
IN_HEAD - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
IN_HEAD_NOSCRIPT - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
IN_ROW - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
IN_SELECT - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
IN_SELECT_IN_TABLE - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
IN_TABLE - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
IN_TABLE_BODY - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
IN2 - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
index - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
INDEX - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
indexOfTable(Element, Element) - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
INFINITY - Static variable in class nu.validator.htmlparser.impl.ElementName
 
InfosetCoercingHtmlParser - Class in nu.validator.htmlparser.sax
This subclass of HtmlParser simply provides a no-argument constructor that calls the constructor of the superclass with the ALTER_INFOSET policy.
InfosetCoercingHtmlParser() - Constructor for class nu.validator.htmlparser.sax.InfosetCoercingHtmlParser
A constructor that passes ALTER_INFOSET to the superclass' constructor.
initDecoder() - Method in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
initDoctypeFields() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
INITIAL - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
initializeWithoutStarting() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
initLocation(String, String) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
Inline - Annotation Interface in nu.validator.htmlparser.annotation
Translates into the C++ inline keyword.
INPUT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
INPUT - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
INPUTMODE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
inputStream - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
INS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
insertBefore(Node, Node) - Method in class nu.validator.saxtree.ParentNode
Insert a new child before a pre-existing child and return the newly inserted child.
insertBetween(Node, Node, Node) - Method in class nu.validator.saxtree.ParentNode
 
insertFosterParentedCharacters(char[], int, int, Element, Element) - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
insertFosterParentedCharacters(char[], int, int, Attributes, Attributes) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
insertFosterParentedCharacters(char[], int, int, T, T) - Method in class nu.validator.htmlparser.impl.CoalescingTreeBuilder
 
insertFosterParentedCharacters(char[], int, int, T, T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
insertFosterParentedCharacters(String, Element, Element) - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
insertFosterParentedCharacters(String, Element, Element) - Method in class nu.validator.htmlparser.dom.DOMTreeBuilder
 
insertFosterParentedCharacters(String, T, T) - Method in class nu.validator.htmlparser.impl.CoalescingTreeBuilder
 
insertFosterParentedChild(Element, Element, Element) - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
insertFosterParentedChild(Element, Element, Element) - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
insertFosterParentedChild(Element, Element, Element) - Method in class nu.validator.htmlparser.dom.DOMTreeBuilder
 
insertFosterParentedChild(Attributes, Attributes, Attributes) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
insertFosterParentedChild(T, T, T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
insertIntoFosterParent(T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
insertIntoListOfActiveFormattingElements(StackNode<T>, int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
insertIntoStack(StackNode<T>, int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
insertMarker() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
INT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
INTEGERS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
INTERCEPT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
internalEncodingDeclaration(String) - Method in interface nu.validator.htmlparser.common.EncodingDeclarationHandler
Indicates that the parser has found an internal encoding declaration with the charset value charset.
internalEncodingDeclaration(String) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
internalEncodingDeclaration(String) - Method in class nu.validator.htmlparser.io.Driver
 
interner - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
Interner - Interface in nu.validator.htmlparser.common
A placeholder type that translates into the type of the C++ class that implements an interning service for local names (@Local in Java).
INTERSECT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
INTERVAL - Static variable in class nu.validator.htmlparser.impl.ElementName
 
INVERSE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
IRRELEVANT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
IS_XMLNS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
isAllowRewinding() - Method in class nu.validator.htmlparser.io.Driver
Returns the allowRewinding.
isAlmostStandards(String, String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
isAlreadyComplainedAboutNonAscii() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
Returns the alreadyComplainedAboutNonAscii.
isAlreadyComplainedAboutNonAscii() - Method in class nu.validator.htmlparser.impl.Tokenizer
Returns the alreadyComplainedAboutNonAscii.
isAsciiSuperset() - Method in class nu.validator.htmlparser.io.Encoding
Returns the asciiSuperset.
isAsciiSupersetnessSensitive(int) - Static method in class nu.validator.htmlparser.io.Encoding
 
isAstralPrivateUse(int) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
Tells if the argument is an astral PUA character.
isBanned(String) - Static method in class nu.validator.htmlparser.io.Encoding
 
isBoolean() - Method in class nu.validator.htmlparser.impl.AttributeName
 
isCaseFolded() - Method in class nu.validator.htmlparser.impl.AttributeName
Queries whether this attribute has a case-folded value in the HTML4 mode of the parser.
isCheckingNormalization() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Indicates whether NFC normalization of source is being checked.
isCheckingNormalization() - Method in class nu.validator.htmlparser.io.Driver
Query if checking normalization.
isCheckingNormalization() - Method in class nu.validator.htmlparser.sax.HtmlParser
Indicates whether NFC normalization of source is being checked.
isCheckingNormalization() - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Indicates whether NFC normalization of source is being checked.
isComposingChar(int) - Static method in class nu.validator.htmlparser.extra.NormalizationChecker
Returns true if the argument is a composing character and false otherwise.
isComposingCharOrSurrogate(char) - Static method in class nu.validator.htmlparser.extra.NormalizationChecker
Returns true if the argument is a composing BMP character or a surrogate and false otherwise.
isCurrent(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
isCustom() - Method in class nu.validator.htmlparser.impl.ElementName
 
isFosterParenting() - Method in class nu.validator.htmlparser.impl.StackNode
 
isFramesetOk() - Method in class nu.validator.htmlparser.impl.StateSnapshot
Returns the framesetOk.
isFramesetOk() - Method in class nu.validator.htmlparser.impl.TreeBuilder
Returns the framesetOk.
isFramesetOk() - Method in interface nu.validator.htmlparser.impl.TreeBuilderState
Returns the framesetOk.
isHtml4Doctype(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
isHtml4ModeCompatibleWithXhtml1Schemata() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Whether the HTML 4 mode reports boolean attributes in a way that repeats the name in the value.
isHtml4ModeCompatibleWithXhtml1Schemata() - Method in class nu.validator.htmlparser.sax.HtmlParser
Whether the HTML 4 mode reports boolean attributes in a way that repeats the name in the value.
isHtml4ModeCompatibleWithXhtml1Schemata() - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Whether the HTML 4 mode reports boolean attributes in a way that repeats the name in the value.
isHtmlIntegrationPoint() - Method in class nu.validator.htmlparser.impl.StackNode
 
isInDataState() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
ISINDEX - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ISINDEX - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
ISINDEX_PROMPT - Static variable in class nu.validator.htmlparser.sax.SAXStreamer
 
ISINDEX_PROMPT - Static variable in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
isInForeign() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
isInForeignButNotHtmlOrMathTextIntegrationPoint() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
isInStack(StackNode<T>) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
isLikelyEbcdic() - Method in class nu.validator.htmlparser.io.Encoding
Returns the likelyEbcdic.
isLikelyEbcdic(String, boolean) - Static method in class nu.validator.htmlparser.io.Encoding
 
ISMAP - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
isMappingLangToXmlLang() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Whether lang is mapped to xml:lang.
isMappingLangToXmlLang() - Method in class nu.validator.htmlparser.impl.Tokenizer
Returns the mappingLangToXmlLang.
isMappingLangToXmlLang() - Method in class nu.validator.htmlparser.sax.HtmlParser
Whether lang is mapped to xml:lang.
isMappingLangToXmlLang() - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Whether lang is mapped to xml:lang.
isNamespaceAware() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Returns true.
isNcName(int) - Method in class nu.validator.htmlparser.impl.AttributeName
Queries whether this name is an XML 1.0 4th ed.
isNCName(String) - Static method in class nu.validator.htmlparser.impl.NCName
 
isNCNameStart(char) - Static method in class nu.validator.htmlparser.impl.NCName
 
isNCNameTrail(char) - Static method in class nu.validator.htmlparser.impl.NCName
 
isNeedToDropLF() - Method in class nu.validator.htmlparser.impl.StateSnapshot
Returns the needToDropLF.
isNeedToDropLF() - Method in class nu.validator.htmlparser.impl.TreeBuilder
Returns the needToDropLF.
isNeedToDropLF() - Method in interface nu.validator.htmlparser.impl.TreeBuilderState
Returns the needToDropLF.
isNextCharOnNewLine() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
Returns the nextCharOnNewLine.
isNextCharOnNewLine() - Method in class nu.validator.htmlparser.impl.PushedLocation
Returns the nextCharOnNewLine.
isNextCharOnNewLine() - Method in class nu.validator.htmlparser.impl.Tokenizer
Returns the nextCharOnNewLine.
isObscure() - Method in class nu.validator.htmlparser.io.Encoding
Returns the obscure.
isObscure(String) - Static method in class nu.validator.htmlparser.io.Encoding
 
isOptionalEndTag() - Method in class nu.validator.htmlparser.impl.StackNode
 
isPrevCR() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
isPrivateUse(char) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
Tells if the argument is a BMP PUA character.
isQuirks() - Method in class nu.validator.htmlparser.impl.StateSnapshot
Returns the quirks.
isQuirks() - Method in class nu.validator.htmlparser.impl.TreeBuilder
Returns the quirks.
isQuirks() - Method in interface nu.validator.htmlparser.impl.TreeBuilderState
Returns the quirks.
isQuirky(String, String, String, boolean) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
isRegistered() - Method in class nu.validator.htmlparser.io.Encoding
 
isReportingDoctype() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Returns the reportingDoctype.
isReportingDoctype() - Method in class nu.validator.htmlparser.sax.HtmlParser
Returns the reportingDoctype.
isReportingDoctype() - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Returns the reportingDoctype.
isScoping() - Method in class nu.validator.htmlparser.impl.StackNode
 
isScriptingEnabled() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Whether the parser considers scripting to be enabled for noscript treatment.
isScriptingEnabled() - Method in class nu.validator.htmlparser.impl.TreeBuilder
Returns the scriptingEnabled.
isScriptingEnabled() - Method in class nu.validator.htmlparser.sax.HtmlParser
Whether the parser considers scripting to be enabled for noscript treatment.
isScriptingEnabled() - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Whether the parser considers scripting to be enabled for noscript treatment.
isSecondOnStackBody() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
isShouldNot() - Method in class nu.validator.htmlparser.io.Encoding
Returns the shouldNot.
isShouldNot(String) - Static method in class nu.validator.htmlparser.io.Encoding
 
isSpecial() - Method in class nu.validator.htmlparser.impl.StackNode
 
isSpecialParentInForeign(StackNode<T>) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
isTainted() - Method in class nu.validator.htmlparser.impl.TaintableLocatorImpl
 
isValidating() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Returns false
isXmlns() - Method in class nu.validator.htmlparser.impl.AttributeName
Queries whether this is an xmlns attribute.

J

jaxpDOMImplementation() - Static method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Returns the JAXP DOM implementation.

K

K - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
K1 - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
K2 - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
K3 - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
K4 - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
KBD - Static variable in class nu.validator.htmlparser.impl.ElementName
 
KERNELMATRIX - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
KERNELUNITLENGTH - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
KERNING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
KEYGEN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
KEYGEN - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
KEYPOINTS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
KEYSPLINES - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
KEYTIMES - Static variable in class nu.validator.htmlparser.impl.AttributeName
 

L

LABEL - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
LABEL - Static variable in class nu.validator.htmlparser.impl.ElementName
 
LAMBDA - Static variable in class nu.validator.htmlparser.impl.ElementName
 
LANG - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
LANG_NS - Static variable in class nu.validator.htmlparser.impl.AttributeName
An array that has no namespace for the HTML, SVG and MathML modes but has the XML namespace for the lang-mapping HTML mode.
LANG_PREFIX - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
LANGUAGE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
LAPLACIAN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
LARGEOP - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
lastBlock - Variable in class nu.validator.htmlparser.rewindable.RewindableInputStream
 
lastChild - Variable in class nu.validator.saxtree.ParentNode
The last child (for efficiency).
lastCR - Variable in class nu.validator.htmlparser.impl.Tokenizer
Whether the previous char read was CR.
lazyInit() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
This class wraps different tree builders depending on configuration.
lazyInit() - Method in class nu.validator.htmlparser.sax.HtmlParser
This class wraps different tree builders depending on configuration.
lazyInit() - Method in class nu.validator.htmlparser.xom.HtmlBuilder
This class wraps different tree builders depending on configuration.
LCM - Static variable in class nu.validator.htmlparser.impl.ElementName
 
LEAD_OFFSET - Static variable in class nu.validator.htmlparser.impl.Tokenizer
Magic value for UTF-16 operations.
LEGEND - Static variable in class nu.validator.htmlparser.impl.ElementName
 
length - Variable in class nu.validator.htmlparser.dom.Dom2Sax.NamedNodeMapAttributes
 
length - Variable in class nu.validator.htmlparser.extra.ChardetSniffer
 
length - Variable in class nu.validator.htmlparser.impl.HtmlAttributes
 
LENGTHADJUST - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
LEQ - Static variable in class nu.validator.htmlparser.impl.ElementName
 
LETTER_SPACING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
lexicalHandler - Variable in class nu.validator.htmlparser.dom.Dom2Sax
 
lexicalHandler - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
lexicalHandler - Variable in class nu.validator.htmlparser.sax.SAXStreamer
 
lexicalHandler - Variable in class nu.validator.saxtree.TreeParser
The lexical handler.
LF - Static variable in class nu.validator.htmlparser.impl.Tokenizer
Array version of line feed.
LI - Static variable in class nu.validator.htmlparser.impl.ElementName
 
LI - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
LIGHTING_COLOR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
likelyEbcdic - Variable in class nu.validator.htmlparser.io.Encoding
 
limit - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
LIMIT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
LIMITINGCONEANGLE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
line - Variable in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
The current line number in the current resource being parsed.
line - Variable in class nu.validator.htmlparser.impl.LocatorImpl
 
line - Variable in class nu.validator.htmlparser.impl.PushedLocation
 
line - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
line - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
line - Variable in class nu.validator.htmlparser.io.MetaSniffer
 
line - Variable in class nu.validator.saxtree.LocatorImpl
The line.
line - Variable in class nu.validator.saxtree.Node
The line.
LINE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
LINEARGRADIENT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
LINEBREAK - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
lineColPos - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
linePrev - Variable in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
linePrev - Variable in class nu.validator.htmlparser.impl.PushedLocation
 
LINETHICKNESS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
LINK - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
LINK - Static variable in class nu.validator.htmlparser.impl.ElementName
 
LINK_OR_BASEFONT_OR_BGSOUND - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
LIST - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
LIST - Static variable in class nu.validator.htmlparser.impl.ElementName
 
LISTENER - Static variable in class nu.validator.htmlparser.impl.ElementName
 
LISTING - Static variable in class nu.validator.htmlparser.impl.ElementName
 
listOfActiveFormattingElements - Variable in class nu.validator.htmlparser.impl.StateSnapshot
 
listOfActiveFormattingElements - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
listPtr - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
Literal - Annotation Interface in nu.validator.htmlparser.annotation
Marks a string type as being the literal string type (typically const char*) in C++.
literalEqualsString(String, String) - Static method in class nu.validator.htmlparser.impl.Portability
 
LN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
lo - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
loadState(Tokenizer) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
loadState(TreeBuilderState<T>, Interner) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
local - Variable in class nu.validator.htmlparser.impl.AttributeName
The local names indexable by mode.
Local - Annotation Interface in nu.validator.htmlparser.annotation
The local name of an element or attribute.
LOCAL - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
localEqualsBuffer(String, char[], int, int) - Static method in class nu.validator.htmlparser.impl.Portability
 
localName - Variable in class nu.validator.saxtree.Element
The local name.
locator - Variable in class nu.validator.htmlparser.extra.NormalizationChecker
 
locator - Variable in class nu.validator.htmlparser.impl.StackNode
 
locator - Variable in class nu.validator.htmlparser.io.MetaSniffer
 
locator - Variable in class nu.validator.saxtree.TreeBuilder
The locator.
locatorDelegate - Variable in class nu.validator.saxtree.TreeParser
The current locator.
LocatorImpl - Class in nu.validator.htmlparser.impl
 
LocatorImpl - Class in nu.validator.saxtree
A locator implementation.
LocatorImpl(Locator) - Constructor for class nu.validator.htmlparser.impl.LocatorImpl
 
LocatorImpl(Locator) - Constructor for class nu.validator.saxtree.LocatorImpl
The constructor.
LOG - Static variable in class nu.validator.htmlparser.impl.ElementName
 
LOGBASE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
LONGDESC - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
longStrBuf - Variable in class nu.validator.htmlparser.impl.Tokenizer
Buffer for long strings.
longStrBufLen - Variable in class nu.validator.htmlparser.impl.Tokenizer
Number of significant chars in longStrBuf.
longStrBufToString() - Method in class nu.validator.htmlparser.impl.Tokenizer
The larger buffer as a string.
lookupPrefixAttribute(String) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
lookupUri(String) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
LOOP - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
LOW - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
lowerCaseLiteralEqualsIgnoreAsciiCaseString(String, String) - Static method in class nu.validator.htmlparser.impl.Portability
 
lowerCaseLiteralIsPrefixOfIgnoreAsciiCaseString(String, String) - Static method in class nu.validator.htmlparser.impl.Portability
 
LOWLIMIT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
LOWSRC - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
LQUOTE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
LSPACE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
LT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
LT_GT - Static variable in class nu.validator.htmlparser.impl.Tokenizer
UTF-16 code unit array containing less than and greater than for emitting those characters on certain parse errors.
LT_SOLIDUS - Static variable in class nu.validator.htmlparser.impl.Tokenizer
UTF-16 code unit array containing less than and solidus for emitting those characters on certain parse errors.

M

M - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
MACROS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MACTION - Static variable in class nu.validator.htmlparser.impl.ElementName
 
main(String[]) - Static method in class nu.validator.htmlparser.extra.ChardetSniffer
 
main(String[]) - Static method in class nu.validator.htmlparser.extra.IcuDetectorSniffer
 
main(String[]) - Static method in class nu.validator.htmlparser.io.Encoding
 
main(String[]) - Static method in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
makeAttribute(String, String, String, Attribute.Type) - Method in class nu.validator.htmlparser.xom.SimpleNodeFactory
return new Attribute(localName, uri, value, type);
makeComment(String) - Method in class nu.validator.htmlparser.xom.SimpleNodeFactory
return new Comment(string);
makeDocument() - Method in class nu.validator.htmlparser.xom.SimpleNodeFactory
return new ModalDocument(new Element("root", "http://www.xom.nu/fakeRoot"));
makeElement(String, String) - Method in class nu.validator.htmlparser.xom.SimpleNodeFactory
return new Element(name, namespace);
makeElement(String, String, Element) - Method in class nu.validator.htmlparser.xom.SimpleNodeFactory
return new FormPtrElement(name, namespace, form);
makeText(String) - Method in class nu.validator.htmlparser.xom.SimpleNodeFactory
return new Text(string);
MALIGNGROUP - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MALIGNMARK - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MANIFEST - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
map - Variable in class nu.validator.htmlparser.dom.Dom2Sax.NamedNodeMapAttributes
 
MAP - Static variable in class nu.validator.htmlparser.impl.ElementName
 
mappingLangToXmlLang - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
mappingLangToXmlLang - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
mappingLangToXmlLang - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
mappingLangToXmlLang - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
mappings - Variable in class nu.validator.htmlparser.sax.XmlSerializer.StackNode
 
MARGINHEIGHT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MARGINWIDTH - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MARK - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MARKER - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MARKER_END - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MARKER_MID - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MARKER_START - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MARKERHEIGHT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MARKERUNITS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MARKERWIDTH - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
markMalformedIfScript(T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
markTainted() - Method in class nu.validator.htmlparser.impl.TaintableLocatorImpl
 
MARKUP_DECLARATION_HYPHEN - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
MARKUP_DECLARATION_HYPHEN - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
MARKUP_DECLARATION_OCTYPE - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
MARKUP_DECLARATION_OPEN - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
MARKUP_DECLARATION_OPEN - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
MARQUEE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MARQUEE_OR_APPLET - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
MASK - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MASK - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MASKCONTENTUNITS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MASKUNITS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MATH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MATH - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
MATH_DIFFERENT(String, String) - Static method in class nu.validator.htmlparser.impl.AttributeName
An initialization helper for having a one name in the MathML mode and another name in the other modes.
MATHBACKGROUND - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MATHCOLOR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MATHEMATICAL - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MATHML - Static variable in class nu.validator.htmlparser.impl.AttributeName
The mode value for MathML.
MATHSIZE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MATHVARIANT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MATRIX - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MATRIXROW - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MAX - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MAX - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MAXLENGTH - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MAXSIZE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
maybeAppendSpaceToBogusComment() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
maybeErrAttributesOnEndTag(HtmlAttributes) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
maybeErrAttributesOnEndTag(HtmlAttributes) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
maybeErrSlashInEndTag(boolean) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
maybeErrSlashInEndTag(boolean) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
maybeForgetEarlierDuplicateFormattingElement(String, HtmlAttributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
maybeWarnPrivateUse(char) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
maybeWarnPrivateUse(char) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
maybeWarnPrivateUseAstral() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
maybeWarnPrivateUseAstral() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
MEAN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MEDIA - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MEDIAN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MEDIUMMATHSPACE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MENCLOSE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MENU - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MENUITEM - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MENUITEM - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
merge(HtmlAttributes) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
MERROR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
META - Static variable in class nu.validator.htmlparser.impl.ElementName
 
META - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
metaBoundaryPassed - Variable in class nu.validator.htmlparser.impl.Tokenizer
Whether the stream is past the first 512 bytes.
METADATA - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MetaScanner - Class in nu.validator.htmlparser.impl
 
MetaScanner() - Constructor for class nu.validator.htmlparser.impl.MetaScanner
 
MetaSniffer - Class in nu.validator.htmlparser.io
 
MetaSniffer(ErrorHandler, Locator) - Constructor for class nu.validator.htmlparser.io.MetaSniffer
 
metaState - Variable in class nu.validator.htmlparser.impl.MetaScanner
The state of the state machine that recognizes the tag name "meta".
METER - Static variable in class nu.validator.htmlparser.impl.ElementName
 
METHOD - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MFENCED - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MFRAC - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MGLYPH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MGLYPH_OR_MALIGNMARK - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
MI - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MI_MO_MN_MS_MTEXT - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
MIN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MIN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MIN_SIZE - Static variable in class nu.validator.htmlparser.rewindable.RewindableInputStream.Block
 
MINSIZE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MINUS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MISSING_GLYPH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MLABELEDTR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MMULTISCRIPTS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MO - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ModalDocument - Class in nu.validator.htmlparser.xom
Document with Mode.
ModalDocument(Document) - Constructor for class nu.validator.htmlparser.xom.ModalDocument
Copy constructor (Mode-aware).
ModalDocument(Element) - Constructor for class nu.validator.htmlparser.xom.ModalDocument
With root.
mode - Variable in class nu.validator.htmlparser.impl.HtmlAttributes
 
mode - Variable in class nu.validator.htmlparser.impl.StateSnapshot
 
mode - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
mode - Variable in class nu.validator.htmlparser.xom.ModalDocument
 
Mode - Interface in nu.validator.htmlparser.xom
Interface for attaching a DocumentMode on a Document.
MODE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MODE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MOMENT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MOMENTABOUT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MOVABLELIMITS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MOVER - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MPADDED - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MPATH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MPHANTOM - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MPRESCRIPTS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MROOT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MROW - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MSPACE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MSQRT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MSTYLE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MSUB - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MSUBSUP - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MSUP - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MTABLE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MTD - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MTEXT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MTR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MULTIPLE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
MUNDER - Static variable in class nu.validator.htmlparser.impl.ElementName
 
MUNDEROVER - Static variable in class nu.validator.htmlparser.impl.ElementName
 

N

name - Variable in class nu.validator.htmlparser.impl.ElementName
 
name - Variable in class nu.validator.htmlparser.impl.StackNode
 
name - Variable in class nu.validator.saxtree.DTD
The name.
name - Variable in class nu.validator.saxtree.Entity
The name.
name - Variable in class nu.validator.saxtree.SkippedEntity
The name.
NAME - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
nameByBuffer(char[], int, int, boolean, Interner) - Static method in class nu.validator.htmlparser.impl.AttributeName
Returns an attribute name by buffer.
NameCheckingXmlSerializer - Class in nu.validator.htmlparser.sax
 
NameCheckingXmlSerializer(OutputStream) - Constructor for class nu.validator.htmlparser.sax.NameCheckingXmlSerializer
 
NameCheckingXmlSerializer(Writer) - Constructor for class nu.validator.htmlparser.sax.NameCheckingXmlSerializer
 
NamedCharacters - Class in nu.validator.htmlparser.impl
 
NamedCharacters() - Constructor for class nu.validator.htmlparser.impl.NamedCharacters
 
NamedCharactersAccel - Class in nu.validator.htmlparser.impl
 
NamedCharactersAccel() - Constructor for class nu.validator.htmlparser.impl.NamedCharactersAccel
 
NamedNodeMapAttributes() - Constructor for class nu.validator.htmlparser.dom.Dom2Sax.NamedNodeMapAttributes
 
namePolicy - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
namePolicy - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
namePolicy - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
namePolicy - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
namePolicy - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
names - Variable in class nu.validator.htmlparser.impl.HtmlAttributes
 
NAMES - Static variable in class nu.validator.htmlparser.impl.NamedCharacters
 
NARGS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
NATURALNUMBERS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
NAV - Static variable in class nu.validator.htmlparser.impl.ElementName
 
NCName - Class in nu.validator.htmlparser.impl
 
NCName() - Constructor for class nu.validator.htmlparser.impl.NCName
 
NCNAME_FOREIGN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
NCNAME_HTML - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
NCNAME_LANG - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
needToDropLF - Variable in class nu.validator.htmlparser.impl.StateSnapshot
 
needToDropLF - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
needToNotifyTokenizer - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
NEQ - Static variable in class nu.validator.htmlparser.impl.ElementName
 
NEST - Static variable in class nu.validator.htmlparser.impl.ElementName
 
newAsciiLowerCaseStringFromString(String) - Static method in class nu.validator.htmlparser.impl.Tokenizer
 
newAttributesEachTime - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
newCharArrayFromLocal(String) - Static method in class nu.validator.htmlparser.impl.Portability
 
newCharArrayFromString(String) - Static method in class nu.validator.htmlparser.impl.Portability
 
newDecoder() - Method in class nu.validator.htmlparser.io.Encoding
 
newDocument() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
For API compatibility.
newEmptyString() - Static method in class nu.validator.htmlparser.impl.Portability
 
newEncoder() - Method in class nu.validator.htmlparser.io.Encoding
 
newLocalFromLocal(String, Interner) - Static method in class nu.validator.htmlparser.impl.Portability
 
newLocalNameFromBuffer(char[], int, int, Interner) - Static method in class nu.validator.htmlparser.impl.Portability
Allocates a new local name object.
newSnapshot() - Method in class nu.validator.htmlparser.impl.TreeBuilder
Creates a comparable snapshot of the tree builder state.
newStringFromBuffer(char[], int, int) - Static method in class nu.validator.htmlparser.impl.Portability
 
newStringFromLiteral(String) - Static method in class nu.validator.htmlparser.impl.Portability
 
newStringFromString(String) - Static method in class nu.validator.htmlparser.impl.Portability
 
newTokenizer(TokenHandler, boolean) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
newTokenizer(TokenHandler, boolean) - Method in class nu.validator.htmlparser.sax.HtmlParser
 
newTokenizer(TokenHandler, boolean) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
 
next - Variable in class nu.validator.htmlparser.impl.PushedLocation
 
next - Variable in class nu.validator.htmlparser.rewindable.RewindableInputStream.Block
 
nextCharOnNewLine - Variable in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
nextCharOnNewLine - Variable in class nu.validator.htmlparser.impl.PushedLocation
 
nextCharOnNewLine - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
nextSibling - Variable in class nu.validator.saxtree.Node
The next sibling.
NO - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
NO_DOCTYPE_ERRORS - Enum constant in enum class nu.validator.htmlparser.common.DoctypeExpectation
Never enable HTML4-specific error checks.
NOBR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
NOBR - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
node - Variable in class nu.validator.htmlparser.impl.StackNode
 
Node - Class in nu.validator.saxtree
The common node superclass.
Node(Locator) - Constructor for class nu.validator.saxtree.Node
The constructor.
nodeFactory - Variable in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
NodeType - Enum Class in nu.validator.saxtree
The node type.
NodeType() - Constructor for enum class nu.validator.saxtree.NodeType
 
NOEMBED - Static variable in class nu.validator.htmlparser.impl.ElementName
 
NOEMBED - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
NOEMBED_ARR - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
NOFRAMES - Static variable in class nu.validator.htmlparser.impl.ElementName
 
NOFRAMES - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
NOFRAMES_ARR - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
NOHREF - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
NoLength - Annotation Interface in nu.validator.htmlparser.annotation
The array type marked with this annotation won't have its .length read.
NON_DATA_END_TAG_NAME - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
NON_ESCAPING - Static variable in class nu.validator.htmlparser.sax.HtmlSerializer
 
NONE - Enum constant in enum class nu.validator.htmlparser.common.Heuristics
Perform no heuristic sniffing.
NONE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
NORESIZE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
NormalizationChecker - Class in nu.validator.htmlparser.extra
 
NormalizationChecker(Locator) - Constructor for class nu.validator.htmlparser.extra.NormalizationChecker
Constructor with mode selection.
NOSCRIPT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
NOSCRIPT - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
NOSCRIPT_ARR - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
NOSHADE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
NOT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
NOT_FOUND_ON_STACK - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
NOT_OBSCURE - Static variable in class nu.validator.htmlparser.io.Encoding
 
NOTANUMBER - Static variable in class nu.validator.htmlparser.impl.ElementName
 
NOTATION - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
note(String, String) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
Reports on an event based on profile selected.
noteAttributeWithoutValue() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
noteAttributeWithoutValue() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
noteUnquotedAttributeValue() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
noteUnquotedAttributeValue() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
Notify(String) - Method in class nu.validator.htmlparser.extra.ChardetSniffer
 
notifyAboutMetaBoundary() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
notifyAboutMetaBoundary() - Method in class nu.validator.htmlparser.io.Driver
 
NOTIN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
NOTPRSUBSET - Static variable in class nu.validator.htmlparser.impl.ElementName
 
NOTSUBSET - Static variable in class nu.validator.htmlparser.impl.ElementName
 
NOWRAP - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ns - Variable in class nu.validator.htmlparser.impl.StackNode
 
NsUri - Annotation Interface in nu.validator.htmlparser.annotation
The namespace URI type.
nu.validator.htmlparser.annotation - package nu.validator.htmlparser.annotation
This package provides annotations for facilitating automated translation of the source code into other programming languages.
nu.validator.htmlparser.common - package nu.validator.htmlparser.common
This package provides common interfaces and enumerations.
nu.validator.htmlparser.dom - package nu.validator.htmlparser.dom
This package provides an HTML5 parser that exposes the document using the DOM API.
nu.validator.htmlparser.extra - package nu.validator.htmlparser.extra
 
nu.validator.htmlparser.impl - package nu.validator.htmlparser.impl
This package contains the bulk of parser internals.
nu.validator.htmlparser.io - package nu.validator.htmlparser.io
 
nu.validator.htmlparser.rewindable - package nu.validator.htmlparser.rewindable
 
nu.validator.htmlparser.sax - package nu.validator.htmlparser.sax
This package provides an HTML5 parser that exposes the document through the SAX API.
nu.validator.htmlparser.xom - package nu.validator.htmlparser.xom
This package provides an HTML5 parser that exposes the document through the XOM API.
nu.validator.saxtree - package nu.validator.saxtree
This package provides SAX Tree: a tree model optimized for creation from SAX events and replay as SAX events.
NULL_ELEMENT_NAME - Static variable in class nu.validator.htmlparser.impl.ElementName
 
NullLexicalHandler - Class in nu.validator.saxtree
A lexical handler that does nothing.
NullLexicalHandler() - Constructor for class nu.validator.saxtree.NullLexicalHandler
 
NUMOCTAVES - Static variable in class nu.validator.htmlparser.impl.AttributeName
 

O

OBJECT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
OBJECT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
OBJECT - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
obscure - Variable in class nu.validator.htmlparser.io.Encoding
 
OCCURRENCE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
OCTYPE - Static variable in class nu.validator.htmlparser.impl.Tokenizer
"octype" as char[]
OFFSET - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
OL - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ONABORT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONACTIVATE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONAFTERPRINT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONAFTERUPDATE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONBEFORDEACTIVATE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONBEFOREACTIVATE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONBEFORECOPY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONBEFORECUT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONBEFOREEDITFOCUS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONBEFOREPASTE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONBEFOREPRINT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONBEFOREUNLOAD - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONBEFOREUPDATE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONBEGIN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONBLUR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONBOUNCE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONCELLCHANGE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONCHANGE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONCLICK - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONCONTEXTMENU - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONCONTROLSELECT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONCOPY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONCUT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONDATAAVAILABLE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONDATASETCHANGED - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONDATASETCOMPLETE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONDBLCLICK - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONDEACTIVATE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONDRAG - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONDRAGDROP - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONDRAGEND - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONDRAGENTER - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONDRAGLEAVE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONDRAGOVER - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONDRAGSTART - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONDROP - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONEND - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONERROR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONERRORUPDATE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONFILTERCHANGE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONFINISH - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONFOCUS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONFOCUSIN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONFOCUSOUT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONFORMCHANGE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONFORMINPUT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONHELP - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONINPUT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONINVALID - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONKEYDOWN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONKEYPRESS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONKEYUP - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONLOAD - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONLOSECAPTURE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONMESSAGE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONMOUSEDOWN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONMOUSEENTER - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONMOUSELEAVE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONMOUSEMOVE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONMOUSEOUT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONMOUSEOVER - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONMOUSEUP - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONMOUSEWHEEL - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONMOVE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONMOVEEND - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONMOVESTART - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONPASTE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONPROPERTYCHANGE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONREADYSTATECHANGE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONREPEAT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONRESET - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONRESIZE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONROWENTER - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONROWEXIT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONROWSDELETE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONROWSINSERTED - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONSCROLL - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONSELECT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONSELECTSTART - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONSTART - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONSTOP - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONSUBMIT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONUNLOAD - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ONZOOM - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
OPACITY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
OPEN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
OPERATOR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
OPTGROUP - Static variable in class nu.validator.htmlparser.impl.ElementName
 
OPTGROUP - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
OPTIMUM - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
OPTION - Static variable in class nu.validator.htmlparser.impl.ElementName
 
OPTION - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
OPTIONAL_END_TAG - Static variable in class nu.validator.htmlparser.impl.ElementName
The element has an optional end tag.
OR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ORDER - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ORIENT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ORIENTATION - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ORIGIN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
originalMode - Variable in class nu.validator.htmlparser.impl.StateSnapshot
 
originalMode - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
OTHER - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
OTHER - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
OTHERWISE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
OUTERPRODUCT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
OUTPUT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
OUTPUT_OR_LABEL - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
OVERFLOW - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
OVERLINE_POSITION - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
OVERLINE_THICKNESS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 

P

P - Static variable in class nu.validator.htmlparser.impl.ElementName
 
P - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
PANOSE_1 - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
PARAM - Static variable in class nu.validator.htmlparser.impl.ElementName
 
PARAM_OR_SOURCE_OR_TRACK - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
parentNode - Variable in class nu.validator.saxtree.Node
The parent.
ParentNode - Class in nu.validator.saxtree
Common superclass for parent nodes.
ParentNode(Locator) - Constructor for class nu.validator.saxtree.ParentNode
The constuctor.
parse(String) - Method in class nu.validator.htmlparser.sax.HtmlParser
 
parse(Node) - Method in class nu.validator.saxtree.TreeParser
Causes SAX events for the tree rooted at the argument to be emitted.
parse(Node) - Method in class nu.validator.htmlparser.dom.Dom2Sax
 
parse(InputSource) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Parses a document from a SAX InputSource.
parse(InputSource) - Method in class nu.validator.htmlparser.sax.HtmlParser
 
parseFragment(InputSource, String) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Parses a document fragment from a SAX InputSource.
parseFragment(InputSource, String) - Method in class nu.validator.htmlparser.sax.HtmlParser
Parses a fragment.
PARTIALDIFF - Static variable in class nu.validator.htmlparser.impl.ElementName
 
PATH - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
PATH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
PATHLENGTH - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
PATTERN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
PATTERN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
PATTERNCONTENTUNITS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
PATTERNTRANSFORM - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
PATTERNUNITS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
PI - Static variable in class nu.validator.htmlparser.impl.ElementName
 
PIECE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
PIECEWISE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
PING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
PLAINTEXT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
PLAINTEXT - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
PLAINTEXT - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
PLAINTEXT_ARR - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
PLUS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
POINTER_EVENTS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
POINTS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
POINTSATX - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
POINTSATY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
POINTSATZ - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
POLYGON - Static variable in class nu.validator.htmlparser.impl.ElementName
 
POLYLINE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
pop() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
pop() - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
popName - Variable in class nu.validator.htmlparser.impl.StackNode
 
popOnEof() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
Portability - Class in nu.validator.htmlparser.impl
 
Portability() - Constructor for class nu.validator.htmlparser.impl.Portability
 
pos - Variable in class nu.validator.htmlparser.extra.NormalizationChecker
The current used length of the buffer, i.e.
position - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
POSTER - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
POWER - Static variable in class nu.validator.htmlparser.impl.ElementName
 
PRE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
PRE_OR_LISTING - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
PREFETCH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
prefix - Variable in class nu.validator.htmlparser.impl.AttributeName
The prefixes indexably by mode.
prefix - Variable in class nu.validator.htmlparser.sax.XmlSerializer.PrefixMapping
 
prefix - Variable in class nu.validator.htmlparser.sax.XmlSerializer.StackNode
 
prefix - Variable in class nu.validator.saxtree.PrefixMapping
The namespace prefix.
Prefix - Annotation Interface in nu.validator.htmlparser.annotation
The type for namespace prefixes.
PrefixMapping - Class in nu.validator.saxtree
A prefix mapping.
PrefixMapping(String, String) - Constructor for class nu.validator.htmlparser.sax.XmlSerializer.PrefixMapping
 
PrefixMapping(String, String) - Constructor for class nu.validator.saxtree.PrefixMapping
Constructor.
prefixMappings - Variable in class nu.validator.saxtree.Element
The namespace prefix mappings.
prefixMappings - Variable in class nu.validator.saxtree.TreeBuilder
The prefix mappings for the next element to be inserted.
prepareMathFlags(int, boolean) - Static method in class nu.validator.htmlparser.impl.StackNode
 
prepareSvgFlags(int) - Static method in class nu.validator.htmlparser.impl.StackNode
 
PRESERVEALPHA - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
PRESERVEASPECTRATIO - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
pretendClosed - Variable in class nu.validator.htmlparser.rewindable.RewindableInputStream
 
prev - Variable in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
previousSibling(Node) - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
prevValue - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
prevWasCR - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
prevWasCR - Variable in class nu.validator.htmlparser.io.MetaSniffer
 
PRIMES - Static variable in class nu.validator.htmlparser.impl.ElementName
 
PRIMITIVEUNITS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
PROCESSING_INSTRUCTION - Enum constant in enum class nu.validator.saxtree.NodeType
A processing instruction.
PROCESSING_INSTRUCTION - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
PROCESSING_INSTRUCTION_QUESTION_MARK - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
processingInstruction(String, String) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
processingInstruction(String, String) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
processingInstruction(String, String) - Method in class nu.validator.saxtree.TreeBuilder
 
processingInstruction(String, String, Locator) - Method in class nu.validator.saxtree.TreeParser
 
ProcessingInstruction - Class in nu.validator.saxtree
A processing instruction.
ProcessingInstruction(Locator, String, String) - Constructor for class nu.validator.saxtree.ProcessingInstruction
Constructor.
processNonNcNames(TreeBuilder<?>, XmlViolationPolicy) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
 
PRODUCT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
PROFILE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
PROGRESS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
PROMPT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
PRSUBSET - Static variable in class nu.validator.htmlparser.impl.ElementName
 
publicId - Variable in class nu.validator.htmlparser.impl.LocatorImpl
 
publicId - Variable in class nu.validator.htmlparser.impl.PushedLocation
 
publicId - Variable in class nu.validator.htmlparser.impl.Tokenizer
The SAX public id for the resource being tokenized.
publicId - Variable in class nu.validator.saxtree.LocatorImpl
The public id.
publicId - Variable in class nu.validator.saxtree.Node
The public id.
publicIdentifier - Variable in class nu.validator.htmlparser.impl.Tokenizer
The public id of the current doctype token.
publicIdentifier - Variable in class nu.validator.saxtree.DTD
The public id.
push(String, String, String) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
push(StackNode<T>) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
PushedLocation - Class in nu.validator.htmlparser.impl
 
PushedLocation(int, int, int, int, boolean, String, String, PushedLocation) - Constructor for class nu.validator.htmlparser.impl.PushedLocation
 
pushHeadPointerOntoStack() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 

Q

Q - Static variable in class nu.validator.htmlparser.impl.ElementName
 
qName - Variable in class nu.validator.htmlparser.impl.AttributeName
The qnames indexable by mode.
qName - Variable in class nu.validator.htmlparser.sax.XmlSerializer.StackNode
 
qName - Variable in class nu.validator.saxtree.Element
The qualified name.
QName - Annotation Interface in nu.validator.htmlparser.annotation
The type for qualified names.
quirks - Variable in class nu.validator.htmlparser.impl.StateSnapshot
 
quirks - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
QUIRKS_MODE - Enum constant in enum class nu.validator.htmlparser.common.DocumentMode
The Quirks Mode
QUIRKY_PUBLIC_IDS - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
QUOTIENT - Static variable in class nu.validator.htmlparser.impl.ElementName
 

R

R - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
RADIALGRADIENT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
RADIOGROUP - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
RADIUS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
RATIONALS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
RAWTEXT - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
RAWTEXT_RCDATA_LESS_THAN_SIGN - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
RCDATA - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
read() - Method in class nu.validator.htmlparser.extra.IcuDetectorSniffer
 
read() - Method in class nu.validator.htmlparser.impl.MetaScanner
Reads a byte from the data source.
read() - Method in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
read() - Method in class nu.validator.htmlparser.io.MetaSniffer
-1 means end.
read() - Method in class nu.validator.htmlparser.rewindable.RewindableInputStream
 
read(byte[], int, int) - Method in class nu.validator.htmlparser.rewindable.RewindableInputStream
 
read(char[]) - Method in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
read(char[], int, int) - Method in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
read(CharBuffer) - Method in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
readable - Variable in class nu.validator.htmlparser.impl.MetaScanner
The data source.
readByte() - Method in interface nu.validator.htmlparser.common.ByteReadable
Returns the value of the next byte as an integer from 0 to 0xFF or -1 if the stream has ended.
readByte() - Method in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
reader - Variable in class nu.validator.htmlparser.io.Driver
The input UTF-16 code unit stream.
READONLY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
REAL - Static variable in class nu.validator.htmlparser.impl.ElementName
 
REALS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
reconstructTheActiveFormattingElements() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
RECT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
refcount - Variable in class nu.validator.htmlparser.impl.StackNode
 
REFX - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
REFY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
REL - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
release() - Method in class nu.validator.htmlparser.impl.AttributeName
Deletes runtime-allocated instances in C++.
release() - Method in class nu.validator.htmlparser.impl.ElementName
 
release() - Method in class nu.validator.htmlparser.impl.StackNode
 
releaseString(String) - Static method in class nu.validator.htmlparser.impl.Portability
 
releaseValue(int) - Method in class nu.validator.htmlparser.impl.HtmlAttributes
This is used in C++ to release special isindex attribute values whose ownership is not transferred.
RELN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
REM - Static variable in class nu.validator.htmlparser.impl.ElementName
 
removeChild(Node) - Method in class nu.validator.saxtree.ParentNode
Remove a child from this node.
removeFromListOfActiveFormattingElements(int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
removeFromStack(int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
removeFromStack(StackNode<T>) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
RENDERING_INTENT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ReparseException() - Constructor for exception class nu.validator.htmlparser.io.Driver.ReparseException
 
REPEAT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
REPEAT_MAX - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
REPEAT_MIN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
REPEAT_START - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
REPEAT_TEMPLATE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
REPEATCOUNT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
REPEATDUR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
REPLACE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
REPLACEMENT_CHARACTER - Static variable in class nu.validator.htmlparser.impl.Tokenizer
Array version of U+FFFD.
REPLACEMENT_CHARACTER - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
Array version of U+FFFD.
reportingDoctype - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
reportingDoctype - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
reportingDoctype - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
reportingDoctype - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
reportUnclosedElementNameAndLocation(int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Reports the name and location of an unclosed element.
requestSuspension() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
requestSuspension() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
REQUIRED - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
REQUIREDEXTENSIONS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
REQUIREDFEATURES - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
resetAttributes() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
resetTheInsertionMode() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
resetToDataState() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
RESTART - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
RESULT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
retain() - Method in class nu.validator.htmlparser.impl.StackNode
 
retainAttributes - Variable in class nu.validator.saxtree.TreeBuilder
Whether to retain attribute objects.
returnStateSave - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
returnValue - Variable in class nu.validator.htmlparser.extra.ChardetSniffer
 
REV - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
revisit(TreeParser) - Method in class nu.validator.saxtree.CDATA
 
revisit(TreeParser) - Method in class nu.validator.saxtree.Document
 
revisit(TreeParser) - Method in class nu.validator.saxtree.DTD
 
revisit(TreeParser) - Method in class nu.validator.saxtree.Element
 
revisit(TreeParser) - Method in class nu.validator.saxtree.Entity
 
revisit(TreeParser) - Method in class nu.validator.saxtree.Node
Revisit the node.
rewind() - Method in interface nu.validator.htmlparser.rewindable.Rewindable
 
rewind() - Method in class nu.validator.htmlparser.rewindable.RewindableInputStream
 
Rewindable - Interface in nu.validator.htmlparser.rewindable
 
rewindableInputStream - Variable in class nu.validator.htmlparser.io.Driver
The reference to the rewindable byte stream.
RewindableInputStream - Class in nu.validator.htmlparser.rewindable
 
RewindableInputStream(InputStream) - Constructor for class nu.validator.htmlparser.rewindable.RewindableInputStream
 
RewindableInputStream.Block - Class in nu.validator.htmlparser.rewindable
 
ROLE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ROOT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ROTATE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ROWALIGN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ROWLINES - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ROWS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ROWSPACING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
ROWSPAN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
RP - Static variable in class nu.validator.htmlparser.impl.ElementName
 
RQUOTE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
RSPACE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
RSQB_RSQB - Static variable in class nu.validator.htmlparser.impl.Tokenizer
UTF-16 code unit array containing ]] for emitting those characters on state transitions.
RT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
RT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
RT_OR_RP - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
RUBY - Static variable in class nu.validator.htmlparser.impl.ElementName
 
RUBY_OR_SPAN_OR_SUB_OR_SUP_OR_VAR - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
RULE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
RULES - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
runStates() - Method in class nu.validator.htmlparser.io.Driver
 
RX - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
RY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 

S

S - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SAME_LOCAL(String) - Static method in class nu.validator.htmlparser.impl.AttributeName
An initialization helper for having the same local name in all modes.
SAMP - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SANDBOX - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
saving - Variable in class nu.validator.htmlparser.rewindable.RewindableInputStream
true unless willNotRewind has been called
saxStreamer - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
SAXStreamer - Class in nu.validator.htmlparser.sax
 
SAXStreamer() - Constructor for class nu.validator.htmlparser.sax.SAXStreamer
 
saxTreeBuilder - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
SAXTreeBuilder - Class in nu.validator.htmlparser.sax
 
SAXTreeBuilder() - Constructor for class nu.validator.htmlparser.sax.SAXTreeBuilder
 
SCALARPRODUCT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SCALE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SCAN_UNTIL_GT - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
SCHEME - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SCOPE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SCOPED - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SCOPING - Static variable in class nu.validator.htmlparser.impl.ElementName
The element is scoping.
SCOPING_AS_MATHML - Static variable in class nu.validator.htmlparser.impl.ElementName
The element is scoping as MathML.
SCOPING_AS_SVG - Static variable in class nu.validator.htmlparser.impl.ElementName
The element is scoping as SVG.
SCRIPT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SCRIPT - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
SCRIPT_ARR - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
SCRIPT_DATA - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
SCRIPT_DATA_DOUBLE_ESCAPE_END - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
SCRIPT_DATA_DOUBLE_ESCAPE_START - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
SCRIPT_DATA_DOUBLE_ESCAPED - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
SCRIPT_DATA_DOUBLE_ESCAPED_DASH - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
SCRIPT_DATA_ESCAPE_START - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
SCRIPT_DATA_ESCAPE_START_DASH - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
SCRIPT_DATA_ESCAPED - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
SCRIPT_DATA_ESCAPED_DASH - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
SCRIPT_DATA_ESCAPED_DASH_DASH - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
SCRIPT_DATA_LESS_THAN_SIGN - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
scriptingEnabled - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
scriptingEnabled - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
scriptingEnabled - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
scriptingEnabled - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
SCRIPTLEVEL - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SCRIPTMINSIZE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SCRIPTSIZEMULTIPLIER - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SCROLLDELAY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SCROLLING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SDEV - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SEAMLESS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SEC - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SECH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SECTION - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SEED - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
seenDigits - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
SELECT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SELECT - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
SELECTED - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SELECTION - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SELECTOR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SELF_CLOSING_START_TAG - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
SELF_CLOSING_START_TAG - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
SEMANTICS - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SEP - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SEPARATOR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SEPARATORS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SET - Static variable in class nu.validator.htmlparser.impl.ElementName
 
setAdditionalAndRememberAmpersandLocation(char) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
setAllowRewinding(boolean) - Method in class nu.validator.htmlparser.io.Driver
Sets the allowRewinding.
setBogusXmlnsPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Deprecated. 
setBogusXmlnsPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.sax.HtmlParser
Deprecated. 
setBogusXmlnsPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Deprecated. 
setCheckingNormalization(boolean) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Toggles the checking of the NFC normalization of source.
setCheckingNormalization(boolean) - Method in class nu.validator.htmlparser.io.Driver
Turns NFC checking on or off.
setCheckingNormalization(boolean) - Method in class nu.validator.htmlparser.sax.HtmlParser
Toggles the checking of the NFC normalization of source.
setCheckingNormalization(boolean) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Toggles the checking of the NFC normalization of source.
setCommentPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Sets the policy for consecutive hyphens in comments.
setCommentPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.impl.Tokenizer
Sets the commentPolicy.
setCommentPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.io.Driver
 
setCommentPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.sax.HtmlParser
Sets the policy for consecutive hyphens in comments.
setCommentPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Sets the policy for consecutive hyphens in comments.
setContentHandler(ContentHandler) - Method in class nu.validator.htmlparser.sax.HtmlParser
 
setContentHandler(ContentHandler) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
setContentNonXmlCharPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Sets the policy for non-XML characters except white space.
setContentNonXmlCharPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
Sets the contentNonXmlCharPolicy.
setContentNonXmlCharPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.impl.Tokenizer
Sets the contentNonXmlCharPolicy.
setContentNonXmlCharPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.io.Driver
 
setContentNonXmlCharPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.sax.HtmlParser
Sets the policy for non-XML characters except white space.
setContentNonXmlCharPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Sets the policy for non-XML characters except white space.
setContentSpacePolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Sets the policy for non-XML white space.
setContentSpacePolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.impl.Tokenizer
Sets the contentSpacePolicy.
setContentSpacePolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.io.Driver
 
setContentSpacePolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.sax.HtmlParser
Sets the policy for non-XML white space.
setContentSpacePolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Sets the policy for non-XML white space.
SETDIFF - Static variable in class nu.validator.htmlparser.impl.ElementName
 
setDoctypeExpectation(DoctypeExpectation) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Sets the doctype expectation.
setDoctypeExpectation(DoctypeExpectation) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Sets the doctypeExpectation.
setDoctypeExpectation(DoctypeExpectation) - Method in class nu.validator.htmlparser.sax.HtmlParser
Sets the doctype expectation.
setDoctypeExpectation(DoctypeExpectation) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Sets the doctype expectation.
setDocumentLocator(Locator) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
setDocumentLocator(Locator) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
setDocumentLocator(Locator) - Method in class nu.validator.saxtree.TreeBuilder
 
setDocumentModeHandler(DocumentModeHandler) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Sets the document mode handler.
setDocumentModeHandler(DocumentModeHandler) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Sets the documentModeHandler.
setDocumentModeHandler(DocumentModeHandler) - Method in class nu.validator.htmlparser.sax.HtmlParser
Sets the document mode handler.
setDocumentModeHandler(DocumentModeHandler) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Sets the document mode handler.
setDTDHandler(DTDHandler) - Method in class nu.validator.htmlparser.sax.HtmlParser
 
setEncoding(Encoding, Confidence) - Method in class nu.validator.htmlparser.io.Driver
 
setEncodingDeclarationHandler(EncodingDeclarationHandler) - Method in class nu.validator.htmlparser.impl.Tokenizer
Sets the encodingDeclarationHandler.
setEnd(int) - Method in class nu.validator.htmlparser.impl.UTF16Buffer
Sets the end index.
setEndLocator(Locator) - Method in class nu.validator.saxtree.ParentNode
Sets the endLocator.
setEntityResolver(EntityResolver) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Sets the entity resolver for URI-only inputs.
setEntityResolver(EntityResolver) - Method in class nu.validator.htmlparser.sax.HtmlParser
 
setEntityResolver(EntityResolver) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
 
setErrorHandler(ErrorHandler) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Sets the error handler.
setErrorHandler(ErrorHandler) - Method in class nu.validator.htmlparser.extra.NormalizationChecker
 
setErrorHandler(ErrorHandler) - Method in class nu.validator.htmlparser.impl.Tokenizer
Sets the error handler.
setErrorHandler(ErrorHandler) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Sets the errorHandler.
setErrorHandler(ErrorHandler) - Method in class nu.validator.htmlparser.io.Driver
 
setErrorHandler(ErrorHandler) - Method in class nu.validator.htmlparser.sax.HtmlParser
 
setErrorHandler(ErrorHandler) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
 
setErrorProfile(HashMap<String, String>) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
Sets the errorProfile.
setErrorProfile(HashMap<String, String>) - Method in class nu.validator.htmlparser.sax.HtmlParser
 
setFeature(String, boolean) - Method in class nu.validator.htmlparser.sax.HtmlParser
Sets a boolean feature without having to use non-XMLReader setters directly.
setForm(Element) - Method in interface nu.validator.htmlparser.xom.FormPointer
Sets the form.
setForm(Element) - Method in class nu.validator.htmlparser.xom.FormPtrElement
Sets the form.
setFragmentContext(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
The argument MUST be an interned string or null.
setFragmentContext(String, String, T, boolean) - Method in class nu.validator.htmlparser.impl.TreeBuilder
The argument MUST be an interned string or null.
setHeuristics(Heuristics) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Sets the encoding sniffing heuristics.
setHeuristics(Heuristics) - Method in class nu.validator.htmlparser.io.Driver
Sets the encoding sniffing heuristics.
setHeuristics(Heuristics) - Method in class nu.validator.htmlparser.sax.HtmlParser
Sets the encoding sniffing heuristics.
setHeuristics(Heuristics) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Sets the encoding sniffing heuristics.
setHtml4ModeCompatibleWithXhtml1Schemata(boolean) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Whether the HTML 4 mode reports boolean attributes in a way that repeats the name in the value.
setHtml4ModeCompatibleWithXhtml1Schemata(boolean) - Method in class nu.validator.htmlparser.impl.Tokenizer
Sets the html4ModeCompatibleWithXhtml1Schemata.
setHtml4ModeCompatibleWithXhtml1Schemata(boolean) - Method in class nu.validator.htmlparser.io.Driver
 
setHtml4ModeCompatibleWithXhtml1Schemata(boolean) - Method in class nu.validator.htmlparser.sax.HtmlParser
Whether the HTML 4 mode reports boolean attributes in a way that repeats the name in the value.
setHtml4ModeCompatibleWithXhtml1Schemata(boolean) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Whether the HTML 4 mode reports boolean attributes in a way that repeats the name in the value.
setIgnoringComments(boolean) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Sets whether comment nodes appear in the tree.
setIgnoringComments(boolean) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
setIgnoringComments(boolean) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Sets whether comment nodes appear in the tree.
setInterner(Interner) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
setLexicalHandler(LexicalHandler) - Method in class nu.validator.htmlparser.sax.HtmlParser
Sets the lexical handler.
setLexicalHandler(LexicalHandler) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
setLineNumber(int) - Method in class nu.validator.htmlparser.impl.Tokenizer
For C++ use only.
setMappingLangToXmlLang(boolean) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Whether lang is mapped to xml:lang.
setMappingLangToXmlLang(boolean) - Method in class nu.validator.htmlparser.impl.Tokenizer
Sets the mappingLangToXmlLang.
setMappingLangToXmlLang(boolean) - Method in class nu.validator.htmlparser.io.Driver
 
setMappingLangToXmlLang(boolean) - Method in class nu.validator.htmlparser.sax.HtmlParser
Whether lang is mapped to xml:lang.
setMappingLangToXmlLang(boolean) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Whether lang is mapped to xml:lang.
setMode(DocumentMode) - Method in class nu.validator.htmlparser.xom.ModalDocument
Sets the mode.
setMode(DocumentMode) - Method in interface nu.validator.htmlparser.xom.Mode
Sets the mode.
setNamedNodeMap(NamedNodeMap) - Method in class nu.validator.htmlparser.dom.Dom2Sax.NamedNodeMapAttributes
 
setNamePolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
The policy for non-NCName element and attribute names.
setNamePolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
setNamePolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
setNamePolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.io.Driver
 
setNamePolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.sax.HtmlParser
The policy for non-NCName element and attribute names.
setNamePolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
The policy for non-NCName element and attribute names.
setNextSibling(Node) - Method in class nu.validator.saxtree.Node
Sets the nextSibling.
setParentNode(ParentNode) - Method in class nu.validator.saxtree.Node
Sets the parentNode.
setProperty(String, Object) - Method in class nu.validator.htmlparser.sax.HtmlParser
Sets a non-boolean property without having to use non-XMLReader setters directly.
setReportingDoctype(boolean) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
setReportingDoctype(boolean) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Sets the reportingDoctype.
setReportingDoctype(boolean) - Method in class nu.validator.htmlparser.sax.HtmlParser
 
setReportingDoctype(boolean) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
 
setScriptingEnabled(boolean) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Sets whether the parser considers scripting to be enabled for noscript treatment.
setScriptingEnabled(boolean) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Sets the scriptingEnabled.
setScriptingEnabled(boolean) - Method in class nu.validator.htmlparser.sax.HtmlParser
Sets whether the parser considers scripting to be enabled for noscript treatment.
setScriptingEnabled(boolean) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Sets whether the parser considers scripting to be enabled for noscript treatment.
setStart(int) - Method in class nu.validator.htmlparser.impl.UTF16Buffer
Sets the start index.
setStateAndEndTagExpectation(int, String) - Method in class nu.validator.htmlparser.impl.Tokenizer
Sets the tokenizer state and the associated element name.
setStateAndEndTagExpectation(int, ElementName) - Method in class nu.validator.htmlparser.impl.Tokenizer
Sets the tokenizer state and the associated element name.
setStreamabilityViolationPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Sets the streamabilityViolationPolicy.
setStreamabilityViolationPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.sax.HtmlParser
Sets the streamabilityViolationPolicy.
setStreamabilityViolationPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Sets the streamabilityViolationPolicy.
setTransitionBaseOffset(int) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
Sets an offset to be added to the position reported to TransitionHandler.
setTransitionBaseOffset(int) - Method in class nu.validator.htmlparser.impl.Tokenizer
Sets an offset to be added to the position reported to TransitionHandler.
setTransitionHander(TransitionHandler) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
setTransitionHander(TransitionHandler) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
 
setTransitionHandler(TransitionHandler) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
Sets the transitionHandler.
setTransitionHandler(TransitionHandler) - Method in class nu.validator.htmlparser.io.Driver
 
setTransitionHandler(TransitionHandler) - Method in class nu.validator.htmlparser.sax.HtmlParser
 
setTreeBuilderErrorHandlerOverride(ErrorHandler) - Method in class nu.validator.htmlparser.sax.HtmlParser
Deprecated.
For Validator.nu internal use
setXmlnsPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Whether the xmlns attribute on the root element is passed to through.
setXmlnsPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.impl.Tokenizer
Sets the xmlnsPolicy.
setXmlnsPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.io.Driver
 
setXmlnsPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.sax.HtmlParser
Whether the xmlns attribute on the root element is passed to through.
setXmlnsPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Whether the xmlns attribute on the root element is passed to through.
setXmlPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
This is a catch-all convenience method for setting name, xmlns, content space, content non-XML char and comment policies in one go.
setXmlPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.sax.HtmlParser
This is a catch-all convenience method for setting name, xmlns, content space, content non-XML char and comment policies in one go.
setXmlPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
This is a catch-all convenience method for setting name, xmlns, content space, content non-XML char and comment policies in one go.
SHAPE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SHAPE_RENDERING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SHOULD_NOT - Static variable in class nu.validator.htmlparser.io.Encoding
 
shouldNot - Variable in class nu.validator.htmlparser.io.Encoding
 
shouldReadBytes - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
shouldSuspend - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
silentCarriageReturn() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
silentCarriageReturn() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
silentLineFeed() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
silentLineFeed() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
silentPop() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
silentPush(StackNode<T>) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
simpleNodeFactory - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
SimpleNodeFactory - Class in nu.validator.htmlparser.xom
A simpler node factory that does not use Nodes..
SimpleNodeFactory() - Constructor for class nu.validator.htmlparser.xom.SimpleNodeFactory
 
SIN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SINH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SIZE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SKIPPED_ENTITY - Enum constant in enum class nu.validator.saxtree.NodeType
A skipped entity.
skippedEntity(String) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
skippedEntity(String) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
skippedEntity(String) - Method in class nu.validator.saxtree.TreeBuilder
 
skippedEntity(String, Locator) - Method in class nu.validator.saxtree.TreeParser
 
SkippedEntity - Class in nu.validator.saxtree
A skipped entity.
SkippedEntity(Locator, String) - Constructor for class nu.validator.saxtree.SkippedEntity
Constructor.
SLOPE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SMALL - Static variable in class nu.validator.htmlparser.impl.ElementName
 
snapshotMatches(TreeBuilderState<T>) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
sniff() - Method in class nu.validator.htmlparser.extra.ChardetSniffer
 
sniff() - Method in class nu.validator.htmlparser.extra.IcuDetectorSniffer
 
sniff() - Method in class nu.validator.htmlparser.io.BomSniffer
 
sniff(ByteReadable) - Method in class nu.validator.htmlparser.io.MetaSniffer
Main loop.
sniffing - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
SNIFFING_LIMIT - Static variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
SOLIDCOLOR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
source - Variable in class nu.validator.htmlparser.extra.ChardetSniffer
 
source - Variable in class nu.validator.htmlparser.extra.IcuDetectorSniffer
 
source - Variable in class nu.validator.htmlparser.io.BomSniffer
 
SOURCE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SPACE - Static variable in class nu.validator.htmlparser.impl.Tokenizer
Array version of space.
SPACING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SPAN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SPAN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SPECIAL - Static variable in class nu.validator.htmlparser.impl.ElementName
Indicates that the element is in the "special" category.
SPECIFICATION - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SPECULARCONSTANT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SPECULAREXPONENT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SPEED - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SPREADMETHOD - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SRC - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
stack - Variable in class nu.validator.htmlparser.impl.StateSnapshot
 
stack - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
stack - Variable in class nu.validator.htmlparser.sax.XmlSerializer
 
StackNode<T> - Class in nu.validator.htmlparser.impl
 
StackNode(int, String, String, T, String, HtmlAttributes, TaintableLocatorImpl) - Constructor for class nu.validator.htmlparser.impl.StackNode
Constructor for copying.
StackNode(String, String, String) - Constructor for class nu.validator.htmlparser.sax.XmlSerializer.StackNode
 
StackNode(ElementName, String, T, TaintableLocatorImpl) - Constructor for class nu.validator.htmlparser.impl.StackNode
Constructor for SVG elements.
StackNode(ElementName, T, String, boolean, TaintableLocatorImpl) - Constructor for class nu.validator.htmlparser.impl.StackNode
Constructor for MathML.
StackNode(ElementName, T, String, TaintableLocatorImpl) - Constructor for class nu.validator.htmlparser.impl.StackNode
The common-case HTML constructor.
StackNode(ElementName, T, HtmlAttributes, TaintableLocatorImpl) - Constructor for class nu.validator.htmlparser.impl.StackNode
Constructor for HTML formatting elements.
StackNode(ElementName, T, TaintableLocatorImpl) - Constructor for class nu.validator.htmlparser.impl.StackNode
Short hand for well-known HTML elements.
STANDARDS_MODE - Enum constant in enum class nu.validator.htmlparser.common.DocumentMode
The Standards Mode
STANDBY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
start - Variable in class nu.validator.htmlparser.impl.UTF16Buffer
The index of the first unconsumed character in the backing buffer.
start() - Method in interface nu.validator.htmlparser.common.CharacterHandler
Signals the start of the stream.
start() - Method in class nu.validator.htmlparser.extra.NormalizationChecker
 
start() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
start(boolean) - Method in class nu.validator.htmlparser.dom.DOMTreeBuilder
 
start(boolean) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
start(boolean) - Method in class nu.validator.htmlparser.sax.SAXStreamer
 
start(boolean) - Method in class nu.validator.htmlparser.sax.SAXTreeBuilder
 
start(boolean) - Method in class nu.validator.htmlparser.xom.XOMTreeBuilder
 
START - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
startCDATA() - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
startCDATA() - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
startCDATA() - Method in class nu.validator.saxtree.NullLexicalHandler
 
startCDATA() - Method in class nu.validator.saxtree.TreeBuilder
 
startCDATA(Locator) - Method in class nu.validator.saxtree.TreeParser
 
startDocument() - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
startDocument() - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
startDocument() - Method in class nu.validator.saxtree.TreeBuilder
 
startDocument(Locator) - Method in class nu.validator.saxtree.TreeParser
 
startDTD(String, String, String) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
startDTD(String, String, String) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
startDTD(String, String, String) - Method in class nu.validator.saxtree.NullLexicalHandler
 
startDTD(String, String, String) - Method in class nu.validator.saxtree.TreeBuilder
 
startDTD(String, String, String, Locator) - Method in class nu.validator.saxtree.TreeParser
 
startElement(String, String, String, Attributes) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
startElement(String, String, String, Attributes) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
startElement(String, String, String, Attributes) - Method in class nu.validator.saxtree.TreeBuilder
 
startElement(String, String, String, Attributes, Locator) - Method in class nu.validator.saxtree.TreeParser
 
startEntity(String) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
startEntity(String) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
startEntity(String) - Method in class nu.validator.saxtree.NullLexicalHandler
 
startEntity(String) - Method in class nu.validator.saxtree.TreeBuilder
 
startEntity(String, Locator) - Method in class nu.validator.saxtree.TreeParser
 
startErrorReporting() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
startErrorReporting() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
STARTOFFSET - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
startPrefixMapping(String, String) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
startPrefixMapping(String, String) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
startPrefixMapping(String, String) - Method in class nu.validator.saxtree.TreeBuilder
 
startPrefixMapping(String, String, Locator) - Method in class nu.validator.saxtree.TreeParser
 
startPrefixMappingPrivate(String, String) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
startTag(ElementName, HtmlAttributes, boolean) - Method in interface nu.validator.htmlparser.common.TokenHandler
Receive a start tag token.
startTag(ElementName, HtmlAttributes, boolean) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
startTokenization(Tokenizer) - Method in interface nu.validator.htmlparser.common.TokenHandler
This method is called at the start of tokenization before any other methods on this interface are called.
startTokenization(Tokenizer) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
stateLoop(int) - Method in class nu.validator.htmlparser.impl.MetaScanner
The runs the meta scanning algorithm.
stateLoop(int, char, int, char[], boolean, int, int) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
stateSave - Variable in class nu.validator.htmlparser.impl.MetaScanner
The tokenizer state.
stateSave - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
StateSnapshot<T> - Class in nu.validator.htmlparser.impl
 
StateSnapshot(StackNode<T>[], StackNode<T>[], T, T, T, int, int, boolean, boolean, boolean) - Constructor for class nu.validator.htmlparser.impl.StateSnapshot
 
STDDEVIATION - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
STEMH - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
STEMV - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
STEP - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
STITCHTILES - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
STOP - Static variable in class nu.validator.htmlparser.impl.ElementName
 
STOP_COLOR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
STOP_OPACITY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
strBuf - Variable in class nu.validator.htmlparser.impl.MetaScanner
Accumulation buffer for attribute values.
strBuf - Variable in class nu.validator.htmlparser.impl.Tokenizer
Buffer for short identifiers.
strBufLen - Variable in class nu.validator.htmlparser.impl.MetaScanner
The currently filled length of strBuf.
strBufLen - Variable in class nu.validator.htmlparser.impl.Tokenizer
Number of significant chars in strBuf.
strBufMark - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
strBufToDoctypeName() - Method in class nu.validator.htmlparser.impl.Tokenizer
Returns the short buffer as a local name.
strBufToElementNameString() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
strBufToString() - Method in class nu.validator.htmlparser.impl.Tokenizer
The smaller buffer as a String.
streamabilityViolationPolicy - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
streamabilityViolationPolicy - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
streamabilityViolationPolicy - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
STRETCHY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
STRIKE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
STRIKETHROUGH_POSITION - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
STRIKETHROUGH_THICKNESS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
STRING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
stringEqualsString(String, String) - Static method in class nu.validator.htmlparser.impl.Portability
 
STROKE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
STROKE_DASHARRAY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
STROKE_DASHOFFSET - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
STROKE_LINECAP - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
STROKE_LINEJOIN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
STROKE_MITERLIMIT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
STROKE_OPACITY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
STROKE_WIDTH - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
STRONG - Static variable in class nu.validator.htmlparser.impl.ElementName
 
STYLE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
STYLE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
STYLE - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
STYLE_ARR - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
SUB - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SUBSCRIPTSHIFT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SUBSET - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SUM - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SUMMARY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SUMMARY - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SUP - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SUPERSCRIPTSHIFT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SURFACESCALE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
SURROGATE_OFFSET - Static variable in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
Magic value for UTF-16 operations.
SURROGATE_OFFSET - Static variable in class nu.validator.htmlparser.impl.NCName
 
SVG - Static variable in class nu.validator.htmlparser.impl.AttributeName
The mode value for SVG.
SVG - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SVG - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
SVG_DIFFERENT(String, String) - Static method in class nu.validator.htmlparser.impl.AttributeName
An initialization helper for having a one name in the SVG mode and another name in the other modes.
swallowBom - Variable in class nu.validator.htmlparser.io.Driver
 
SWITCH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
switchEncoding(Encoding) - Method in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
SYMBOL - Static variable in class nu.validator.htmlparser.impl.ElementName
 
SYMMETRIC - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
systemId - Variable in class nu.validator.htmlparser.impl.LocatorImpl
 
systemId - Variable in class nu.validator.htmlparser.impl.PushedLocation
 
systemId - Variable in class nu.validator.htmlparser.impl.Tokenizer
The SAX system id for the resource being tokenized.
systemId - Variable in class nu.validator.saxtree.LocatorImpl
The system id.
systemId - Variable in class nu.validator.saxtree.Node
The system id.
systemIdentifier - Variable in class nu.validator.htmlparser.impl.Tokenizer
The system id of the current doctype token.
systemIdentifier - Variable in class nu.validator.saxtree.DTD
The system id.
SYSTEMLANGUAGE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 

T

T - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
TABINDEX - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
TABLE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
TABLE - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
TABLEVALUES - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
TAG_NAME - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
TAG_NAME - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
TAG_OPEN - Static variable in class nu.validator.htmlparser.impl.MetaScanner
 
TAG_OPEN - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
tagName - Variable in class nu.validator.htmlparser.impl.Tokenizer
The current tag token name.
TaintableLocatorImpl - Class in nu.validator.htmlparser.impl
 
TaintableLocatorImpl(Locator) - Constructor for class nu.validator.htmlparser.impl.TaintableLocatorImpl
 
tainted - Variable in class nu.validator.htmlparser.impl.TaintableLocatorImpl
 
TAN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
TANH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
target - Variable in class nu.validator.saxtree.ProcessingInstruction
PI target.
TARGET - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
TARGETX - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
TARGETY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
TBODY - Static variable in class nu.validator.htmlparser.impl.ElementName
 
TBODY_OR_THEAD_OR_TFOOT - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
TBREAK - Static variable in class nu.validator.htmlparser.impl.ElementName
 
TD - Static variable in class nu.validator.htmlparser.impl.ElementName
 
TD_OR_TH - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
TEMPLATE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
TENDSTO - Static variable in class nu.validator.htmlparser.impl.ElementName
 
TENTATIVE - Enum constant in enum class nu.validator.htmlparser.io.Confidence
 
TEXT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
TEXT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
TEXT - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
TEXT_ANCHOR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
TEXT_DECORATION - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
TEXT_RENDERING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
TEXTAREA - Static variable in class nu.validator.htmlparser.impl.ElementName
 
TEXTAREA - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
TEXTAREA_ARR - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
TEXTLENGTH - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
TEXTPATH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
TFOOT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
TH - Static variable in class nu.validator.htmlparser.impl.ElementName
 
THEAD - Static variable in class nu.validator.htmlparser.impl.ElementName
 
THICKMATHSPACE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
THINMATHSPACE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
TIME - Static variable in class nu.validator.htmlparser.impl.ElementName
 
TIMES - Static variable in class nu.validator.htmlparser.impl.ElementName
 
TITLE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
TITLE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
TITLE - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
TITLE_ARR - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
TO - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
toAsciiLowerCase(int) - Method in class nu.validator.htmlparser.impl.MetaScanner
 
toAsciiLowerCase(String) - Static method in class nu.validator.htmlparser.io.Encoding
 
tokenHandler - Variable in class nu.validator.htmlparser.impl.Tokenizer
The token handler.
TokenHandler - Interface in nu.validator.htmlparser.common
Tokenizer reports tokens through this interface.
tokenize(InputSource) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Tokenizes the input source.
tokenize(InputSource) - Method in class nu.validator.htmlparser.io.Driver
Runs the tokenization.
tokenize(InputSource) - Method in class nu.validator.htmlparser.sax.HtmlParser
 
tokenize(InputSource) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
 
tokenizeBuffer(UTF16Buffer) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
tokenizer - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
tokenizer - Variable in class nu.validator.htmlparser.io.Driver
 
tokenizer - Variable in class nu.validator.htmlparser.io.HtmlInputStreamReader
 
Tokenizer - Class in nu.validator.htmlparser.impl
An implementation of http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html This class implements the Locator interface.
Tokenizer(TokenHandler) - Constructor for class nu.validator.htmlparser.impl.Tokenizer
The constructor.
Tokenizer(TokenHandler, boolean) - Constructor for class nu.validator.htmlparser.impl.Tokenizer
 
toNameKey(String) - Static method in class nu.validator.htmlparser.io.Encoding
 
toString() - Method in class nu.validator.htmlparser.impl.StackNode
 
toString() - Method in class nu.validator.saxtree.CharBufferNode
Returns the wrapped buffer as a string.
toUPlusString(int) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
TR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
TR - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
TRACK - Static variable in class nu.validator.htmlparser.impl.ElementName
 
TRANSFORM - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
transition(int, int, boolean, int) - Method in interface nu.validator.htmlparser.common.TransitionHandler
This method is called for every tokenizer state transition.
transition(int, int, boolean, int) - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
transition(int, int, boolean, int) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
transitionBaseOffset - Variable in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
transitionHandler - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
transitionHandler - Variable in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
 
transitionHandler - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
transitionHandler - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
TransitionHandler - Interface in nu.validator.htmlparser.common
An interface for intercepting information about the state transitions that the tokenizer is making.
TRANSPOSE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
treeBuilder - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
The tree builder.
treeBuilder - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
treeBuilder - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
TreeBuilder<T> - Class in nu.validator.htmlparser.impl
 
TreeBuilder - Class in nu.validator.saxtree
Builds a SAX Tree representation of a document or a fragment streamed as ContentHandler and LexicalHandler events.
TreeBuilder() - Constructor for class nu.validator.htmlparser.impl.TreeBuilder
 
TreeBuilder() - Constructor for class nu.validator.saxtree.TreeBuilder
Constructs a reusable TreeBuilder that builds Documents and copies attributes.
TreeBuilder(boolean, boolean) - Constructor for class nu.validator.saxtree.TreeBuilder
The constructor.
treeBuilderErrorHandler - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
treeBuilderErrorHandler - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
treeBuilderErrorHandler - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
TreeBuilderState<T> - Interface in nu.validator.htmlparser.impl
Interface for exposing the state of the HTML5 tree builder so that the interface can be implemented by the tree builder itself and by snapshots.
TreeParser - Class in nu.validator.saxtree
A tree visitor that replays a tree as SAX events.
TreeParser(ContentHandler, LexicalHandler) - Constructor for class nu.validator.saxtree.TreeParser
The constructor.
TREF - Static variable in class nu.validator.htmlparser.impl.ElementName
 
TRUE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
tryCharset(String) - Method in class nu.validator.htmlparser.impl.MetaScanner
Tries to switch to an encoding.
tryCharset(String) - Method in class nu.validator.htmlparser.io.MetaSniffer
 
TSPAN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
TT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
turnOnAdditionalHtml4Errors() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
TYPE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 

U

U - Static variable in class nu.validator.htmlparser.impl.ElementName
 
U1 - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
U2 - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
UBLIC - Static variable in class nu.validator.htmlparser.impl.Tokenizer
"ublic" as char[]
UL - Static variable in class nu.validator.htmlparser.impl.ElementName
 
UL_OR_OL_OR_DL - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
UNDERLINE_POSITION - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
UNDERLINE_THICKNESS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
UNICODE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
UNICODE_BIDI - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
UNICODE_RANGE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
UNION - Static variable in class nu.validator.htmlparser.impl.ElementName
 
UNITS_PER_EM - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
UNSELECTABLE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
UPLIMIT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
uri - Variable in class nu.validator.htmlparser.impl.AttributeName
The namespaces indexable by mode.
uri - Variable in class nu.validator.htmlparser.sax.XmlSerializer.PrefixMapping
 
uri - Variable in class nu.validator.htmlparser.sax.XmlSerializer.StackNode
 
uri - Variable in class nu.validator.saxtree.Element
The namespace URI.
uri - Variable in class nu.validator.saxtree.PrefixMapping
The namespace URI.
USE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
used - Variable in class nu.validator.htmlparser.rewindable.RewindableInputStream.Block
 
USEMAP - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
UTF16 - Static variable in class nu.validator.htmlparser.io.Encoding
 
UTF16BE - Static variable in class nu.validator.htmlparser.io.Encoding
 
UTF16Buffer - Class in nu.validator.htmlparser.impl
An UTF-16 buffer that knows the start and end indeces of its unconsumed content.
UTF16Buffer(char[], int, int) - Constructor for class nu.validator.htmlparser.impl.UTF16Buffer
Constructor for wrapping an existing UTF-16 code unit array.
UTF16LE - Static variable in class nu.validator.htmlparser.io.Encoding
 
UTF8 - Static variable in class nu.validator.htmlparser.io.Encoding
 

V

V_ALPHABETIC - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
V_HANGING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
V_IDEOGRAPHIC - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
V_MATHEMATICAL - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
VALIGN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
value - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
VALUE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
valueOf(String) - Static method in enum class nu.validator.htmlparser.common.DoctypeExpectation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class nu.validator.htmlparser.common.DocumentMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class nu.validator.htmlparser.common.Heuristics
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class nu.validator.htmlparser.common.XmlViolationPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class nu.validator.htmlparser.io.Confidence
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class nu.validator.saxtree.NodeType
Returns the enum constant of this class with the specified name.
values - Variable in class nu.validator.htmlparser.impl.HtmlAttributes
 
values() - Static method in enum class nu.validator.htmlparser.common.DoctypeExpectation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class nu.validator.htmlparser.common.DocumentMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class nu.validator.htmlparser.common.Heuristics
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class nu.validator.htmlparser.common.XmlViolationPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class nu.validator.htmlparser.io.Confidence
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class nu.validator.saxtree.NodeType
Returns an array containing the constants of this enum class, in the order they are declared.
VALUES - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
VALUES - Static variable in class nu.validator.htmlparser.impl.NamedCharacters
 
VALUETYPE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
VAR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
VARIANCE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
VECTOR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
VECTORPRODUCT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
VERSION - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
VERT_ADV_Y - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
VERT_ORIGIN_X - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
VERT_ORIGIN_Y - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
VERYTHICKMATHSPACE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
VERYTHINMATHSPACE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
VERYVERYTHICKMATHSPACE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
VERYVERYTHINMATHSPACE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
VIDEO - Static variable in class nu.validator.htmlparser.impl.ElementName
 
VIEW - Static variable in class nu.validator.htmlparser.impl.ElementName
 
VIEWBOX - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
VIEWTARGET - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
Virtual - Annotation Interface in nu.validator.htmlparser.annotation
Marks a method as virtualy in C++.
VISIBILITY - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
visit(TreeParser) - Method in class nu.validator.saxtree.CDATA
 
visit(TreeParser) - Method in class nu.validator.saxtree.Characters
 
visit(TreeParser) - Method in class nu.validator.saxtree.Comment
 
visit(TreeParser) - Method in class nu.validator.saxtree.Document
 
visit(TreeParser) - Method in class nu.validator.saxtree.DocumentFragment
 
visit(TreeParser) - Method in class nu.validator.saxtree.DTD
 
visit(TreeParser) - Method in class nu.validator.saxtree.Element
 
visit(TreeParser) - Method in class nu.validator.saxtree.Entity
 
visit(TreeParser) - Method in class nu.validator.saxtree.IgnorableWhitespace
 
visit(TreeParser) - Method in class nu.validator.saxtree.Node
Visit the node.
visit(TreeParser) - Method in class nu.validator.saxtree.ProcessingInstruction
 
visit(TreeParser) - Method in class nu.validator.saxtree.SkippedEntity
 
VKERN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
VLINK - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
VOID_ELEMENTS - Static variable in class nu.validator.htmlparser.sax.HtmlSerializer
 
VSPACE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 

W

wantingComments - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
wantsComments - Variable in class nu.validator.htmlparser.impl.Tokenizer
Whether comment tokens are emitted.
wantsComments() - Method in interface nu.validator.htmlparser.common.TokenHandler
If this handler implementation cares about comments, return true.
wantsComments() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
warn(String) - Method in class nu.validator.htmlparser.impl.Tokenizer
Reports a warning
warn(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Reports a warning
warn(String) - Method in class nu.validator.htmlparser.io.MetaSniffer
 
warn(String, Locator) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Reports a warning with an explicit locator
warnAboutPrivateUseChar() - Method in class nu.validator.htmlparser.impl.ErrorReportingTokenizer
Emits a warning about private use characters if the warning has not been emitted yet.
warnWithoutLocation(String) - Method in class nu.validator.htmlparser.io.Driver
Reports a warning without line/col
WBR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
WELL_KNOWN_ATTRIBUTE_PREFIXES - Static variable in class nu.validator.htmlparser.sax.XmlSerializer
 
WELL_KNOWN_ELEMENT_PREFIXES - Static variable in class nu.validator.htmlparser.sax.XmlSerializer
 
WHEN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
whineAboutEncodingAndReturnActual(String, Encoding) - Method in class nu.validator.htmlparser.io.Driver
 
WIDTH - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
WIDTHS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
willNotRewind() - Method in interface nu.validator.htmlparser.rewindable.Rewindable
 
willNotRewind() - Method in class nu.validator.htmlparser.rewindable.RewindableInputStream
 
WINDOWS_1252 - Static variable in class nu.validator.htmlparser.impl.NamedCharacters
 
WINDOWS1252 - Static variable in class nu.validator.htmlparser.io.Encoding
 
WORD_SPACING - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
workAroundHotSpotHugeMethodLimit(int, char, int, char[], boolean, int, int) - Method in class nu.validator.htmlparser.impl.Tokenizer
compressed returnValue: int returnState = returnValue >> 33 boolean breakOuterState = ((returnValue >> 32) invalid input: '&' 0x1) != 0) int pos = returnValue invalid input: '&' 0xFFFFFFFF // same as (int)returnValue
wrap(OutputStream) - Static method in class nu.validator.htmlparser.sax.HtmlSerializer
 
wrap(OutputStream) - Static method in class nu.validator.htmlparser.sax.XmlSerializer
 
WRAP - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
writeAttributeValue(String) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
writer - Variable in class nu.validator.htmlparser.sax.HtmlSerializer
 
writer - Variable in class nu.validator.htmlparser.sax.XmlSerializer
 
WRITING_MODE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 

X

X - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
X_HEIGHT - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
X1 - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
X2 - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
XCHANNELSELECTOR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
XLINK_ACTUATE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
XLINK_ARCROLE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
XLINK_HREF - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
XLINK_NS - Static variable in class nu.validator.htmlparser.impl.AttributeName
An array that has no namespace for the HTML mode but the XLink namespace for the SVG and MathML modes.
XLINK_PREFIX - Static variable in class nu.validator.htmlparser.impl.AttributeName
An array for no prefixe in the HTML mode and the xlink prefix in the SVG and MathML modes.
XLINK_ROLE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
XLINK_SHOW - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
XLINK_TITLE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
XLINK_TYPE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
XML_BASE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
XML_LANG - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
XML_NS - Static variable in class nu.validator.htmlparser.impl.AttributeName
An array that has no namespace for the HTML mode but the XML namespace for the SVG and MathML modes.
XML_PREFIX - Static variable in class nu.validator.htmlparser.impl.AttributeName
An array for no prefixe in the HTML mode and the xml prefix in the SVG and MathML modes.
XML_SPACE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
XMLNS - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
XMLNS_NS - Static variable in class nu.validator.htmlparser.impl.AttributeName
An array that has no namespace for the HTML mode but the XMLNS namespace for the SVG and MathML modes.
XMLNS_PREFIX - Static variable in class nu.validator.htmlparser.impl.AttributeName
An array for no prefixe in the HTML mode and the xmlns prefix in the SVG and MathML modes.
XMLNS_XLINK - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
xmlnsLength - Variable in class nu.validator.htmlparser.impl.HtmlAttributes
 
xmlnsNames - Variable in class nu.validator.htmlparser.impl.HtmlAttributes
 
xmlnsPolicy - Variable in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
xmlnsPolicy - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
xmlnsPolicy - Variable in class nu.validator.htmlparser.sax.HtmlParser
 
xmlnsPolicy - Variable in class nu.validator.htmlparser.xom.HtmlBuilder
 
xmlNsQname(String) - Method in class nu.validator.htmlparser.sax.XmlSerializer
 
xmlnsValues - Variable in class nu.validator.htmlparser.impl.HtmlAttributes
 
XmlSerializer - Class in nu.validator.htmlparser.sax
 
XmlSerializer(OutputStream) - Constructor for class nu.validator.htmlparser.sax.XmlSerializer
 
XmlSerializer(Writer) - Constructor for class nu.validator.htmlparser.sax.XmlSerializer
 
XmlSerializer.PrefixMapping - Class in nu.validator.htmlparser.sax
 
XmlSerializer.StackNode - Class in nu.validator.htmlparser.sax
 
XmlViolationPolicy - Enum Class in nu.validator.htmlparser.common
Policy for XML 1.0 violations.
XmlViolationPolicy() - Constructor for enum class nu.validator.htmlparser.common.XmlViolationPolicy
 
XMP - Static variable in class nu.validator.htmlparser.impl.ElementName
 
XMP - Static variable in class nu.validator.htmlparser.impl.TreeBuilder
 
XMP_ARR - Static variable in class nu.validator.htmlparser.impl.Tokenizer
 
XOMTreeBuilder - Class in nu.validator.htmlparser.xom
 
XOMTreeBuilder(SimpleNodeFactory) - Constructor for class nu.validator.htmlparser.xom.XOMTreeBuilder
 
XOR - Static variable in class nu.validator.htmlparser.impl.ElementName
 
XREF - Static variable in class nu.validator.htmlparser.impl.AttributeName
 

Y

Y - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
Y1 - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
Y2 - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
YCHANNELSELECTOR - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
YSTEM - Static variable in class nu.validator.htmlparser.impl.Tokenizer
"ystem" as char[]

Z

Z - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
zeroOriginatingReplacementCharacter() - Method in interface nu.validator.htmlparser.common.TokenHandler
Reports a U+0000 that's being turned into a U+FFFD.
zeroOriginatingReplacementCharacter() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
ZOOMANDPAN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values