Uses of Interface
nu.validator.htmlparser.common.Interner
Packages that use Interner
Package
Description
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 InternerModifier and TypeMethodDescriptionAttributeName.cloneAttributeName
(Interner interner) Clones the attribute using an interner.HtmlAttributes.cloneAttributes
(Interner interner) ElementName.cloneElementName
(Interner interner) void
TreeBuilder.loadState
(TreeBuilderState<T> snapshot, Interner interner) 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.void
Tokenizer.setInterner
(Interner interner)