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.
|
Modifier and Type | Method and Description |
---|---|
void |
TokenHandler.startTag(ElementName eltName,
HtmlAttributes attributes,
boolean selfClosing)
Receive a start tag token.
|
Modifier and Type | Field and Description |
---|---|
static HtmlAttributes |
HtmlAttributes.EMPTY_ATTRIBUTES |
Modifier and Type | Method and Description |
---|---|
HtmlAttributes |
HtmlAttributes.cloneAttributes(Interner interner) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
TreeBuilder.addAttributesToElement(T element,
HtmlAttributes attributes) |
protected abstract T |
TreeBuilder.createElement(String ns,
String name,
HtmlAttributes attributes) |
protected T |
TreeBuilder.createElement(String ns,
String name,
HtmlAttributes attributes,
T form) |
protected abstract T |
TreeBuilder.createHtmlElementSetAsRoot(HtmlAttributes attributes) |
boolean |
HtmlAttributes.equalsAnother(HtmlAttributes other) |
protected void |
ErrorReportingTokenizer.maybeErrAttributesOnEndTag(HtmlAttributes attrs) |
protected void |
Tokenizer.maybeErrAttributesOnEndTag(HtmlAttributes attrs) |
void |
HtmlAttributes.merge(HtmlAttributes attributes) |
void |
TreeBuilder.startTag(ElementName elementName,
HtmlAttributes attributes,
boolean selfClosing) |
Copyright © 2017. All rights reserved.