Uses of Class
org.htmlunit.cyberneko.xerces.dom.NodeListCache
-
Packages that use NodeListCache Package Description org.htmlunit.cyberneko.xerces.dom -
-
Uses of NodeListCache in org.htmlunit.cyberneko.xerces.dom
Fields in org.htmlunit.cyberneko.xerces.dom declared as NodeListCache Modifier and Type Field Description private 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 NodeListCache Modifier and Type Method Description (package private) NodeListCacheCoreDocumentImpl. getNodeListCache(ParentNode owner)Returns a NodeListCache for the given node.Methods in org.htmlunit.cyberneko.xerces.dom with parameters of type NodeListCache Modifier and Type Method Description (package private) voidCoreDocumentImpl. freeNodeListCache(NodeListCache c)Puts the given NodeListCache in the free list.
-