Uses of Class
org.htmlunit.cyberneko.util.FastHashMap
Packages that use FastHashMap
Package
Description
-
Uses of FastHashMap in org.htmlunit.cyberneko
Fields in org.htmlunit.cyberneko declared as FastHashMapModifier and TypeFieldDescriptionprivate final FastHashMap
<String, HTMLElements.Element> HTMLElements.elementsByNameOptimized_
private FastHashMap
<String, String> HTMLNamedEntitiesParser.entities_
private final FastHashMap
<String, Boolean> HTMLElements.unknownElements_
-
Uses of FastHashMap in org.htmlunit.cyberneko.html.dom
Fields in org.htmlunit.cyberneko.html.dom declared as FastHashMapModifier and TypeFieldDescriptionprivate static final FastHashMap
<String, HTMLDocumentImpl.ElementTypesHTMLHolder> HTMLDocumentImpl.elementTypesHTMLLower_
Holds names and classes of HTML element types.private static final FastHashMap
<String, HTMLDocumentImpl.ElementTypesHTMLHolder> HTMLDocumentImpl.elementTypesHTMLUpper_
-
Uses of FastHashMap in org.htmlunit.cyberneko.xerces.xni
Methods in org.htmlunit.cyberneko.xerces.xni with parameters of type FastHashMapModifier and TypeMethodDescriptionXMLString.toString
(FastHashMap<XMLString, String> cache) Returns a string representation of this buffer using a cache as source to avoid duplicates.static String
XMLString.toString
(XMLString seq, FastHashMap<XMLString, String> cache) Returns a string representation of the buffer using a cache as source to avoid duplicates.