public class TypeHierarchyEE
extends TypeHierarchyPE
| Constructor and Description | 
|---|
| TypeHierarchyEE(Configuration config) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected int | computeContentRelationship(ItemType t1,
                          ItemType t2,
                          IntSet n1,
                          IntSet n2)Compute the relationship between the allowed content-types of two types | 
| static int | schemaTypeRelationship(SchemaType s1,
                      SchemaType s2)Get the relationship of two schema types to each other | 
public TypeHierarchyEE(Configuration config)
protected int computeContentRelationship(ItemType t1, ItemType t2, IntSet n1, IntSet n2)
t1 - the first typet2 - the second typesn1 - the set of element names allowed by the first typen2 - the set of element names allowed by the second typepublic static int schemaTypeRelationship(SchemaType s1, SchemaType s2)
s1 - the first types2 - the second typeTypeHierarchy.SAME_TYPE, TypeHierarchy.SUBSUMES,
 TypeHierarchy.SUBSUMED_BY, TypeHierarchy.DISJOINTCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.