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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DGElement.java43 final Set<XSParticle> particles = new HashSet<XSParticle>(); field in class:GElement
H A DDefaultParticleBinder.java104 * Marks particles that need to be mapped to properties,
216 * Marked particles.
224 * Checks name collisions among particles that belong to sequences.
237 // this can be used for particles with a property customization,
239 // // we only check particles with element declarations.
249 for( XSParticle jp : particles ) {
255 particles.add(p);
259 /** List of particles reported through the check method. */
260 private final List<XSParticle> particles = new ArrayList<XSParticle>(); field in class:DefaultParticleBinder.Checker.NameCollisionChecker
268 * Checks the conflict of two particles
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DmodelGroupBody.java84 (ParticleImpl[])particles.toArray(new ParticleImpl[0]));
90 particles.add(childParticle);
368 private final List particles = new ArrayList(); field in class:modelGroupBody

Completed in 40 milliseconds