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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOMParser.java95 private int fInnerAnnotationDepth = -1; field in class:SchemaDOMParser
121 fInnerAnnotationDepth = -1;
191 if (fInnerAnnotationDepth == -1 ) {
261 fInnerAnnotationDepth = fDepth;
364 // change fInnerAnnotationDepth to -1
366 if (fInnerAnnotationDepth == fDepth) {
367 fInnerAnnotationDepth = -1;

Completed in 65 milliseconds