Searched defs:insideOptionalParticle (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DDefaultParticleBinder.java336 private boolean insideOptionalParticle; field in class:DefaultParticleBinder.Builder
354 getLabel(p), false, p, RawTypeSetBuilder.build(p,insideOptionalParticle));
360 boolean oldIOP = insideOptionalParticle;
361 insideOptionalParticle |= BigInteger.ZERO.equals(p.getMinOccurs());
364 insideOptionalParticle = oldIOP;
383 boolean oldIOP = insideOptionalParticle;
384 insideOptionalParticle |= mg.getCompositor()==XSModelGroup.CHOICE;
389 insideOptionalParticle = oldIOP;

Completed in 62 milliseconds