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.
|
Modifier and Type | Method and Description |
---|---|
static DocumentMode |
DocumentMode.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentModeHandler.documentMode(DocumentMode mode,
String publicIdentifier,
String systemIdentifier,
boolean html4SpecificAdditionalErrorChecks)
Receive notification of the document mode.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TreeBuilder.documentMode(DocumentMode m,
String publicIdentifier,
String systemIdentifier,
boolean html4SpecificAdditionalErrorChecks) |
Modifier and Type | Method and Description |
---|---|
DocumentMode |
Mode.getMode()
Returns the mode.
|
DocumentMode |
ModalDocument.getMode()
Gets the mode.
|
Modifier and Type | Method and Description |
---|---|
void |
Mode.setMode(DocumentMode mode)
Sets the mode.
|
void |
ModalDocument.setMode(DocumentMode mode)
Sets the mode.
|
Copyright © 2017. All rights reserved.