Uses of Interface
nu.validator.htmlparser.common.Interner
-
Packages that use Interner Package Description nu.validator.htmlparser.impl This package contains the bulk of parser internals. -
-
Uses of Interner in nu.validator.htmlparser.impl
Methods in nu.validator.htmlparser.impl with parameters of type Interner Modifier and Type Method Description AttributeName
AttributeName. cloneAttributeName(Interner interner)
Clones the attribute using an interner.HtmlAttributes
HtmlAttributes. cloneAttributes(Interner interner)
ElementName
ElementName. cloneElementName(Interner interner)
void
TreeBuilder. loadState(TreeBuilderState<T> snapshot, Interner interner)
static java.lang.String
Portability. newLocalFromLocal(java.lang.String local, Interner interner)
static java.lang.String
Portability. newLocalNameFromBuffer(char[] buf, int offset, int length, Interner interner)
Allocates a new local name object.void
Tokenizer. setInterner(Interner interner)
-