Package | Description |
---|---|
nu.validator.htmlparser.impl |
This package contains the bulk of parser internals.
|
Modifier and Type | Method and Description |
---|---|
String |
AttributeName.getUri(int mode) |
String |
HtmlAttributes.getURI(int index) |
String |
HtmlAttributes.getXmlnsURI(int index) |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
TreeBuilder.createElement(String ns,
String name,
HtmlAttributes attributes) |
protected T |
TreeBuilder.createElement(String ns,
String name,
HtmlAttributes attributes,
T form) |
protected void |
TreeBuilder.elementPopped(String ns,
String name,
T node) |
protected void |
TreeBuilder.elementPushed(String ns,
String name,
T node) |
void |
TreeBuilder.setFragmentContext(String context,
String ns,
T node,
boolean quirks)
The argument MUST be an interned string or
null . |
Constructor and Description |
---|
AttributeName(String[] uri,
String[] local,
String[] prefix,
int flags)
The startup-time constructor.
|
Copyright © 2017. All rights reserved.