|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Local | |
|---|---|
| nu.validator.htmlparser.impl | This package contains the bulk of parser internals. |
| Uses of Local in nu.validator.htmlparser.impl |
|---|
| Fields in nu.validator.htmlparser.impl with annotations of type Local | |
|---|---|
String |
ElementName.camelCaseName
|
String |
ElementName.name
|
| Methods in nu.validator.htmlparser.impl with annotations of type Local | |
|---|---|
String |
AttributeName.getLocal(int mode)
|
String |
HtmlAttributes.getLocalName(int index)
|
String |
HtmlAttributes.getXmlnsLocalName(int index)
|
static String |
Portability.newLocalFromLocal(String local,
Interner interner)
|
static String |
Portability.newLocalNameFromBuffer(char[] buf,
int offset,
int length,
Interner interner)
Allocates a new local name object. |
| Method parameters in nu.validator.htmlparser.impl with annotations of type Local | |
|---|---|
protected void |
TreeBuilder.appendDoctypeToDocument(String name,
String publicIdentifier,
String systemIdentifier)
|
protected abstract T |
TreeBuilder.createElement(String ns,
String name,
HtmlAttributes attributes)
|
protected T |
TreeBuilder.createElement(String ns,
String name,
HtmlAttributes attributes,
T form)
|
void |
TreeBuilder.doctype(String name,
String publicIdentifier,
String systemIdentifier,
boolean forceQuirks)
|
protected void |
TreeBuilder.elementPopped(String ns,
String name,
T node)
|
protected void |
TreeBuilder.elementPushed(String ns,
String name,
T node)
|
static boolean |
Portability.localEqualsBuffer(String local,
char[] buf,
int offset,
int length)
|
static char[] |
Portability.newCharArrayFromLocal(String local)
|
static String |
Portability.newLocalFromLocal(String local,
Interner interner)
|
void |
TreeBuilder.setFragmentContext(String context)
The argument MUST be an interned string or null. |
void |
TreeBuilder.setFragmentContext(String context,
String ns,
T node,
boolean quirks)
The argument MUST be an interned string or null. |
void |
Tokenizer.setStateAndEndTagExpectation(int specialTokenizerState,
String endTagExpectation)
Sets the tokenizer state and the associated element name. |
| Constructor parameters in nu.validator.htmlparser.impl with annotations of type Local | |
|---|---|
AttributeName(String[] uri,
String[] local,
String[] prefix,
int flags)
The startup-time constructor. |
|
ElementName(String name)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||