Uses of Class
org.htmlunit.cyberneko.util.FastHashMap
-
Packages that use FastHashMap Package Description org.htmlunit.cyberneko org.htmlunit.cyberneko.html.dom org.htmlunit.cyberneko.xerces.xni -
-
Uses of FastHashMap in org.htmlunit.cyberneko
Fields in org.htmlunit.cyberneko declared as FastHashMap Modifier and Type Field Description private FastHashMap<java.lang.String,HTMLElements.Element>HTMLElements. elementsByNameOptimized_private FastHashMap<java.lang.String,java.lang.String>HTMLNamedEntitiesParser. entities_private FastHashMap<java.lang.String,java.lang.Boolean>HTMLElements. unknownElements_ -
Uses of FastHashMap in org.htmlunit.cyberneko.html.dom
Fields in org.htmlunit.cyberneko.html.dom declared as FastHashMap Modifier and Type Field Description private static FastHashMap<java.lang.String,HTMLDocumentImpl.ElementTypesHTMLHolder>HTMLDocumentImpl. elementTypesHTMLLower_Holds names and classes of HTML element types.private static FastHashMap<java.lang.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 FastHashMap Modifier and Type Method Description java.lang.StringXMLString. toString(FastHashMap<XMLString,java.lang.String> cache)Returns a string representation of this buffer using a cache as source to avoid duplicates.static java.lang.StringXMLString. toString(XMLString seq, FastHashMap<XMLString,java.lang.String> cache)Returns a string representation of the buffer using a cache as source to avoid duplicates.
-