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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DPSVIAttrNSImpl.java77 protected short fActualValueType = XSConstants.UNAVAILABLE_DT; field in class:PSVIAttrNSImpl
213 this.fActualValueType = attr.getActualNormalizedValueType();
231 return this.fActualValueType;
H A DPSVIElementNSImpl.java83 protected short fActualValueType = XSConstants.UNAVAILABLE_DT; field in class:PSVIElementNSImpl
256 this.fActualValueType = elem.getActualNormalizedValueType();
274 return this.fActualValueType;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DAttributePSVImpl.java59 protected short fActualValueType = XSConstants.UNAVAILABLE_DT; field in class:AttributePSVImpl
195 return this.fActualValueType;
211 fActualValueType = XSConstants.UNAVAILABLE_DT;
H A DElementPSVImpl.java71 protected short fActualValueType = XSConstants.UNAVAILABLE_DT; field in class:ElementPSVImpl
247 return this.fActualValueType;
273 fActualValueType = XSConstants.UNAVAILABLE_DT;
H A DXMLSchemaValidator.java2306 fCurrentPSVI.fActualValueType = fValidatedInfo.actualValueType;
2887 attrPSVI.fActualValueType = fValidatedInfo.actualValueType;
2978 attrPSVI.fActualValueType = defaultValue.actualValueType;

Completed in 359 milliseconds