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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSComplexTypeDecl.java229 public boolean derivedFrom(String ancestorNS, String ancestorName, short derivationMethod) { argument
234 if (ancestorNS != null &&
235 ancestorNS.equals(SchemaSymbols.URI_SCHEMAFORSCHEMA) &&
243 ((ancestorNS == null && type.getNamespace() == null) ||
244 (ancestorNS != null && ancestorNS.equals(type.getNamespace())))) && // compare with ancestor
259 * @param ancestorNS
269 public boolean isDOMDerivedFrom(String ancestorNS, String ancestorName, argument
276 if (ancestorNS != null
277 && ancestorNS
354 isDerivedByAny(String ancestorNS, String ancestorName, int derivationMethod, XSTypeDefinition type) argument
400 isDerivedByRestriction(String ancestorNS, String ancestorName, int derivationMethod, XSTypeDefinition type) argument
462 isDerivedByExtension(String ancestorNS, String ancestorName, int derivationMethod, XSTypeDefinition type) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java2581 public boolean derivedFrom(String ancestorNS, String ancestorName, short derivation) { argument
2588 if (URI_SCHEMAFORSCHEMA.equals(ancestorNS) &&
2596 ((ancestorNS == null && type.getNamespace() == null) ||
2597 (ancestorNS != null && ancestorNS.equals(type.getNamespace())))) && // compare with ancestor
2610 * @param ancestorNS
2619 public boolean isDOMDerivedFrom(String ancestorNS, String ancestorName, int derivationMethod) { argument
2626 if (SchemaSymbols.URI_SCHEMAFORSCHEMA.equals(ancestorNS)
2635 if (isDerivedByRestriction(ancestorNS, ancestorName, this)) {
2642 if (isDerivedByList(ancestorNS, ancestorNam
2689 isDerivedByAny(String ancestorNS, String ancestorName, XSTypeDefinition type) argument
2747 isDerivedByRestriction(String ancestorNS, String ancestorName, XSTypeDefinition type) argument
2776 isDerivedByList(String ancestorNS, String ancestorName, XSTypeDefinition type) argument
2808 isDerivedByUnion(String ancestorNS, String ancestorName, XSTypeDefinition type) argument
[all...]

Completed in 56 milliseconds