Instances of this interface are intended to represent the 'all' construct in an XML Schema.
17491750175117521753175417551756175717581759176017611762
Sequence s0 = (Sequence) arg0; Sequence s1 = (Sequence) arg1; eg0 = s0.getChildren(); eg1 = s1.getChildren(); case ElementGrouping.ALL: All a0 = (All) arg0; All a1 = (All) arg1; eg0 = a0.getElements(); eg1 = a1.getElements(); } if (eg0.length < eg1.length) return -1; if (eg0.length > eg1.length)