org.enhydra.apache.xerces.validators.common
Class ElementWildcard

java.lang.Object
  |
  +--org.enhydra.apache.xerces.validators.common.ElementWildcard

public class ElementWildcard
extends Object

ElementWildcard is used to check whether two element declarations conflict


Method Summary
static boolean conflict(int type1, int local1, int uri1, int type2, int local2, int uri2, SubstitutionGroupComparator comparator)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

conflict

public static boolean conflict(int type1,
                               int local1,
                               int uri1,
                               int type2,
                               int local2,
                               int uri2,
                               SubstitutionGroupComparator comparator)
                        throws Exception


Copyright © 1999 The Apache Software Foundation. All Rights reserved.