Home | History | Annotate | Download | only in sax2dtm

Lines Matching refs:getFirstAttributeIdentity

520         _currentNode = getFirstAttributeIdentity(makeNodeIdentity(node));
2514 * The optimized version of DTMDefaultBase.getFirstAttributeIdentity(int).
2521 protected int getFirstAttributeIdentity(int identity) {
3329 for(int current = getFirstAttributeIdentity(nodeID); current != DTM.NULL; current = getNextAttributeIdentity(current)){