Uses of Class
nu.validator.htmlparser.common.DocumentMode
-
Packages that use DocumentMode Package Description nu.validator.htmlparser.common This package provides common interfaces and enumerations.nu.validator.htmlparser.impl This package contains the bulk of parser internals.nu.validator.htmlparser.xom 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 DocumentMode Modifier and Type Method Description static DocumentModeDocumentMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DocumentMode[]DocumentMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nu.validator.htmlparser.common with parameters of type DocumentMode Modifier and Type Method Description voidDocumentModeHandler. documentMode(DocumentMode mode, java.lang.String publicIdentifier, java.lang.String systemIdentifier, boolean html4SpecificAdditionalErrorChecks)Receive notification of the document mode. -
Uses of DocumentMode in nu.validator.htmlparser.impl
Methods in nu.validator.htmlparser.impl with parameters of type DocumentMode Modifier and Type Method Description protected voidTreeBuilder. documentMode(DocumentMode m, java.lang.String publicIdentifier, java.lang.String systemIdentifier, boolean html4SpecificAdditionalErrorChecks) -
Uses of DocumentMode in nu.validator.htmlparser.xom
Methods in nu.validator.htmlparser.xom that return DocumentMode Modifier and Type Method Description DocumentModeModalDocument. getMode()Gets the mode.DocumentModeMode. getMode()Returns the mode.Methods in nu.validator.htmlparser.xom with parameters of type DocumentMode Modifier and Type Method Description voidModalDocument. setMode(DocumentMode mode)Sets the mode.voidMode. setMode(DocumentMode mode)Sets the mode.
-