Esempio n. 1
0
 public boolean isIdAttribute(int index) {
   checkState(false);
   XSSimpleType type = (XSSimpleType) getAttributeType(index);
   if (type == null) return false;
   return type.isIDType();
 }