|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NsUri | |
|---|---|
| nu.validator.htmlparser.impl | This package contains the bulk of parser internals. |
| Uses of NsUri in nu.validator.htmlparser.impl |
|---|
| Methods in nu.validator.htmlparser.impl with annotations of type NsUri | |
|---|---|
String |
AttributeName.getUri(int mode)
|
String |
HtmlAttributes.getURI(int index)
|
String |
HtmlAttributes.getXmlnsURI(int index)
|
| Method parameters in nu.validator.htmlparser.impl with annotations of type NsUri | |
|---|---|
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 parameters in nu.validator.htmlparser.impl with annotations of type NsUri | |
|---|---|
AttributeName(String[] uri,
String[] local,
String[] prefix,
int flags)
The startup-time constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||