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 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 NodeListCache Modifier and Type Method Description (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 NodeListCache Modifier and Type Method Description (package private) void
CoreDocumentImpl. freeNodeListCache(NodeListCache c)
Puts the given NodeListCache in the free list.
-