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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSComplexTypeDecl.java331 return isDerivedByAny(ancestorNS, ancestorName, derivationMethod, this);
354 private boolean isDerivedByAny(String ancestorNS, String ancestorName, method in class:XSComplexTypeDecl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java2669 return isDerivedByAny(ancestorNS, ancestorName, this);
2689 private boolean isDerivedByAny(String ancestorNS, String ancestorName, method in class:XSSimpleTypeDecl
2720 return isDerivedByAny(ancestorNS, ancestorName,

Completed in 39 milliseconds