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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSTypeDefinition.java77 * <code>ancestorType</code>.
78 * @param ancestorType An ancestor type definition.
82 * @return True if this type is derived from <code>ancestorType</code>
86 public boolean derivedFromType(XSTypeDefinition ancestorType, argument
97 * @return True if this type is derived from <code>ancestorType</code>
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDelegate.java140 public boolean derivedFromType(XSTypeDefinition ancestorType, short derivationMethod) { argument
141 return type.derivedFromType(ancestorType, derivationMethod);

Completed in 49 milliseconds