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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAbstractTraverser.java602 Element traverseAttrsAndAttrGrps(Element firstAttr, XSAttributeGroupDecl attrGrp, argument
621 attrGrp.addAttributeUse(tempAttrUse);
624 otherUse = attrGrp.getAttributeUseNoProhibited(
628 String idName = attrGrp.addAttributeUse(tempAttrUse);
631 String name = (enclosingCT == null) ? attrGrp.fName : enclosingCT.getName();
637 String name = (enclosingCT == null) ? attrGrp.fName : enclosingCT.getName();
652 attrGrp.addAttributeUse(oneAttrUse);
655 otherUse = attrGrp.getAttributeUseNoProhibited(
659 String idName = attrGrp.addAttributeUse(oneAttrUse);
662 String name = (enclosingCT == null) ? attrGrp
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSComplexTypeDecl.java104 boolean isAbstract, XSAttributeGroupDecl attrGrp,
115 fAttrGrp = attrGrp;
101 setValues(String name, String targetNamespace, XSTypeDefinition baseType, short derivedBy, short schemaFinal, short block, short contentType, boolean isAbstract, XSAttributeGroupDecl attrGrp, XSSimpleType simpleType, XSParticleDecl particle, XSObjectListImpl annotations) argument
H A DSchemaGrammar.java1190 boolean isAbstract, XSAttributeGroupDecl attrGrp,
1222 XSAttributeGroupDecl attrGrp = new XSAttributeGroupDecl();
1223 attrGrp.fAttributeWC = wildcard;
1224 return attrGrp;
1187 setValues(String name, String targetNamespace, XSTypeDefinition baseType, short derivedBy, short schemaFinal, short block, short contentType, boolean isAbstract, XSAttributeGroupDecl attrGrp, XSSimpleType simpleType, XSParticleDecl particle) argument
H A DXMLSchemaValidator.java2046 XSAttributeGroupDecl attrGrp = null;
2049 attrGrp = ctype.getAttrGrp();
2059 processAttributes(element, attributes, attrGrp);
2062 if (attrGrp != null) {
2063 addDefaultAttributes(element, attributes, attrGrp);
2605 void processAttributes(QName element, XMLAttributes attributes, XSAttributeGroupDecl attrGrp) { argument
2627 attrUses = attrGrp.getAttributeUses();
2629 attrWildcard = attrGrp.fAttributeWC;
2776 if (!isSimple && attrGrp.fIDAttrName != null && wildcardIDName != null) {
2779 new Object[] { element.rawname, wildcardIDName, attrGrp
2904 addDefaultAttributes( QName element, XMLAttributes attributes, XSAttributeGroupDecl attrGrp) argument
[all...]

Completed in 73 milliseconds