Searched refs:LCount (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DLCount.java23 /** Internal class LCount is used to track the number of
45 class LCount class
50 static LCount lookup(String evtName)
52 LCount lc=(LCount)lCounts.get(evtName);
54 lCounts.put(evtName,(lc=new LCount()));
57 } // class LCount
H A DDocumentImpl.java538 LCount lc = LCount.lookup(type);
585 LCount lc = LCount.lookup(type);
673 LCount lc = LCount.lookup(evt.getType());
924 LCount lc = LCount.lookup(MutationEventImpl.DOM_ATTR_MODIFIED);
943 LCount lc = LCount
[all...]

Completed in 56 milliseconds