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) voidTreeBuilder.loadState(TreeBuilderState<T> snapshot, Interner interner) static StringPortability.newLocalFromLocal(String local, Interner interner) static StringPortability.newLocalNameFromBuffer(char[] buf, int offset, int length, Interner interner) Allocates a new local name object.voidTokenizer.setInterner(Interner interner)