Class NodePool
java.lang.Object
org.sblim.cimclient.internal.cimxml.sax.NodePool
NodePool is used by XMLDefaultHandlerImpl to store unused Node instances
which can be reused later without instantiating new ones.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NodePool
public NodePool()
-
-
Method Details
-
addNode
-
getNode
-
getHitCnt
public int getHitCnt()getHitCnt- Returns:
- int
-
getMissCnt
public int getMissCnt()getMissCnt- Returns:
- int
-