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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDComplexTypeTraverser.java112 private XSSimpleType fXSSimpleType = null; field in class:XSDComplexTypeTraverser
350 fAttrGrp, fXSSimpleType, fParticle, new XSObjectListImpl(fAnnotations,
585 fXSSimpleType = fSchemaHandler.fDVFactory.createTypeRestriction(name,schemaDoc.fTargetNamespace,(short)0,baseValidator,null);
588 fXSSimpleType.applyFacets(facetData, presentFacets, fixedFacets, fValidationState);
592 fXSSimpleType = fSchemaHandler.fDVFactory.createTypeRestriction(name,schemaDoc.fTargetNamespace,(short)0,baseValidator,null);
594 if (fXSSimpleType instanceof XSSimpleTypeDecl) {
595 ((XSSimpleTypeDecl)fXSSimpleType).setAnonymous(true);
643 fXSSimpleType = baseValidator;
710 fXSSimpleType = null;
893 fXSSimpleType
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSComplexTypeDecl.java72 XSSimpleType fXSSimpleType = null; field in class:XSComplexTypeDecl
116 fXSSimpleType = simpleType;
535 fXSSimpleType = null;
655 return fXSSimpleType;
H A DXSConstraints.java304 dv = ctype.fXSSimpleType;
H A DXMLSchemaValidator.java2000 if (ctype.fXSSimpleType.getVariety() == XSSimpleType.VARIETY_UNION) {
2004 fWhiteSpace = ctype.fXSSimpleType.getWhitespace();
3187 XSSimpleType dv = ctype.fXSSimpleType;

Completed in 50 milliseconds