Searched refs:isDerivedByRestriction (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSComplexTypeDecl.java286 if (isDerivedByRestriction(ancestorNS, ancestorName,
370 if (isDerivedByRestriction(ancestorNS, ancestorName,
400 private boolean isDerivedByRestriction(String ancestorNS, method in class:XSComplexTypeDecl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java2635 if (isDerivedByRestriction(ancestorNS, ancestorName, this)) {
2706 if (isDerivedByRestriction(ancestorNS, ancestorName, type)) {
2747 private boolean isDerivedByRestriction (String ancestorNS, String ancestorName, XSTypeDefinition type) { method in class:XSSimpleTypeDecl
2787 if (isDerivedByRestriction(ancestorNS, ancestorName, itemType)) {
2820 if (isDerivedByRestriction(ancestorNS, ancestorName,(XSSimpleTypeDefinition)memberTypes.item(i))) {

Completed in 56 milliseconds