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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOMParser.java92 private int fAnnotationDepth = -1; field in class:SchemaDOMParser
120 fAnnotationDepth = -1;
150 if(fAnnotationDepth > -1) {
175 if (fAnnotationDepth > -1) {
238 if (fAnnotationDepth == -1) {
247 fAnnotationDepth = fDepth;
260 else if (fDepth == fAnnotationDepth + 1) {
290 if (fGenerateSyntheticAnnotation && fAnnotationDepth == -1 &&
323 if (fAnnotationDepth == -1) {
339 if (fAnnotationDepth
[all...]

Completed in 42 milliseconds