public class MapType extends AnyFunctionType
| Modifier and Type | Field and Description |
|---|---|
static MapType |
ANY_MAP_TYPE |
static SequenceType |
OPTIONAL_MAP_ITEM
A type that allows a sequence of zero or one map items
|
ANY_FUNCTION| Constructor and Description |
|---|
MapType(AtomicType keyType,
SequenceType valueType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Test whether this function type equals another function type
|
String |
generateJavaScriptItemTypeTest(ItemType knownToBe)
Generate Javascript code to test whether an item conforms to this item type
|
SequenceType[] |
getArgumentTypes()
Get the argument types of this map, viewed as a function
|
int |
getArity()
Get the arity (number of arguments) of this function type
|
AtomicType |
getKeyType()
Get the type of the keys
|
SequenceType |
getResultType()
Get the result type of this map, viewed as a function
|
SequenceType |
getValueType()
Get the type of the indexed values
|
int |
hashCode()
Returns a hash code value for the object.
|
boolean |
isArrayType()
Ask whether this function item type is an array type.
|
boolean |
isMapType()
Ask whether this function item type is a map type.
|
Expression |
makeFunctionSequenceCoercer(Expression exp,
RoleDiagnostic role)
Create an expression whose effect is to apply function coercion to coerce a function from this type to another type
|
boolean |
matches(Item item,
TypeHierarchy th)
Test whether a given item conforms to this type
|
int |
relationship(FunctionItemType other,
TypeHierarchy th)
Determine the relationship of one function item type to another
|
String |
toString()
Produce a representation of this type name for use in error messages.
|
void |
visitNamedSchemaComponents(SchemaComponentVisitor visitor)
Visit all the schema components used in this ItemType definition
|
generateJavaScriptItemTypeAcceptor, getAtomizedItemType, getInstance, getPrimitiveItemType, getPrimitiveType, getUType, isAtomicType, isAtomizable, isPlainTypepublic static final MapType ANY_MAP_TYPE
public static final SequenceType OPTIONAL_MAP_ITEM
public MapType(AtomicType keyType, SequenceType valueType)
public AtomicType getKeyType()
public SequenceType getValueType()
public boolean isMapType()
isMapType in interface FunctionItemTypeisMapType in class AnyFunctionTypepublic boolean isArrayType()
isArrayType in interface FunctionItemTypeisArrayType in class AnyFunctionTypepublic boolean matches(Item item, TypeHierarchy th)
matches in interface ItemTypematches in class AnyFunctionTypeitem - The item to be testedth - public int getArity()
public SequenceType[] getArgumentTypes()
getArgumentTypes in interface FunctionItemTypegetArgumentTypes in class AnyFunctionTypepublic SequenceType getResultType()
getResultType in interface FunctionItemTypegetResultType in class AnyFunctionTypepublic String toString()
toString in class AnyFunctionTypepublic boolean equals(Object other)
public int hashCode()
public int relationship(FunctionItemType other, TypeHierarchy th)
relationship in interface FunctionItemTyperelationship in class AnyFunctionTypeTypeHierarchy.SUBSUMES, TypeHierarchy.SAME_TYPEpublic Expression makeFunctionSequenceCoercer(Expression exp, RoleDiagnostic role) throws XPathException
AnyFunctionTypemakeFunctionSequenceCoercer in interface FunctionItemTypemakeFunctionSequenceCoercer in class AnyFunctionTypeexp - the expression that delivers the supplied sequence of function items (the ones in need of coercion)role - information for use in diagnosticsXPathExceptionpublic void visitNamedSchemaComponents(SchemaComponentVisitor visitor) throws XPathException
visitNamedSchemaComponents in interface ItemTypevisitNamedSchemaComponents in class AnyFunctionTypevisitor - the visitor class to be called when each component is visitedXPathException - if an error occurspublic String generateJavaScriptItemTypeTest(ItemType knownToBe) throws XPathException
generateJavaScriptItemTypeTest in interface ItemTypegenerateJavaScriptItemTypeTest in class AnyFunctionTypeknownToBe - a type that this item is known to conform toXPathException - if JS code cannot be generated for this item type, for example because
the test is schema-aware.Copyright (c) 2004-2017 Saxonica Limited. All rights reserved.