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

A

addAttribute(String, String) - Method in class nu.validator.htmlparser.impl.AttributesImpl
 
addAttributesToElement(T, Attributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
addCharacterHandler(CharacterHandler) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
addCharacterHandler(CharacterHandler) - Method in class nu.validator.htmlparser.sax.HtmlParser
 
appendCharacters(T, char[], int, int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendChild(Node) - Method in class nu.validator.saxtree.ParentNode
 
appendChildren(Node) - Method in class nu.validator.saxtree.ParentNode
 
appendChildrenToNewParent(T, T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendComment(T, char[], int, int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendCommentToDocument(char[], int, int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
appendDoctypeToDocument(String, String, String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
AttributeInfo - Class in nu.validator.htmlparser.impl
This class will probably be used for backwards compat stuff.
AttributeInfo() - Constructor for class nu.validator.htmlparser.impl.AttributeInfo
 
AttributesImpl - Class in nu.validator.htmlparser.impl
Be careful with this class.
AttributesImpl() - Constructor for class nu.validator.htmlparser.impl.AttributesImpl
 
available() - Method in class nu.validator.htmlparser.rewindable.RewindableInputStream
 

B

bodyClosed(T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
BomSniffer - Class in nu.validator.htmlparser.impl
The BOM sniffing part of the HTML5 encoding sniffing algorithm.
BomSniffer(ByteReadable) - Constructor for class nu.validator.htmlparser.impl.BomSniffer
 
buffer - Variable in class nu.validator.saxtree.CharBufferNode
 
build(InputSource) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Parse from SAX InputSource.
build(File) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Parse from File.
build(InputStream, String) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Parse from InputStream.
build(InputStream) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Parse from InputStream.
build(Reader, String) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Parse from Reader.
build(Reader) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Parse from Reader.
build(String, String) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Parse from String.
build(String) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Parse from URI.
buildFragment(InputSource, String) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Parse a fragment from SAX InputSource.
ByteReadable - Interface in nu.validator.htmlparser.impl
 

C

canEncode() - Method in class nu.validator.htmlparser.impl.Encoding
 
canRewind() - Method in interface nu.validator.htmlparser.rewindable.Rewindable
 
canRewind() - Method in class nu.validator.htmlparser.rewindable.RewindableInputStream
 
CDATA - Class in nu.validator.saxtree
 
CDATA(Locator) - Constructor for class nu.validator.saxtree.CDATA
 
CharacterHandler - Interface in nu.validator.htmlparser.impl
 
characters(char[], int, int) - Method in interface nu.validator.htmlparser.impl.CharacterHandler
 
characters(char[], int, int) - Method in class nu.validator.htmlparser.impl.NormalizationChecker
 
characters(char[], int, int) - Method in interface nu.validator.htmlparser.impl.TokenHandler
Receive character tokens.
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 - Class in nu.validator.saxtree
 
Characters(Locator, char[], int, int) - Constructor for class nu.validator.saxtree.Characters
 
characters(char[], int, int) - Method in class nu.validator.saxtree.TreeBuilder
 
CharBufferNode - Class in nu.validator.saxtree
 
close() - Method in class nu.validator.htmlparser.impl.HtmlInputStreamReader
 
close() - Method in class nu.validator.htmlparser.rewindable.RewindableInputStream
 
comment(char[], int) - Method in interface nu.validator.htmlparser.impl.TokenHandler
Receive a comment token.
comment(char[], int) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
comment(char[], int, int) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
Comment - Class in nu.validator.saxtree
 
Comment(Locator, char[], int, int) - Constructor for class nu.validator.saxtree.Comment
 
comment(char[], int, int) - Method in class nu.validator.saxtree.TreeBuilder
 
ContentModelFlag - Enum in nu.validator.htmlparser.impl
 
copyEndLocator(ParentNode) - Method in class nu.validator.saxtree.ParentNode
Copies the endLocator from another node.
createElement(String, Attributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
createElement(String, Attributes, T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
createHtmlElementSetAsRoot(Attributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
currentNode() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 

D

detach() - Method in class nu.validator.saxtree.Node
 
detachFromParent(T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
detachFromParentAndAppendToNewParent(T, T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
doctype(String, String, String, boolean) - Method in interface nu.validator.htmlparser.impl.TokenHandler
Receive a doctype token.
doctype(String, String, String, boolean) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
DoctypeExpectation - Enum in nu.validator.htmlparser.common
Used for indicating desired behavior with legacy doctypes.
Document - Class in nu.validator.saxtree
 
Document(Locator) - Constructor for class nu.validator.saxtree.Document
 
DocumentFragment - Class in nu.validator.saxtree
 
DocumentFragment() - Constructor for class nu.validator.saxtree.DocumentFragment
 
DocumentMode - Enum in nu.validator.htmlparser.common
 
documentMode(DocumentMode, String, String, boolean) - Method in interface nu.validator.htmlparser.common.DocumentModeHandler
 
documentMode(DocumentMode, String, String, boolean) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
DocumentModeHandler - Interface in nu.validator.htmlparser.common
 
DTD - Class in nu.validator.saxtree
 
DTD(Locator, String, String, String) - Constructor for class nu.validator.saxtree.DTD
 

E

Element - Class in nu.validator.saxtree
 
Element(Locator, String, String, String, Attributes, boolean, List<PrefixMapping>) - Constructor for class nu.validator.saxtree.Element
 
elementPopped(String, T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
elementPushed(String, T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
EMPTY_ATTRIBUTES - Static variable in class nu.validator.htmlparser.impl.EmptyAttributes
 
EmptyAttributes - Class in nu.validator.htmlparser.impl
 
Encoding - Class in nu.validator.htmlparser.impl
 
end() - Method in interface nu.validator.htmlparser.impl.CharacterHandler
 
end() - Method in class nu.validator.htmlparser.impl.NormalizationChecker
 
end() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
endCDATA() - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
endCDATA() - Method in class nu.validator.saxtree.TreeBuilder
 
endDocument() - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
endDocument() - Method in class nu.validator.saxtree.TreeBuilder
 
endDTD() - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
endDTD() - Method in class nu.validator.saxtree.TreeBuilder
 
endElement(String, String, String) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
endElement(String, String, String) - Method in class nu.validator.saxtree.TreeBuilder
 
endEntity(String) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
endEntity(String) - Method in class nu.validator.saxtree.TreeBuilder
 
endLocator - Variable in class nu.validator.saxtree.ParentNode
 
endPrefixMapping(String) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
endPrefixMapping(String) - Method in class nu.validator.saxtree.TreeBuilder
 
endTag(String, Attributes) - Method in interface nu.validator.htmlparser.impl.TokenHandler
Receive an end tag token.
endTag(String, Attributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
Entities - Class in nu.validator.htmlparser.impl
 
Entities() - Constructor for class nu.validator.htmlparser.impl.Entities
 
Entity - Class in nu.validator.saxtree
 
Entity(Locator, String) - Constructor for class nu.validator.saxtree.Entity
 
eof() - Method in interface nu.validator.htmlparser.impl.TokenHandler
The end-of-file token.
eof() - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
err(String) - Method in class nu.validator.htmlparser.impl.NormalizationChecker
Emit an error.
err(String) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Reports a Parse Error.

F

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(Exception) - Method 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(Element) - Constructor for class nu.validator.htmlparser.xom.FormPtrElement
Copy constructor (FormPointer-aware).
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.
forName(String) - Static method in class nu.validator.htmlparser.impl.Encoding
 

G

getActualHtmlEncoding() - Method in class nu.validator.htmlparser.impl.Encoding
Returns the actualHtmlEncoding.
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.sax.HtmlParser
Returns the bogusXmlnsPolicy.
getCanonName() - Method in class nu.validator.htmlparser.impl.Encoding
Returns the canonName.
getCharset() - Method in class nu.validator.htmlparser.impl.HtmlInputStreamReader
 
getColumnNumber() - Method in class nu.validator.htmlparser.impl.HtmlInputStreamReader
 
getColumnNumber() - Method in class nu.validator.htmlparser.impl.MetaSniffer
 
getColumnNumber() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
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.impl.Tokenizer
Returns the commentPolicy.
getCommentPolicy() - Method in class nu.validator.htmlparser.sax.HtmlParser
Returns the commentPolicy.
getContentHandler() - Method in class nu.validator.htmlparser.sax.HtmlParser
 
getContentNonXmlCharPolicy() - Method in class nu.validator.htmlparser.impl.Tokenizer
Returns the contentNonXmlCharPolicy.
getContentNonXmlCharPolicy() - Method in class nu.validator.htmlparser.sax.HtmlParser
Returns the contentNonXmlCharPolicy.
getContentSpacePolicy() - Method in class nu.validator.htmlparser.impl.Tokenizer
Returns the contentSpacePolicy.
getContentSpacePolicy() - Method in class nu.validator.htmlparser.sax.HtmlParser
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.
getDoctypeExpectation() - Method in class nu.validator.htmlparser.sax.HtmlParser
Returns the doctype expectation.
getDocumentLocator() - Method in class nu.validator.htmlparser.sax.HtmlParser
Returns the Locator during parse.
getDocumentModeHandler() - Method in class nu.validator.htmlparser.sax.HtmlParser
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
 
getEntityResolver() - Method in class nu.validator.htmlparser.sax.HtmlParser
 
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
 
getFirstChild() - Method in class nu.validator.saxtree.ParentNode
Returns the firstChild.
getForm() - Method in interface nu.validator.htmlparser.xom.FormPointer
Returns the form.
getForm() - Method in class nu.validator.htmlparser.xom.FormPtrElement
Gets the form.
getHeuristics() - Method in class nu.validator.htmlparser.sax.HtmlParser
 
getIndex(String) - Method in class nu.validator.htmlparser.impl.AttributesImpl
 
getIndex(String, String) - Method in class nu.validator.htmlparser.impl.AttributesImpl
 
getIndex(String, String) - Method in class nu.validator.htmlparser.impl.EmptyAttributes
 
getIndex(String) - Method in class nu.validator.htmlparser.impl.EmptyAttributes
 
getIndex(String, String) - Method in class nu.validator.htmlparser.impl.XmlLangAttributesImpl
 
getLastChild() - Method in class nu.validator.saxtree.ParentNode
Returns the lastChild.
getLength() - Method in class nu.validator.htmlparser.impl.AttributesImpl
 
getLength() - Method in class nu.validator.htmlparser.impl.EmptyAttributes
 
getLexicalHandler() - Method in class nu.validator.htmlparser.sax.HtmlParser
Returns the lexicalHandler.
getLineNumber() - Method in class nu.validator.htmlparser.impl.HtmlInputStreamReader
 
getLineNumber() - Method in class nu.validator.htmlparser.impl.MetaSniffer
 
getLineNumber() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
getLineNumber() - Method in class nu.validator.saxtree.LocatorImpl
 
getLineNumber() - Method in class nu.validator.saxtree.Node
 
getLineNumber() - Method in class nu.validator.saxtree.TreeParser
 
getLocalName(int) - Method in class nu.validator.htmlparser.impl.AttributesImpl
 
getLocalName(int) - Method in class nu.validator.htmlparser.impl.EmptyAttributes
 
getLocalName() - Method in class nu.validator.saxtree.Element
Returns the localName.
getLocalName() - Method in class nu.validator.saxtree.Node
Returns the localName.
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.sax.HtmlParser
The policy for non-NCName element and attribute names.
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
 
getNodeType() - Method in class nu.validator.saxtree.ProcessingInstruction
 
getNodeType() - Method in class nu.validator.saxtree.SkippedEntity
 
getParentNode() - Method in class nu.validator.saxtree.Node
Returns the parentNode.
getPrefix() - Method in class nu.validator.saxtree.PrefixMapping
Returns the prefix.
getPrefixMappings() - Method in class nu.validator.saxtree.Element
Returns the prefixMappings.
getPrefixMappings() - Method in class nu.validator.saxtree.Node
Returns the prefixMappings.
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.HtmlInputStreamReader
 
getPublicId() - Method in class nu.validator.htmlparser.impl.MetaSniffer
 
getPublicId() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
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(int) - Method in class nu.validator.htmlparser.impl.AttributesImpl
 
getQName(int) - Method in class nu.validator.htmlparser.impl.EmptyAttributes
 
getQName() - Method in class nu.validator.saxtree.Element
Returns the qName.
getQName() - Method in class nu.validator.saxtree.Node
Returns the qName.
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
getStreamabilityViolationPolicy() - Method in class nu.validator.htmlparser.sax.HtmlParser
Returns the streamabilityViolationPolicy.
getSystemId() - Method in class nu.validator.htmlparser.impl.HtmlInputStreamReader
 
getSystemId() - Method in class nu.validator.htmlparser.impl.MetaSniffer
 
getSystemId() - Method in class nu.validator.htmlparser.impl.Tokenizer
 
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.impl.AttributesImpl
 
getType(String) - Method in class nu.validator.htmlparser.impl.AttributesImpl
 
getType(String, String) - Method in class nu.validator.htmlparser.impl.AttributesImpl
 
getType(int) - Method in class nu.validator.htmlparser.impl.EmptyAttributes
 
getType(String, String) - Method in class nu.validator.htmlparser.impl.EmptyAttributes
 
getType(String) - Method in class nu.validator.htmlparser.impl.EmptyAttributes
 
getType(String, String) - Method in class nu.validator.htmlparser.impl.XmlLangAttributesImpl
 
getURI(int) - Method in class nu.validator.htmlparser.impl.AttributesImpl
 
getURI(int) - Method in class nu.validator.htmlparser.impl.EmptyAttributes
 
getURI(int) - Method in class nu.validator.htmlparser.impl.XmlLangAttributesImpl
 
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.
getValue(int) - Method in class nu.validator.htmlparser.impl.AttributesImpl
 
getValue(String) - Method in class nu.validator.htmlparser.impl.AttributesImpl
 
getValue(String, String) - Method in class nu.validator.htmlparser.impl.AttributesImpl
 
getValue(int) - Method in class nu.validator.htmlparser.impl.EmptyAttributes
 
getValue(String, String) - Method in class nu.validator.htmlparser.impl.EmptyAttributes
 
getValue(String) - Method in class nu.validator.htmlparser.impl.EmptyAttributes
 
getValue(String, String) - Method in class nu.validator.htmlparser.impl.XmlLangAttributesImpl
 
getXmlnsPolicy() - Method in class nu.validator.htmlparser.sax.HtmlParser
Returns the xmlnsPolicy.

H

hasChildren(T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
Heuristics - Enum in nu.validator.htmlparser.common
 
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(SimpleNodeFactory) - Constructor for class nu.validator.htmlparser.xom.HtmlBuilder
Constructor with given 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, XmlViolationPolicy) - Constructor for class nu.validator.htmlparser.xom.HtmlBuilder
Constructor with given node factory and given XML violation policy.
htmlClosed(T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
HtmlDocumentBuilder - Class in nu.validator.htmlparser.dom
This class implements an HTML5 parser that exposes data through the DOM interface.
HtmlDocumentBuilder(DOMImplementation, XmlViolationPolicy) - Constructor for class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Instantiates the document builder with a specific DOM implementation and XML violation policy.
HtmlDocumentBuilder(DOMImplementation) - Constructor for class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Instantiates the document builder with a specific DOM implementation and fatal XML violation policy.
HtmlDocumentBuilder() - Constructor for class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Instantiates the document builder with the JAXP DOM implementation and fatal 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.
HtmlInputStreamReader - Class in nu.validator.htmlparser.impl
Be very careful with this class.
HtmlInputStreamReader(InputStream, ErrorHandler, Locator, Tokenizer, Heuristics) - Constructor for class nu.validator.htmlparser.impl.HtmlInputStreamReader
 
HtmlInputStreamReader(InputStream, ErrorHandler, Locator, Tokenizer, Encoding) - Constructor for class nu.validator.htmlparser.impl.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
 

I

ignorableWhitespace(char[], int, int) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
IgnorableWhitespace - Class in nu.validator.saxtree
 
IgnorableWhitespace(Locator, char[], int, int) - Constructor for class nu.validator.saxtree.IgnorableWhitespace
 
ignorableWhitespace(char[], int, int) - Method in class nu.validator.saxtree.TreeBuilder
 
insertBefore(T, T, T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
insertBefore(Node, Node) - Method in class nu.validator.saxtree.ParentNode
 
insertCharactersBefore(char[], int, int, T, T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
isAllowRewinding() - Method in class nu.validator.htmlparser.impl.Tokenizer
Returns the allowRewinding.
isAsciiSuperset() - Method in class nu.validator.htmlparser.impl.Encoding
Returns the asciiSuperset.
isBoolean(String) - Static method in class nu.validator.htmlparser.impl.AttributeInfo
 
isCaseFolded(String) - Static method in class nu.validator.htmlparser.impl.AttributeInfo
 
isCheckingNormalization() - Method in class nu.validator.htmlparser.impl.Tokenizer
Query if checking normalization.
isCheckingNormalization() - Method in class nu.validator.htmlparser.sax.HtmlParser
Indicates whether NFC normalization of source is being checked.
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.
isLikelyEbcdic() - Method in class nu.validator.htmlparser.impl.Encoding
Returns the likelyEbcdic.
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.
isNamespaceAware() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Returns true.
isObscure() - Method in class nu.validator.htmlparser.impl.Encoding
Returns the obscure.
isRegistered() - Method in class nu.validator.htmlparser.impl.Encoding
 
isReportingDoctype() - Method in class nu.validator.htmlparser.sax.HtmlParser
Returns the reportingDoctype.
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.
isShouldNot() - Method in class nu.validator.htmlparser.impl.Encoding
Returns the shouldNot.
isValidating() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Returns false

L

LocatorImpl - Class in nu.validator.saxtree
 
LocatorImpl(Locator) - Constructor for class nu.validator.saxtree.LocatorImpl
 

M

main(String[]) - Static method in class nu.validator.htmlparser.impl.Encoding
 
main(String[]) - Static method in class nu.validator.htmlparser.impl.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);
MetaSniffer - Class in nu.validator.htmlparser.impl
 
MetaSniffer(ByteReadable, ErrorHandler, Locator) - Constructor for class nu.validator.htmlparser.impl.MetaSniffer
 
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 - Interface in nu.validator.htmlparser.xom
Interface for attaching a DocumentMode on a Document.

N

newDecoder() - Method in class nu.validator.htmlparser.impl.Encoding
 
newDocument() - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
For API compatibility.
newEncoder() - Method in class nu.validator.htmlparser.impl.Encoding
 
Node - Class in nu.validator.saxtree
 
NodeType - Enum in nu.validator.saxtree
 
NormalizationChecker - Class in nu.validator.htmlparser.impl
 
NormalizationChecker(Locator) - Constructor for class nu.validator.htmlparser.impl.NormalizationChecker
Constructor with mode selection.
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.impl - package nu.validator.htmlparser.impl
This package contains the bulk of parser internals.
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.

P

parentElementFor(T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
Get the parent element.
ParentNode - Class in nu.validator.saxtree
 
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
 
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.
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
Parser a fragment.
PrefixMapping - Class in nu.validator.saxtree
 
PrefixMapping(String, String) - Constructor for class nu.validator.saxtree.PrefixMapping
 
processingInstruction(String, String) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
ProcessingInstruction - Class in nu.validator.saxtree
 
ProcessingInstruction(Locator, String, String) - Constructor for class nu.validator.saxtree.ProcessingInstruction
 
processingInstruction(String, String) - Method in class nu.validator.saxtree.TreeBuilder
 

R

read(char[]) - Method in class nu.validator.htmlparser.impl.HtmlInputStreamReader
 
read() - Method in class nu.validator.htmlparser.impl.HtmlInputStreamReader
 
read(char[], int, int) - Method in class nu.validator.htmlparser.impl.HtmlInputStreamReader
 
read(CharBuffer) - Method in class nu.validator.htmlparser.impl.HtmlInputStreamReader
 
read() - Method in class nu.validator.htmlparser.rewindable.RewindableInputStream
 
read(byte[], int, int) - Method in class nu.validator.htmlparser.rewindable.RewindableInputStream
 
readByte() - Method in interface nu.validator.htmlparser.impl.ByteReadable
 
readByte() - Method in class nu.validator.htmlparser.impl.HtmlInputStreamReader
 
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 - Class in nu.validator.htmlparser.rewindable
 
RewindableInputStream(InputStream) - Constructor for class nu.validator.htmlparser.rewindable.RewindableInputStream
 

S

setAllowRewinding(boolean) - Method in class nu.validator.htmlparser.impl.Tokenizer
Sets the allowRewinding.
setBogusXmlnsPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Sets the policy for forbidden xmlns attributes.
setBogusXmlnsPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.impl.Tokenizer
Sets the bogusXmlnsPolicy.
setBogusXmlnsPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.sax.HtmlParser
Sets the policy for forbidden xmlns attributes.
setBogusXmlnsPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
Sets the policy for forbidden xmlns attributes.
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.impl.Tokenizer
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.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
 
setContentModelFlag(ContentModelFlag, String) - Method in class nu.validator.htmlparser.impl.Tokenizer
Sets the content model flag and the associated element name.
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.Tokenizer
Sets the contentNonXmlCharPolicy.
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.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.
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.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
 
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
Sets the entity resolver for URI-only inputs.
setErrorHandler(ErrorHandler) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
setErrorHandler(ErrorHandler) - Method in class nu.validator.htmlparser.impl.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.sax.HtmlParser
 
setErrorHandler(ErrorHandler) - Method in class nu.validator.htmlparser.xom.HtmlBuilder
 
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
 
setHeuristics(Heuristics) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
Sets the encoding sniffing heuristics.
setHeuristics(Heuristics) - Method in class nu.validator.htmlparser.impl.Tokenizer
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.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.
setLexicalHandler(LexicalHandler) - Method in class nu.validator.htmlparser.sax.HtmlParser
Sets the lexical handler.
setMappingLangToXmlLang(boolean) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
setMappingLangToXmlLang(boolean) - Method in class nu.validator.htmlparser.impl.Tokenizer
Sets the mappingLangToXmlLang.
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
 
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.
setNamePolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.dom.HtmlDocumentBuilder
 
setNamePolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.impl.Tokenizer
 
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
 
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.impl.TreeBuilder
Sets the reportingDoctype.
setReportingDoctype(boolean) - Method in class nu.validator.htmlparser.sax.HtmlParser
 
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.
setStreamabilityViolationPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.sax.HtmlParser
Sets the streamabilityViolationPolicy.
setTreeBuilderErrorHandlerOverride(ErrorHandler) - Method in class nu.validator.htmlparser.sax.HtmlParser
Deprecated. For Validator.nu internal use
setXmlnsPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.impl.Tokenizer
Sets the xmlnsPolicy.
setXmlnsPolicy(XmlViolationPolicy) - Method in class nu.validator.htmlparser.sax.HtmlParser
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, 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, content space, content non-XML char and comment policies in one go.
shallowClone(T) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
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
 
skippedEntity(String) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
SkippedEntity - Class in nu.validator.saxtree
 
SkippedEntity(Locator, String) - Constructor for class nu.validator.saxtree.SkippedEntity
 
skippedEntity(String) - Method in class nu.validator.saxtree.TreeBuilder
 
sniff() - Method in class nu.validator.htmlparser.impl.MetaSniffer
Main loop.
start() - Method in interface nu.validator.htmlparser.impl.CharacterHandler
 
start() - Method in class nu.validator.htmlparser.impl.NormalizationChecker
 
start(Tokenizer) - Method in interface nu.validator.htmlparser.impl.TokenHandler
This method is called at the start of tokenization before any other methods on this interface are called.
start(Tokenizer) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
start(boolean) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
startCDATA() - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
startCDATA() - Method in class nu.validator.saxtree.TreeBuilder
 
startDocument() - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
startDocument() - Method in class nu.validator.saxtree.TreeBuilder
 
startDTD(String, String, String) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
startDTD(String, String, String) - Method in class nu.validator.saxtree.TreeBuilder
 
startElement(String, String, String, Attributes) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
startElement(String, String, String, Attributes) - Method in class nu.validator.saxtree.TreeBuilder
 
startEntity(String) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
startEntity(String) - Method in class nu.validator.saxtree.TreeBuilder
 
startPrefixMapping(String, String) - Method in class nu.validator.htmlparser.sax.HtmlSerializer
 
startPrefixMapping(String, String) - Method in class nu.validator.saxtree.TreeBuilder
 
startTag(String, Attributes) - Method in interface nu.validator.htmlparser.impl.TokenHandler
Receive a start tag token.
startTag(String, Attributes) - Method in class nu.validator.htmlparser.impl.TreeBuilder
 
switchEncoding(Encoding) - Method in class nu.validator.htmlparser.impl.HtmlInputStreamReader
 

T

toAsciiLowerCase(String) - Static method in class nu.validator.htmlparser.impl.Encoding
 
TokenHandler - Interface in nu.validator.htmlparser.impl
Tokenizer reports tokens through this interface.
tokenize(InputSource) - Method in class nu.validator.htmlparser.impl.Tokenizer
Runs the tokenization.
Tokenizer - Class in nu.validator.htmlparser.impl
An implementatition of http://www.whatwg.org/specs/web-apps/current-work/multipage/section-tokenisation.html This class implements the Locator interface.
Tokenizer(TokenHandler) - Constructor for class nu.validator.htmlparser.impl.Tokenizer
The constuctor.
tokenizer - Variable in class nu.validator.htmlparser.impl.TreeBuilder
 
toString() - Method in class nu.validator.saxtree.CharBufferNode
Returns the wrapped buffer as a string.
TreeBuilder<T> - Class in nu.validator.htmlparser.impl
 
TreeBuilder(XmlViolationPolicy, boolean) - Constructor for class nu.validator.htmlparser.impl.TreeBuilder
 
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.saxtree.TreeBuilder
Constructs a reusable TreeBuilder that builds Documents and copies attributes.
TreeBuilder(boolean, boolean) - Constructor for class nu.validator.saxtree.TreeBuilder
The constructor.
TreeParser - Class in nu.validator.saxtree
 
TreeParser(ContentHandler, LexicalHandler) - Constructor for class nu.validator.saxtree.TreeParser
The constructor.

U

UTF16 - Static variable in class nu.validator.htmlparser.impl.Encoding
 
UTF16BE - Static variable in class nu.validator.htmlparser.impl.Encoding
 
UTF16LE - Static variable in class nu.validator.htmlparser.impl.Encoding
 
UTF8 - Static variable in class nu.validator.htmlparser.impl.Encoding
 

V

valueOf(String) - Static method in enum nu.validator.htmlparser.common.DoctypeExpectation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nu.validator.htmlparser.common.DocumentMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nu.validator.htmlparser.common.Heuristics
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nu.validator.htmlparser.common.XmlViolationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nu.validator.htmlparser.impl.ContentModelFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nu.validator.saxtree.NodeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum nu.validator.htmlparser.common.DoctypeExpectation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nu.validator.htmlparser.common.DocumentMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nu.validator.htmlparser.common.Heuristics
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nu.validator.htmlparser.common.XmlViolationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nu.validator.htmlparser.impl.ContentModelFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nu.validator.saxtree.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wantsComments() - Method in interface nu.validator.htmlparser.impl.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.TreeBuilder
Reports a warning
willNotRewind() - Method in interface nu.validator.htmlparser.rewindable.Rewindable
 
willNotRewind() - Method in class nu.validator.htmlparser.rewindable.RewindableInputStream
 
WINDOWS1252 - Static variable in class nu.validator.htmlparser.impl.Encoding
 

X

XmlLangAttributesImpl - Class in nu.validator.htmlparser.impl
 
XmlLangAttributesImpl() - Constructor for class nu.validator.htmlparser.impl.XmlLangAttributesImpl
 
XmlViolationPolicy - Enum in nu.validator.htmlparser.common
Policy for XML 1.0 violations.

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

Copyright © 2011. All Rights Reserved.