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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSComplexTypeDecl.java78 volatile XSCMValidator fCMValidator = null; field in class:XSComplexTypeDecl
169 if (fCMValidator == null)
171 if (fCMValidator == null) {
172 fCMValidator = cmBuilder.getContentModel(this);
175 return fCMValidator;
537 fCMValidator = null;

Completed in 29 milliseconds