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
addNode- Parameters:
pNode
-
-
getNode
getNode- Parameters:
pNodeName
-- Returns:
- Node
-
getHitCnt
public int getHitCnt()getHitCnt- Returns:
- int
-
getMissCnt
public int getMissCnt()getMissCnt- Returns:
- int
-