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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DModelGroupImpl.java48 Compositor _compositor, ParticleImpl[] _children ) {
61 private final ParticleImpl[] children;
62 public ParticleImpl getChild( int idx ) { return children[idx]; }
65 public ParticleImpl[] getChildren() { return children; }
73 for (ParticleImpl p : children)
H A DParticleImpl.java43 public class ParticleImpl extends ComponentImpl implements XSParticle, ContentTypeImpl class in inherits:ComponentImpl,XSParticle,ContentTypeImpl
45 public ParticleImpl( SchemaDocumentImpl owner, AnnotationImpl _ann, method in class:ParticleImpl
53 public ParticleImpl( SchemaDocumentImpl owner, AnnotationImpl _ann, method in class:ParticleImpl
61 public ParticleImpl( SchemaDocumentImpl owner, AnnotationImpl _ann, Ref.Term _term, Locator _loc ) { method in class:ParticleImpl
H A DSchemaSetImpl.java361 private final XSContentType contentType = new ParticleImpl( null, null,
362 new ModelGroupImpl(null, null, null, null,XSModelGroup.SEQUENCE, new ParticleImpl[]{
363 new ParticleImpl( null, null,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DmodelGroupBody.java50 private ParticleImpl childParticle;
84 (ParticleImpl[])particles.toArray(new ParticleImpl[0]));
340 childParticle = ((ParticleImpl)$__result__);
347 childParticle = ((ParticleImpl)$__result__);
H A Dparticle.java75 result = new ParticleImpl( $runtime.document, null, wcBody, wloc, occurs.max, occurs.min );
85 result = new ParticleImpl( $runtime.document, null,
93 result = new ParticleImpl( $runtime.document, annotation, new DelayedRef.Element(
105 result = new ParticleImpl( $runtime.document, annotation, new DelayedRef.ModelGroup(
117 result = new ParticleImpl( $runtime.document, null, term, loc, occurs.max, occurs.min );
1010 private ParticleImpl result;
H A DcomplexType_complexContent_body.java242 particle = ((ParticleImpl)$__result__);
H A DcomplexType.java1986 return new ParticleImpl( currentDocument, null, new ModelGroupImpl(
1989 new ParticleImpl[]{
1990 (ParticleImpl)baseContentType,
1991 (ParticleImpl)expContent}), null );

Completed in 42 milliseconds