com.thaiopensource.relaxng.impl
Class DuplicateAttributeDetector.Alternative

java.lang.Object
  extended by com.thaiopensource.relaxng.impl.DuplicateAttributeDetector.Alternative
Enclosing class:
DuplicateAttributeDetector

private static class DuplicateAttributeDetector.Alternative
extends Object


Field Summary
private  int endIndex
           
private  DuplicateAttributeDetector.Alternative parent
           
private  int startIndex
           
 
Constructor Summary
private DuplicateAttributeDetector.Alternative(int startIndex, DuplicateAttributeDetector.Alternative parent)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startIndex

private final int startIndex

endIndex

private int endIndex

parent

private final DuplicateAttributeDetector.Alternative parent
Constructor Detail

DuplicateAttributeDetector.Alternative

private DuplicateAttributeDetector.Alternative(int startIndex,
                                               DuplicateAttributeDetector.Alternative parent)