Searched refs:fAttributeWC (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSAttributeGroupDecl.java56 public XSWildcardDecl fAttributeWC = null; field in class:XSAttributeGroupDecl
253 if (baseGroup.fAttributeWC == null) {
258 else if (!baseGroup.fAttributeWC.allowNamespace(attrDecl.fTargetNamespace)) {
293 if (fAttributeWC != null) {
294 if (baseGroup.fAttributeWC == null) {
298 if (! fAttributeWC.isSubsetOf(baseGroup.fAttributeWC)) {
302 if (fAttributeWC.weakerProcessContents(baseGroup.fAttributeWC)) {
304 fAttributeWC
[all...]
H A DSchemaGrammar.java602 annotationAttrs.fAttributeWC = otherAttrs;
606 documentationAttrs.fAttributeWC = otherAttrs;
609 appinfoAttrs.fAttributeWC = otherAttrs;
1223 attrGrp.fAttributeWC = wildcard;
H A DXMLSchemaValidator.java2629 attrWildcard = attrGrp.fAttributeWC;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAbstractTraverser.java673 if (tempAttrGrp.fAttributeWC != null) {
674 if (attrGrp.fAttributeWC == null) {
675 attrGrp.fAttributeWC = tempAttrGrp.fAttributeWC;
679 attrGrp.fAttributeWC = attrGrp.fAttributeWC.
680 performIntersectionWith(tempAttrGrp.fAttributeWC, attrGrp.fAttributeWC.fProcessContents);
681 if (attrGrp.fAttributeWC == null) {
698 if (attrGrp.fAttributeWC
[all...]
H A DXSDComplexTypeTraverser.java1001 if (toAttrGrp.fAttributeWC==null) {
1002 toAttrGrp.fAttributeWC = fromAttrGrp.fAttributeWC;
1004 else if (fromAttrGrp.fAttributeWC != null) {
1005 toAttrGrp.fAttributeWC = toAttrGrp.fAttributeWC.performUnionWith(fromAttrGrp.fAttributeWC, toAttrGrp.fAttributeWC.fProcessContents);
1006 if (toAttrGrp.fAttributeWC == null) {
1195 fAttrGrp.fAttributeWC
[all...]

Completed in 55 milliseconds