Exemple #1
0
 /**
  * Test whether this is the same type as another type. They are considered to be the same type if
  * they are derived from the same type definition in the original XML representation (which can
  * happen when there are multiple includes of the same file)
  */
 public boolean isSameType(SchemaType other) {
   return other.getFingerprint() == getFingerprint();
 }