Home | History | Annotate | Download | only in sax2dtm

Lines Matching refs:intObj

1363     Integer intObj;
1368 intObj = (Integer) m_idAttributes.get(elementId);
1370 if (null != intObj)
1371 return makeNodeHandle(intObj.intValue());
1378 while (null == intObj);