A B C D E F G H I K L M N O P Q R S T U V W X Y Z

I

I - Static variable in class nu.validator.htmlparser.impl.ElementName
 
ICON - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
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
 
IdType - Annotation Type in nu.validator.htmlparser.annotation
The type for attribute IDness.
IFRAME - Static variable in class nu.validator.htmlparser.impl.ElementName
 
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 - Class in nu.validator.saxtree
A run ignorable whitespace.
IgnorableWhitespace(Locator, char[], int, int) - Constructor for class nu.validator.saxtree.IgnorableWhitespace
The constructor.
ignorableWhitespace(char[], int, int) - Method in class nu.validator.saxtree.TreeBuilder
 
IMAGE - Static variable in class nu.validator.htmlparser.impl.ElementName
 
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
 
IMPLIES - Static variable in class nu.validator.htmlparser.impl.ElementName
 
IN - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
IN - Static variable in class nu.validator.htmlparser.impl.ElementName
 
IN2 - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
INDEX - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
index - Variable in class nu.validator.htmlparser.impl.Tokenizer
 
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.
initializeWithoutStarting() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
initLocation(String, String) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
Inline - Annotation Type in nu.validator.htmlparser.annotation
Translates into the C++ inline keyword.
INPUT - Static variable in class nu.validator.htmlparser.impl.ElementName
 
INPUTMODE - Static variable in class nu.validator.htmlparser.impl.AttributeName
 
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, T, T) - Method in class nu.validator.htmlparser.impl.CoalescingTreeBuilder
 
insertFosterParentedCharacters(String, T, T) - Method in class nu.validator.htmlparser.impl.CoalescingTreeBuilder
 
insertFosterParentedCharacters(char[], int, int, T, T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
insertFosterParentedChild(T, T, T) - 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 - 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
 
isAllowRewinding() - Method in class nu.validator.htmlparser.io.Driver
Returns the allowRewinding.
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.
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.
isCustom() - Method in class nu.validator.htmlparser.impl.ElementName
 
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.
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.
isInDataState() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
ISINDEX - Static variable in class nu.validator.htmlparser.impl.ElementName
 
isLikelyEbcdic() - Method in class nu.validator.htmlparser.io.Encoding
Returns the likelyEbcdic.
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.
isPrevCR() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
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.
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.
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.
isShouldNot() - Method in class nu.validator.htmlparser.io.Encoding
Returns the shouldNot.
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.

A B C D E F G H I K L M N O P Q R S T U V W X Y Z