Searched refs:VALIDITY_VALID (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DItemPSVI.java44 public static final short VALIDITY_VALID = 2; field in interface:ItemPSVI
72 * <code>VALIDITY_INVALID</code> or <code>VALIDITY_VALID</code>.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHandlerImpl.java909 if( psvi.getValidity()== ElementPSVI.VALIDITY_VALID ) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java2320 (errors == null) ? ElementPSVI.VALIDITY_VALID : ElementPSVI.VALIDITY_INVALID;
2900 (errors == null) ? AttributePSVI.VALIDITY_VALID : AttributePSVI.VALIDITY_INVALID;
2981 attrPSVI.fValidity = AttributePSVI.VALIDITY_VALID;

Completed in 1213 milliseconds