Uses of Class
org.htmlunit.cyberneko.xerces.dom.NodeListCache
Packages that use NodeListCache
-
Uses of NodeListCache in org.htmlunit.cyberneko.xerces.dom
Fields in org.htmlunit.cyberneko.xerces.dom declared as NodeListCacheModifier and TypeFieldDescriptionprivate NodeListCache
CoreDocumentImpl.fFreeNLCache_
NodeListCache free listprotected NodeListCache
ParentNode.fNodeListCache
NodeList cache(package private) NodeListCache
NodeListCache.next
Pointer to the next object on the list, only meaningful when actually stored in the free list.Methods in org.htmlunit.cyberneko.xerces.dom that return NodeListCacheModifier and TypeMethodDescription(package private) NodeListCache
CoreDocumentImpl.getNodeListCache
(ParentNode owner) Returns a NodeListCache for the given node.Methods in org.htmlunit.cyberneko.xerces.dom with parameters of type NodeListCacheModifier and TypeMethodDescription(package private) void
CoreDocumentImpl.freeNodeListCache
(NodeListCache c) Puts the given NodeListCache in the free list.