Package net.sf.saxon.type
Class ErrorType
java.lang.Object
net.sf.saxon.type.gnode.GNodeType
net.sf.saxon.type.ErrorType
- All Implemented Interfaces:
NodePredicate,NodeTest,AtomicMetadata,AtomicType,CastingTarget,ChoiceType,HyperType,ItemType,ItemTypeWithSequenceTypeCache,PlainType,SchemaComponent,SchemaType,SimpleType,UnionType
This class has a singleton instance which represents the XML Schema 1.1 built-in type xs:error.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanallowsDerivation(int derivation) Determines whether derivation (of a particular kind) from this type is allowed, based on the "final" propertyvoidanalyzeContentExpression(Expression expression, int kind, Schema schema) Analyze an expression to see whether the expression is capable of delivering a value of this type.asXNodeTest(Configuration config) Get an XNodeTest that will match any XNode that this NodeTest matches: that is, eliminate the possibility of matching a JNode.Get the typed value of a node that is annotated with this schema type.checkAgainstFacets(AtomicValue value, ConversionRules rules) Validate an atomic value, which is known to be an instance of one of the member types of the union, against any facets (pattern facets or enumeration facets) defined at the level of the union itself.voidcheckTypeDerivationIsOK(SchemaType type, int block) Check that this type is validly derived from a given typebooleanAsk whether the union contains a list type among its member typesexplainMismatch(Item item, TypeHierarchy th) Get extra diagnostic information about why a supplied item does not conform to this item type, if available.Get the alternative types available within this choice typesGet the item type of the atomic values that will be produced when an item of this type is atomizedGet the base typeGet an alphabetic code representing the type, or at any rate, the nearest built-in type from which this type is derived.intgetBlock()Returns the value of the 'block' attribute for this type, as a bit-signnificant integer with fields such asDerivation.DERIVATION_LISTandDerivation.DERIVATION_EXTENSIONGet the built-in ancestor of this type in the type hierarchygetCoercionPlan(int version) Get the coercion plan for use when this type is the required type for (say) coercion of arguments in a function calldoubleGet the default priority when this ItemType is used as an XSLT pattern.intGets the integer code of the derivation method used to derive this type from its parent.Get a description of this type for use in diagnosticsGet the display name of the type: that is, a lexical QName with an arbitrary prefixGet the name of this type as an EQName, that is, a string in the format Q{uri}local.intGet the types of derivation that are not permitted, by virtue of the "final" property.intGet the fingerprint of the name of this typegetGenre()Determine the Genre (top-level classification) of this typestatic ErrorTypeGet the singular instance of this classReturns the base type that this type inherits from.getName()Get the local name of this typeGet the list of plain types that are subsumed by this typeGet the primitive item type corresponding to this item type.intGet the primitive type corresponding to this item type.intGet the redefinition level.Get the result type of a cast operation to this union type, as a sequence type.Get a StringConverter, an object which converts strings in the lexical space of this data type to instances (in the value space) of the data type.Get the name of this type as a StructuredQName, unless the type is anonymous, in which case return nullGet the URI of the schema document containing the definition of this typeGet the target namespace of this typegetType()getTypedValue(UnicodeString value, NamespaceResolver resolver, ConversionRules rules) Get the typed value corresponding to a given string value, assuming it is valid against this typeGet the name of the type as a StructuredQNamegetUType()Get the correspondingUType.Get the validation status - always validintDetermine how values of this simple type are whitespace-normalized.booleanDetermine whether the type is abstract, that is, whether it cannot have instances that are not also instances of some concrete subtypebooleanTest whether this is an anonymous typebooleanAsk whether values of this type are atomizablebooleanDetermine whether this is a built-in type or a user-defined typebooleanTest whether this SchemaType is a complex typebooleanAsk whether this type is an IDREF or IDREFS type.booleanisIdType()Ask whether this type is an ID type.booleanDetermine whether this is a list typebooleanTest whether this type represents namespace-sensitive contentbooleanDetermine whether the content type (if present) is nillablebooleanisOrdered(boolean optimistic) Determine whether the atomic type is ordered, that is, whether less-than and greater-than comparisons are permittedbooleanDetermine whether the atomic type is a primitive type.booleanisSameType(SchemaType other) Test whether this is the same type as another type.booleanTest whether this SchemaType is a simple typebooleanDetermin whether this is a union typebooleanTest whether a given item conforms to this typepostprocess(UnicodeString input) Reverse any pre-lexical facets, other than whitespace.preprocess(UnicodeString input) Apply any pre-lexical facets, other than whitespace.Return a string representation of this ItemType suitable for use in stylesheet export files.toString()validate(AtomicValue primValue, UnicodeString lexicalValue, ConversionRules rules) Validate that a primitive atomic value is a valid instance of a type derived from the same primitive type.validateContent(UnicodeString value, NamespaceResolver nsResolver, ConversionRules rules) Check whether a given input string is valid according to this SimpleTypeMethods inherited from class net.sf.saxon.type.gnode.GNodeType
getContentType, getItemType, getQNameTest, isAtomicType, isPlainType, one, oneOrMore, test, toShortString, zeroOrMore, zeroOrOneMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.sf.saxon.type.AtomicType
getLabel, getPrimitiveAtomicTypeMethods inherited from interface net.sf.saxon.type.ItemType
asChoiceItemType, getNormalizedDefaultPriority, isAtomicType, isPlainType, normalizeItemTypeMethods inherited from interface net.sf.saxon.type.SimpleType
isAtomicType, isZeroLength
-
Method Details
-
getGenre
Description copied from class:GNodeTypeDetermine the Genre (top-level classification) of this type -
asXNodeTest
Description copied from interface:NodeTestGet an XNodeTest that will match any XNode that this NodeTest matches: that is, eliminate the possibility of matching a JNode.- Specified by:
asXNodeTestin interfaceNodeTest
-
getUType
Get the correspondingUType. A UType is a union of primitive item types. -
matches
Test whether a given item conforms to this type -
getName
Get the local name of this type- Specified by:
getNamein interfaceSchemaType- Returns:
- the local name of this type definition, if it has one. Return null in the case of an anonymous type.
-
getTargetNamespace
Get the target namespace of this type- Specified by:
getTargetNamespacein interfaceSchemaType- Returns:
- the target namespace of this type definition, if it has one. Return null in the case of an anonymous type, and in the case of a global type defined in a no-namespace schema.
-
getEQName
Get the name of this type as an EQName, that is, a string in the format Q{uri}local.- Specified by:
getEQNamein interfaceSchemaType- Returns:
- an EQName identifying the type. In the case of an anonymous type, an internally-generated name is returned
-
containsListType
public boolean containsListType()Description copied from interface:UnionTypeAsk whether the union contains a list type among its member types- Specified by:
containsListTypein interfaceUnionType- Returns:
- true of one of the member types is a list type
-
getPlainMemberTypes
Description copied from interface:PlainTypeGet the list of plain types that are subsumed by this type- Specified by:
getPlainMemberTypesin interfacePlainType- Specified by:
getPlainMemberTypesin interfaceUnionType- Returns:
- for an atomic type, the type itself; for a plain union type, the list of plain types in its transitive membership
-
getAlternatives
Description copied from interface:ChoiceTypeGet the alternative types available within this choice types- Specified by:
getAlternativesin interfaceChoiceType- Specified by:
getAlternativesin interfaceUnionType- Returns:
- the alternative item types
-
isBuiltInType
public boolean isBuiltInType()Determine whether this is a built-in type or a user-defined type- Specified by:
isBuiltInTypein interfaceAtomicType- Specified by:
isBuiltInTypein interfaceSimpleType- Returns:
- true if this is a built-in type
-
getRedefinitionLevel
public int getRedefinitionLevel()Get the redefinition level. This is zero for a component that has not been redefined; for a redefinition of a level-0 component, it is 1; for a redefinition of a level-N component, it is N+1. This concept is used to support the notion of "pervasive" redefinition: if a component is redefined at several levels, the top level wins, but it is an error to have two versions of the component at the same redefinition level.- Specified by:
getRedefinitionLevelin interfaceSchemaComponent- Returns:
- the redefinition level
-
getSystemId
Get the URI of the schema document containing the definition of this type- Specified by:
getSystemIdin interfaceSchemaType- Returns:
- null for a built-in type
-
getInstance
Get the singular instance of this class- Returns:
- the singular object representing xs:anyType
-
getValidationStatus
Get the validation status - always valid- Specified by:
getValidationStatusin interfaceSchemaComponent- Returns:
- one of the values
SchemaValidationStatus.UNVALIDATED,SchemaValidationStatus.VALIDATING,SchemaValidationStatus.VALIDATED,SchemaValidationStatus.INVALID,SchemaValidationStatus.INCOMPLETE
-
getBaseType
Get the base type- Specified by:
getBaseTypein interfaceSchemaType- Returns:
- AnyType
-
getKnownBaseType
Returns the base type that this type inherits from. This method can be used to get the base type of a type that is known to be valid.- Returns:
- the base type.
-
isComplexType
public boolean isComplexType()Test whether this SchemaType is a complex type- Specified by:
isComplexTypein interfaceSchemaType- Returns:
- true if this SchemaType is a complex type
-
isSimpleType
public boolean isSimpleType()Test whether this SchemaType is a simple type- Specified by:
isSimpleTypein interfaceSchemaType- Returns:
- true if this SchemaType is a simple type
-
getFingerprint
public int getFingerprint()Get the fingerprint of the name of this type- Specified by:
getFingerprintin interfaceSchemaType- Returns:
- the fingerprint.
-
getTypeName
Get the name of the type as a StructuredQName- Specified by:
getTypeNamein interfaceAtomicType- Specified by:
getTypeNamein interfacePlainType- Specified by:
getTypeNamein interfaceUnionType- Returns:
- a StructuredQName identifying the type. In the case of an anonymous type, an internally-generated name is returned
-
getDescription
Get a description of this type for use in diagnostics- Specified by:
getDescriptionin interfaceSchemaType- Specified by:
getDescriptionin interfaceUnionType- Returns:
- the string "xs:anyType"
-
getDisplayName
Get the display name of the type: that is, a lexical QName with an arbitrary prefix- Specified by:
getDisplayNamein interfaceSchemaType- Returns:
- a lexical QName identifying the type
-
isSameType
Test whether this is the same type as another type. They are considered to be the same type if they are derived from the same type definition in the original XML representation (which can happen when there are multiple includes of the same file)- Specified by:
isSameTypein interfaceSchemaType- Parameters:
other- the other type- Returns:
- true if this is the same type as other
-
atomize
Get the typed value of a node that is annotated with this schema type.- Specified by:
atomizein interfaceSchemaType- Parameters:
node- the node whose typed value is required- Returns:
- the typed value.
- Since:
- 8.5
-
checkTypeDerivationIsOK
Check that this type is validly derived from a given type- Specified by:
checkTypeDerivationIsOKin interfaceSchemaType- Parameters:
type- the type from which this type is derivedblock- the derivations that are blocked by the relevant element declaration- Throws:
SchemaException- if the derivation is not allowed
-
getCoercionPlan
Get the coercion plan for use when this type is the required type for (say) coercion of arguments in a function call- Specified by:
getCoercionPlanin interfaceItemType- Overrides:
getCoercionPlanin classGNodeType- Parameters:
version- the XPath language version (40 or 31)
-
getBasicAlphaCode
Get an alphabetic code representing the type, or at any rate, the nearest built-in type from which this type is derived. The codes are designed so that for any two built-in types A and B, alphaCode(A) is a prefix of alphaCode(B) if and only if A is a supertype of B.- Specified by:
getBasicAlphaCodein interfaceItemType- Returns:
- the alphacode for the nearest containing built-in type. For example: for xs:string return "AS", for xs:boolean "AB", for node() "N", for element() "NE", for map(*) "FM", for array(*) "FA".
-
isIdType
public boolean isIdType()Ask whether this type is an ID type. This is defined to be any simple type who typed value may contain atomic values of type xs:ID: that is, it includes types derived from ID by restriction, list, or union. Note that for a node to be treated as an ID, its typed value must be a *single* atomic value of type ID; the type of the node, however, can still allow a list.- Specified by:
isIdTypein interfaceAtomicType- Specified by:
isIdTypein interfaceSchemaType- Returns:
- true if this type is an ID type
-
isIdRefType
public boolean isIdRefType()Ask whether this type is an IDREF or IDREFS type. This is defined to be any simple type who typed value may contain atomic values of type xs:IDREF: that is, it includes types derived from IDREF or IDREFS by restriction, list, or union- Specified by:
isIdRefTypein interfaceAtomicType- Specified by:
isIdRefTypein interfaceSchemaType- Returns:
- true if this type is an IDREF type
-
isAnonymousType
public boolean isAnonymousType()Description copied from interface:SchemaTypeTest whether this is an anonymous type- Specified by:
isAnonymousTypein interfaceSchemaType- Returns:
- true if this SchemaType is an anonymous type
-
isListType
public boolean isListType()Determine whether this is a list type- Specified by:
isListTypein interfaceSimpleType- Returns:
- false (it isn't a list type)
-
isUnionType
public boolean isUnionType()Determin whether this is a union type- Specified by:
isUnionTypein interfaceSimpleType- Returns:
- true (this is a union type with no members)
-
getBuiltInBaseType
Get the built-in ancestor of this type in the type hierarchy- Specified by:
getBuiltInBaseTypein interfaceSimpleType- Returns:
- xs:anySimpleType
-
getTypedValue
public AtomicSequence getTypedValue(UnicodeString value, NamespaceResolver resolver, ConversionRules rules) throws ValidationException Get the typed value corresponding to a given string value, assuming it is valid against this type- Specified by:
getTypedValuein interfaceSimpleType- Specified by:
getTypedValuein interfaceUnionType- Parameters:
value- the string valueresolver- a namespace resolver used to resolve any namespace prefixes appearing in the content of values. Can supply null, in which case any namespace-sensitive content will be rejected.rules- the conversion rules- Returns:
- an iterator over the atomic sequence comprising the typed value. The objects
returned by this SequenceIterator will all be of type
AtomicValue - Throws:
ValidationException- if the supplied value is not in the lexical space of the data type (which is always true for this type)
-
getStringConverter
Get a StringConverter, an object which converts strings in the lexical space of this data type to instances (in the value space) of the data type.- Specified by:
getStringConverterin interfaceAtomicType- Parameters:
rules- the conversion rules to be used- Returns:
- a StringConverter to do the conversion, or null if no built-in converter is available.
-
validateContent
public ValidationFailure validateContent(UnicodeString value, NamespaceResolver nsResolver, ConversionRules rules) Check whether a given input string is valid according to this SimpleType- Specified by:
validateContentin interfaceSimpleType- Parameters:
value- the input string to be checkednsResolver- a namespace resolver used to resolve namespace prefixes if the type is namespace sensitive. The value supplied may be null; in this case any namespace-sensitive content will throw an UnsupportedOperationException.rules- the conversion rules- Returns:
- null if validation succeeds (which it never does for this implementation)
- Throws:
UnsupportedOperationException- if the type is namespace-sensitive and no namespace resolver is supplied
-
isNamespaceSensitive
public boolean isNamespaceSensitive()Test whether this type represents namespace-sensitive content- Specified by:
isNamespaceSensitivein interfaceHyperType- Returns:
- false
-
getBlock
public int getBlock()Returns the value of the 'block' attribute for this type, as a bit-signnificant integer with fields such asDerivation.DERIVATION_LISTandDerivation.DERIVATION_EXTENSION- Specified by:
getBlockin interfaceSchemaType- Returns:
- the value of the 'block' attribute for this type
-
getDerivationMethod
public int getDerivationMethod()Gets the integer code of the derivation method used to derive this type from its parent. Returns zero for primitive types.- Specified by:
getDerivationMethodin interfaceSchemaType- Returns:
- a numeric code representing the derivation method, for example
Derivation.DERIVATION_RESTRICTION
-
allowsDerivation
public boolean allowsDerivation(int derivation) Determines whether derivation (of a particular kind) from this type is allowed, based on the "final" property- Specified by:
allowsDerivationin interfaceSchemaType- Parameters:
derivation- the kind of derivation, for exampleDerivation.DERIVATION_LIST- Returns:
- true if this kind of derivation is allowed
-
getFinalProhibitions
public int getFinalProhibitions()Get the types of derivation that are not permitted, by virtue of the "final" property.- Specified by:
getFinalProhibitionsin interfaceSchemaType- Returns:
- the types of derivation that are not permitted, as a bit-significant integer
containing bits such as
Derivation.DERIVATION_EXTENSION
-
getWhitespaceAction
public int getWhitespaceAction()Determine how values of this simple type are whitespace-normalized.- Specified by:
getWhitespaceActionin interfaceSimpleType- Returns:
- one of
Whitespace.PRESERVE,Whitespace.COLLAPSE,Whitespace.REPLACE.
-
analyzeContentExpression
public void analyzeContentExpression(Expression expression, int kind, Schema schema) throws XPathException Analyze an expression to see whether the expression is capable of delivering a value of this type.- Specified by:
analyzeContentExpressionin interfaceSchemaType- Parameters:
expression- the expression that delivers the contentkind- the node kind whose content is being delivered:Type.ELEMENT,Type.ATTRIBUTE, orType.DOCUMENTschema-- Throws:
XPathException- if the expression will never deliver a value of the correct type
-
preprocess
Apply any pre-lexical facets, other than whitespace. At the moment the only such facet is saxon:preprocess- Specified by:
preprocessin interfaceSimpleType- Parameters:
input- the value to be preprocessed- Returns:
- the value after preprocessing
-
postprocess
Reverse any pre-lexical facets, other than whitespace. At the moment the only such facet is saxon:preprocess. This is called when converting a value of this type to a string- Specified by:
postprocessin interfaceSimpleType- Parameters:
input- the value to be postprocessed: this is the "ordinary" result of converting the value to a string- Returns:
- the value after postprocessing
-
getPrimitiveItemType
Description copied from class:GNodeTypeGet the primitive item type corresponding to this item type. For item(), this is Type.ITEM. For node(), it is Type.NODE. For specific node kinds, it is the value representing the node kind, for example Type.ELEMENT. For anyAtomicValue and union types it is Type.ATOMIC_VALUE. For numeric it is Type.NUMBER. For other atomic types it is the primitive type as defined in XML Schema, except that integer, xs:dayTimeDuration, and xs:yearMonthDuration are considered to be primitive types.- Specified by:
getPrimitiveItemTypein interfaceItemType- Specified by:
getPrimitiveItemTypein interfacePlainType- Overrides:
getPrimitiveItemTypein classGNodeType- Returns:
- the corresponding primitive type
-
getPrimitiveType
public int getPrimitiveType()Description copied from class:GNodeTypeGet the primitive type corresponding to this item type. For item(), this is Type.ITEM. For node(), it is Type.NODE. For specific node kinds, it is the value representing the node kind, for example Type.ELEMENT. For anyAtomicValue it is BuiltInAtomicType.ANY_ATOMIC. For numeric it is Type.NUMBER. For other atomic types it is the primitive type as defined in XML Schema, except that INTEGER is considered to be a primitive type.- Specified by:
getPrimitiveTypein interfaceItemType- Overrides:
getPrimitiveTypein classGNodeType- Returns:
- the integer fingerprint of the corresponding primitive type
-
getDefaultPriority
public double getDefaultPriority()Description copied from interface:AtomicTypeGet the default priority when this ItemType is used as an XSLT pattern.- Specified by:
getDefaultPriorityin interfaceAtomicType- Specified by:
getDefaultPriorityin interfaceItemType- Specified by:
getDefaultPriorityin interfaceNodeTest- Returns:
- the default priority. For an atomic type this is 1 minus 0.5^N, where N is the depth of the type in the type hierarchy. The result is 0 for xs:anyAtomicType, 0.5 for a primitive type such as xs:date, and between 0.5 and 1.0 for derived atomic types.
-
getAtomizedItemType
Description copied from class:GNodeTypeGet the item type of the atomic values that will be produced when an item of this type is atomized- Specified by:
getAtomizedItemTypein interfaceItemType- Overrides:
getAtomizedItemTypein classGNodeType- Returns:
- the best available item type of the atomic values that will be produced when an item of this type is atomized, or null if it is known that atomization will throw an error.
-
isAtomizable
Description copied from class:GNodeTypeAsk whether values of this type are atomizable- Specified by:
isAtomizablein interfaceItemType- Overrides:
isAtomizablein classGNodeType- Parameters:
th- the type hierarchy cache- Returns:
- true if some or all instances of this type can be successfully atomized; false if no instances of this type can be atomized
-
getResultTypeOfCast
Description copied from interface:UnionTypeGet the result type of a cast operation to this union type, as a sequence type.- Specified by:
getResultTypeOfCastin interfaceUnionType- Returns:
- the result type of casting, as precisely as possible. For example, if all the member types of the union are derived from the same primitive type, this will return that primitive type.
-
toExportString
Return a string representation of this ItemType suitable for use in stylesheet export files. This differs from the result of toString() in that it will not contain any references to anonymous types. Note that it may also use the Saxon extended syntax for union types and tuple types. The default implementation returns the result of callingtoString().- Specified by:
toExportStringin interfaceItemType- Returns:
- the string representation as an instance of the XPath SequenceType construct
-
toString
-
validate
public ValidationFailure validate(AtomicValue primValue, UnicodeString lexicalValue, ConversionRules rules) Validate that a primitive atomic value is a valid instance of a type derived from the same primitive type.- Specified by:
validatein interfaceAtomicType- Parameters:
primValue- the value in the value space of the primitive type.lexicalValue- the value in the lexical space. If null, the string value of primValue is used. This value is checked against the pattern facet (if any)rules- the conversion rules- Returns:
- null if the value is valid; otherwise, a ValidationFailure object indicating the nature of the error.
- Throws:
UnsupportedOperationException- in the case of an external object type
-
isOrdered
public boolean isOrdered(boolean optimistic) Determine whether the atomic type is ordered, that is, whether less-than and greater-than comparisons are permitted- Specified by:
isOrderedin interfaceAtomicType- Parameters:
optimistic- if true, the function takes an optimistic view, returning true if ordering comparisons are available for some subtype. This mainly affects xs:duration, where the function returns true if optimistic is true, false if it is false.- Returns:
- true if ordering operations are permitted
-
isAbstract
public boolean isAbstract()Determine whether the type is abstract, that is, whether it cannot have instances that are not also instances of some concrete subtype- Specified by:
isAbstractin interfaceAtomicType- Returns:
- true if the type is abstract
-
isPrimitiveType
public boolean isPrimitiveType()Determine whether the atomic type is a primitive type. The primitive types are the 19 primitive types of XML Schema, plus xs:integer, xs:dayTimeDuration and xs:yearMonthDuration; xs:untypedAtomic; and all supertypes of these (xs:anyAtomicType, xs:numeric, ...)- Specified by:
isPrimitiveTypein interfaceAtomicType- Returns:
- true if the type is considered primitive under the above rules
-
getStructuredQName
Get the name of this type as a StructuredQName, unless the type is anonymous, in which case return null- Specified by:
getStructuredQNamein interfaceSchemaType- Specified by:
getStructuredQNamein interfaceUnionType- Returns:
- the name of the atomic type, or null if the type is anonymous.
-
checkAgainstFacets
Validate an atomic value, which is known to be an instance of one of the member types of the union, against any facets (pattern facets or enumeration facets) defined at the level of the union itself.- Specified by:
checkAgainstFacetsin interfaceUnionType- Parameters:
value- the Atomic Value to be checked. This must be an instance of a member type of the unionrules- the ConversionRules for the Configuration- Returns:
- a ValidationFailure if the value is not valid; null if it is valid.
-
explainMismatch
Get extra diagnostic information about why a supplied item does not conform to this item type, if available. If extra information is returned, it should be in the form of a complete sentence, minus the closing full stop. No information should be returned for obvious cases.- Specified by:
explainMismatchin interfaceAtomicType- Specified by:
explainMismatchin interfaceItemType- Specified by:
explainMismatchin interfaceNodeTest- Overrides:
explainMismatchin classGNodeType- Parameters:
item- the item that doesn't match this typeth- the type hierarchy cache- Returns:
- optionally, a message explaining why the item does not match the type
-
getType
- Specified by:
getTypein interfaceAtomicMetadata
-
isNillable
public boolean isNillable()Determine whether the content type (if present) is nillable- Specified by:
isNillablein interfaceNodeTest- Returns:
- true if the content test (when present) can match nodes that are nilled
-