Searched refs:performIntersectionWith (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSWildcardDecl.java300 public XSWildcardDecl performIntersectionWith(XSWildcardDecl wildcard, method in class:XSWildcardDecl
395 } // performIntersectionWith
H A DXSConstraints.java1495 XSWildcardDecl intersect = wildcard1.performIntersectionWith(wildcard2, wildcard1.fProcessContents);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAbstractTraverser.java680 performIntersectionWith(tempAttrGrp.fAttributeWC, attrGrp.fAttributeWC.fProcessContents);
704 performIntersectionWith(attrGrp.fAttributeWC, tempAttrWC.fProcessContents);

Completed in 37 milliseconds