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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSubstitutionGroupHandler.java241 if ((element.fBlock & groupB[i].dMethod) == 0)
275 short dMethod, bMethod, dSubMethod, bSubMethod;
282 dMethod = methods.dMethod;
285 newGroup.addElement(new OneSubGroup(sub, methods.dMethod, methods.bMethod));
290 dSubMethod = (short)(dMethod | group1[j].dMethod);
311 short dMethod = 0, bMethod = 0;
314 dMethod |= ((XSComplexTypeDecl)typed).fDerivedBy;
316 dMethod |
338 OneSubGroup(XSElementDecl sub, short dMethod, short bMethod) argument
347 short dMethod; field in class:SubstitutionGroupHandler.OneSubGroup
[all...]

Completed in 29 milliseconds