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 NodeListCacheCoreDocumentImpl.fFreeNLCache_NodeListCache free listprotected NodeListCacheParentNode.fNodeListCacheNodeList cache(package private) NodeListCacheNodeListCache.nextPointer 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) NodeListCacheCoreDocumentImpl.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) voidCoreDocumentImpl.freeNodeListCache(NodeListCache c) Puts the given NodeListCache in the free list.