Searched refs:checkExtraRules (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DEntityDV.java50 public void checkExtraRules(Object value, ValidationContext context) throws InvalidDatatypeValueException { method in class:EntityDV
H A DIDREFDV.java49 public void checkExtraRules(Object value, ValidationContext context) throws InvalidDatatypeValueException { method in class:IDREFDV
H A DIDDV.java49 public void checkExtraRules(Object value, ValidationContext context) throws InvalidDatatypeValueException { method in class:IDDV
H A DTypeValidator.java53 public void checkExtraRules(Object value, ValidationContext context) throws InvalidDatatypeValueException { method in class:TypeValidator
H A DXSSimpleTypeDecl.java1633 checkExtraRules(context, validatedInfo);
1778 private void checkExtraRules(ValidationContext context, ValidatedInfo validatedInfo) throws InvalidDatatypeValueException { method in class:XSSimpleTypeDecl
1784 fDVs[fValidationDV].checkExtraRules(ob, context);
1797 fItemType.checkExtraRules(context, validatedInfo);
1802 fItemType.checkExtraRules(context, validatedInfo);
1813 ((XSSimpleTypeDecl)validatedInfo.memberType).checkExtraRules(context, validatedInfo);
1817 }// checkExtraRules()
1891 // we can't call fItemType.validate(), otherwise checkExtraRules()
1921 // we can't call fMemberType[i].validate(), otherwise checkExtraRules()

Completed in 61 milliseconds