Searched defs:derivation (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSComplexTypeDecl.java52 // derivation method of the complexType
256 * and derivation method. See:
264 * The derivation method
267 * type by the specifiied derivation method.
347 * A short indication the method of derivation
393 * A short indication the method of derivation *
432 // Every derivation step till the base type should be
455 * A short indication the method of derivation
480 // returns true if atleast one derivation step was extension
507 // At least one derivation ste
603 isFinal(short derivation) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java617 public boolean isFinal(short derivation) { argument
618 return (fFinalSet & derivation) != 0;
2556 public boolean derivedFromType(XSTypeDefinition ancestor, short derivation) { argument
2557 // REVISIT: implement according to derivation
2581 public boolean derivedFrom(String ancestorNS, String ancestorName, short derivation) { argument
2582 // REVISIT: implement according to derivation
2615 * The derivation method
2617 * @return boolean True if the ancestor type is derived from the reference type by the specifiied derivation method.

Completed in 772 milliseconds