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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSComplexTypeDefinition.java93 public XSParticle getParticle(); method in interface:XSComplexTypeDefinition
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDComplexTypeTraverser.java456 ((XSParticleDecl)baseComplexType.getParticle()).emptiable()) {
847 XSParticleDecl baseContent = (XSParticleDecl)baseType.getParticle();
920 ((XSParticleDecl)baseType.getParticle()).fType == XSParticleDecl.PARTICLE_MODELGROUP &&
921 ((XSModelGroupImpl)(((XSParticleDecl)baseType.getParticle())).fValue).fCompositor == XSModelGroupImpl.MODELGROUP_ALL) {
932 group.fParticles[0] = (XSParticleDecl)baseType.getParticle();
H A DXSDHandler.java3060 final XSParticle particle = type.getParticle();
3609 XSParticle p = ((XSComplexTypeDecl)fParent[i]).getParticle();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSComplexTypeDecl.java662 public XSParticle getParticle() { method in class:XSComplexTypeDecl
H A DXSConstraints.java308 if (!((XSParticleDecl)ctype.getParticle()).emptiable())
H A DSchemaGrammar.java1233 public XSParticle getParticle() { method in class:SchemaGrammar.XSAnyType
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DCMBuilder.java81 XSParticleDecl particle = (XSParticleDecl)typeDecl.getParticle();

Completed in 59 milliseconds