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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DAttributePSVImpl.java74 protected String[] fErrorCodes = null; field in class:AttributePSVImpl
142 if (fErrorCodes == null)
144 return new StringListImpl(fErrorCodes, fErrorCodes.length);
219 fErrorCodes = null;
H A DElementPSVImpl.java89 protected String[] fErrorCodes = null; field in class:ElementPSVImpl
162 if (fErrorCodes == null)
164 return new StringListImpl(fErrorCodes, fErrorCodes.length);
269 fErrorCodes = null;
H A DXMLSchemaValidator.java2317 fCurrentPSVI.fErrorCodes = errors;
2897 attrPSVI.fErrorCodes = errors;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DPSVIAttrNSImpl.java92 protected StringList fErrorCodes = null; field in class:PSVIAttrNSImpl
160 return fErrorCodes;
210 this.fErrorCodes = attr.getErrorCodes();
H A DPSVIElementNSImpl.java101 protected StringList fErrorCodes = null; field in class:PSVIElementNSImpl
171 return fErrorCodes;
253 this.fErrorCodes = elem.getErrorCodes();

Completed in 45 milliseconds