Class NodePool
- java.lang.Object
-
- org.sblim.cimclient.internal.cimxml.sax.NodePool
-
public class NodePool extends java.lang.Object
NodePool is used by XMLDefaultHandlerImpl to store unused Node instances which can be reused later without instantiating new ones.
-
-
Constructor Summary
Constructors Constructor Description NodePool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addNode(Node pNode)
addNodeint
getHitCnt()
getHitCntint
getMissCnt()
getMissCntNode
getNode(java.lang.String pNodeName)
getNode
-
-
-
Method Detail
-
addNode
public void addNode(Node pNode)
addNode- Parameters:
pNode
-
-
getNode
public Node getNode(java.lang.String pNodeName)
getNode- Parameters:
pNodeName
-- Returns:
- Node
-
getHitCnt
public int getHitCnt()
getHitCnt- Returns:
- int
-
getMissCnt
public int getMissCnt()
getMissCnt- Returns:
- int
-
-