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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DItemPSVI.java32 public static final short VALIDITY_NOTKNOWN = 0; field in interface:ItemPSVI
71 * of the constants: <code>VALIDITY_NOTKNOWN</code>,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DAttributePSVImpl.java71 protected short fValidity = AttributePSVI.VALIDITY_NOTKNOWN;
218 fValidity = AttributePSVI.VALIDITY_NOTKNOWN;
H A DElementPSVImpl.java86 protected short fValidity = ElementPSVI.VALIDITY_NOTKNOWN;
268 fValidity = ElementPSVI.VALIDITY_NOTKNOWN;
H A DXMLSchemaValidator.java2323 fCurrentPSVI.fValidity = ElementPSVI.VALIDITY_NOTKNOWN;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DPSVIAttrNSImpl.java89 protected short fValidity = AttributePSVI.VALIDITY_NOTKNOWN;
H A DPSVIElementNSImpl.java98 protected short fValidity = ElementPSVI.VALIDITY_NOTKNOWN;

Completed in 45 milliseconds