Searched refs:VALIDATION_NONE (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DItemPSVI.java49 public static final short VALIDATION_NONE = 0; field in interface:ItemPSVI
79 * constants: <code>VALIDATION_NONE</code>,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DAttributePSVImpl.java68 protected short fValidationAttempted = AttributePSVI.VALIDATION_NONE;
217 fValidationAttempted = AttributePSVI.VALIDATION_NONE;
H A DElementPSVImpl.java83 protected short fValidationAttempted = ElementPSVI.VALIDATION_NONE;
267 fValidationAttempted = ElementPSVI.VALIDATION_NONE;
H A DXMLSchemaValidator.java2292 fCurrentPSVI.fValidationAttempted = ElementPSVI.VALIDATION_NONE;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DPSVIAttrNSImpl.java86 protected short fValidationAttempted = AttributePSVI.VALIDATION_NONE;
H A DPSVIElementNSImpl.java95 protected short fValidationAttempted = ElementPSVI.VALIDATION_NONE;

Completed in 238 milliseconds