Uses of Class
org.htmlunit.cyberneko.util.FastHashMap
-
Packages that use FastHashMap Package Description org.htmlunit.cyberneko org.htmlunit.cyberneko.html.dom Dom implementation of all supported HTML elements.org.htmlunit.cyberneko.xerces.xni Stuff taken, adapted, and simplified from the latest xerces code. -
-
Uses of FastHashMap in org.htmlunit.cyberneko
Fields in org.htmlunit.cyberneko declared as FastHashMap Modifier and Type Field Description (package private) FastHashMap<java.lang.String,HTMLElements.Element>HTMLElements. elementsByName_private FastHashMap<java.lang.String,java.lang.String>HTMLNamedEntitiesParser. entities_private FastHashMap<java.lang.String,java.lang.Boolean>HTMLElements.HTMLElementsWithCache. 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. ELEMENT_TYPES_HTML_LOWERHolds names and classes of HTML element types.private static FastHashMap<java.lang.String,HTMLDocumentImpl.ElementTypesHTMLHolder>HTMLDocumentImpl. ELEMENT_TYPES_HTML_UPPER -
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.
-