Uses of Enum Class
nu.validator.htmlparser.common.DocumentMode
Packages that use DocumentMode
Package
Description
This package provides common interfaces and enumerations.
This package provides an HTML5 parser that exposes the document using the DOM API.
This package contains the bulk of parser internals.
This package provides an HTML5 parser that exposes the document through the XOM API.
-
Uses of DocumentMode in nu.validator.htmlparser.common
Methods in nu.validator.htmlparser.common that return DocumentModeModifier and TypeMethodDescriptionstatic DocumentModeReturns the enum constant of this class with the specified name.static DocumentMode[]DocumentMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in nu.validator.htmlparser.common with parameters of type DocumentModeModifier and TypeMethodDescriptionvoidDocumentModeHandler.documentMode(DocumentMode mode, String publicIdentifier, String systemIdentifier, boolean html4SpecificAdditionalErrorChecks) Receive notification of the document mode. -
Uses of DocumentMode in nu.validator.htmlparser.dom
Methods in nu.validator.htmlparser.dom with parameters of type DocumentModeModifier and TypeMethodDescriptionprotected voidDOMTreeBuilder.documentMode(DocumentMode mode, String publicIdentifier, String systemIdentifier, boolean html4SpecificAdditionalErrorChecks) -
Uses of DocumentMode in nu.validator.htmlparser.impl
Methods in nu.validator.htmlparser.impl with parameters of type DocumentModeModifier and TypeMethodDescriptionprotected voidTreeBuilder.documentMode(DocumentMode m, String publicIdentifier, String systemIdentifier, boolean html4SpecificAdditionalErrorChecks) private voidTreeBuilder.documentModeInternal(DocumentMode m, String publicIdentifier, String systemIdentifier, boolean html4SpecificAdditionalErrorChecks) -
Uses of DocumentMode in nu.validator.htmlparser.xom
Fields in nu.validator.htmlparser.xom declared as DocumentModeMethods in nu.validator.htmlparser.xom that return DocumentModeModifier and TypeMethodDescriptionModalDocument.getMode()Gets the mode.Mode.getMode()Returns the mode.Methods in nu.validator.htmlparser.xom with parameters of type DocumentModeModifier and TypeMethodDescriptionprotected voidXOMTreeBuilder.documentMode(DocumentMode mode, String publicIdentifier, String systemIdentifier, boolean html4SpecificAdditionalErrorChecks) voidModalDocument.setMode(DocumentMode mode) Sets the mode.voidMode.setMode(DocumentMode mode) Sets the mode.