Searched refs:attType (Results 1 – 5 of 5) sorted by relevance
357 String attType = nextAT(); in findMostSpecific() local358 if (attType == null) { in findMostSpecific()387 if (attributeType.equalsIgnoreCase(attType)) { in findMostSpecific()401 attType = nextAT(); in findMostSpecific()402 if (attType == null) { in findMostSpecific()
361 String attType = nextAT(); in findMostSpecific() local362 if (attType == null) { in findMostSpecific()391 if (attributeType.equalsIgnoreCase(attType)) { in findMostSpecific()405 attType = nextAT(); in findMostSpecific()406 if (attType == null) { in findMostSpecific()
358 String attType = nextAT(); in findMostSpecific() local359 if (attType == null) { in findMostSpecific()388 if (attributeType.equalsIgnoreCase(attType)) { in findMostSpecific()402 attType = nextAT(); in findMostSpecific()403 if (attType == null) { in findMostSpecific()
1107 protected int getTypedAttribute(int nodeHandle, int attType) { in getTypedAttribute() argument1118 if (_exptype(identity) == attType) return makeNodeHandle(identity); in getTypedAttribute()
2590 protected final int getTypedAttribute(int nodeHandle, int attType) in getTypedAttribute() argument2615 if (expType == attType) return makeNodeHandle(nodeID); in getTypedAttribute()