| java.lang.Object org.apache.xerces.validators.schema.SubstitutionGroupComparator
SubstitutionGroupComparator | public class SubstitutionGroupComparator (Code) | | |
isAllowedByWildcard | public boolean isAllowedByWildcard(QName element, int wuri, boolean wother) throws Exception(Code) | | check whether one element or any element in its substitution group
is allowed by a given wildcard uri
Parameters: element - the QName of a given element Parameters: wuri - the uri of the wildcard Parameters: wother - whether the uri is from ##other, so wuri is excluded whether the element is allowed by the wildcard |
|
|