public class TypeHierarchyPE extends TypeHierarchy
config, DISJOINT, OVERLAPS, SAME_TYPE, SUBSUMED_BY, SUBSUMES| Constructor and Description |
|---|
TypeHierarchyPE(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
protected SequenceIterator<?> |
applyFunctionCoercion(SequenceIterator<?> iterator,
ItemType suppliedItemType,
ItemType requiredItemType,
Location locator)
Apply function coercion when a function item is supplied as a parameter in a function call
|
applyFunctionConversionRules, computeContentRelationship, getConfiguration, getGenericFunctionItemType, inverseRelationship, isSubType, relationship, schemaTypeRelationship, sequenceTypeRelationshippublic TypeHierarchyPE(Configuration config)
protected SequenceIterator<?> applyFunctionCoercion(SequenceIterator<?> iterator, ItemType suppliedItemType, ItemType requiredItemType, Location locator)
applyFunctionCoercion in class TypeHierarchyiterator - An iterator over the supplied value of the parametersuppliedItemType - the item type of the supplied valuerequiredItemType - the required item type (typically a function item type)locator - information for diagnosticsCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.