Uses of Package
nu.validator.htmlparser.common
-
Packages that use nu.validator.htmlparser.common Package Description nu.validator.htmlparser.common This package provides common interfaces and enumerations.nu.validator.htmlparser.dom This package provides an HTML5 parser that exposes the document using the DOM API.nu.validator.htmlparser.extra nu.validator.htmlparser.impl This package contains the bulk of parser internals.nu.validator.htmlparser.io nu.validator.htmlparser.sax This package provides an HTML5 parser that exposes the document through the SAX API.nu.validator.htmlparser.xom This package provides an HTML5 parser that exposes the document through the XOM API. -
Classes in nu.validator.htmlparser.common used by nu.validator.htmlparser.common Class Description DoctypeExpectation Used for indicating desired behavior with legacy doctypes.DocumentMode Represents the HTML document compatibility mode.Heuristics Indicates a request for character encoding sniffer choice.XmlViolationPolicy Policy for XML 1.0 violations. -
Classes in nu.validator.htmlparser.common used by nu.validator.htmlparser.dom Class Description CharacterHandler An interface for receiving notifications of UTF-16 code units read from a character stream.DoctypeExpectation Used for indicating desired behavior with legacy doctypes.DocumentModeHandler A callback interface for receiving notification about the document mode.Heuristics Indicates a request for character encoding sniffer choice.TransitionHandler An interface for intercepting information about the state transitions that the tokenizer is making.XmlViolationPolicy Policy for XML 1.0 violations. -
Classes in nu.validator.htmlparser.common used by nu.validator.htmlparser.extra Class Description ByteReadable An interface for providing a method for reading a stream of bytes one byte at a time.CharacterHandler An interface for receiving notifications of UTF-16 code units read from a character stream. -
Classes in nu.validator.htmlparser.common used by nu.validator.htmlparser.impl Class Description ByteReadable An interface for providing a method for reading a stream of bytes one byte at a time.DoctypeExpectation Used for indicating desired behavior with legacy doctypes.DocumentMode Represents the HTML document compatibility mode.DocumentModeHandler A callback interface for receiving notification about the document mode.EncodingDeclarationHandler An interface for communicating about character encoding names with the environment of the parser.Interner A placeholder type that translates into the type of the C++ class that implements an interning service for local names (@Local
in Java).TokenHandler Tokenizer
reports tokens through this interface.TransitionHandler An interface for intercepting information about the state transitions that the tokenizer is making.XmlViolationPolicy Policy for XML 1.0 violations. -
Classes in nu.validator.htmlparser.common used by nu.validator.htmlparser.io Class Description ByteReadable An interface for providing a method for reading a stream of bytes one byte at a time.CharacterHandler An interface for receiving notifications of UTF-16 code units read from a character stream.EncodingDeclarationHandler An interface for communicating about character encoding names with the environment of the parser.Heuristics Indicates a request for character encoding sniffer choice.TransitionHandler An interface for intercepting information about the state transitions that the tokenizer is making.XmlViolationPolicy Policy for XML 1.0 violations. -
Classes in nu.validator.htmlparser.common used by nu.validator.htmlparser.sax Class Description CharacterHandler An interface for receiving notifications of UTF-16 code units read from a character stream.DoctypeExpectation Used for indicating desired behavior with legacy doctypes.DocumentModeHandler A callback interface for receiving notification about the document mode.Heuristics Indicates a request for character encoding sniffer choice.TransitionHandler An interface for intercepting information about the state transitions that the tokenizer is making.XmlViolationPolicy Policy for XML 1.0 violations. -
Classes in nu.validator.htmlparser.common used by nu.validator.htmlparser.xom Class Description CharacterHandler An interface for receiving notifications of UTF-16 code units read from a character stream.DoctypeExpectation Used for indicating desired behavior with legacy doctypes.DocumentMode Represents the HTML document compatibility mode.DocumentModeHandler A callback interface for receiving notification about the document mode.Heuristics Indicates a request for character encoding sniffer choice.TransitionHandler An interface for intercepting information about the state transitions that the tokenizer is making.XmlViolationPolicy Policy for XML 1.0 violations.