public class BuiltInListType extends java.lang.Object implements ListType, java.io.Serializable
This class is used to implement the built-in list types NMTOKENS, ENTITIES, IDREFS. It is also used to represent the anonymous type of the xsi:schemaLocation attribute (a list of xs:anyURI values).
?????? | ????? |
---|---|
static BuiltInListType |
ANY_URIS |
static BuiltInListType |
ENTITIES |
static BuiltInListType |
IDREFS |
static BuiltInListType |
NMTOKENS |
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION, DERIVE_BY_SUBSTITUTION
FIXED_UP, INCOMPLETE, INVALID, UNVALIDATED, VALIDATED, VALIDATING
?????? |
---|
BuiltInListType(int fingerprint)
Create a new ListType.
|
?????? | ????? |
---|---|
boolean |
allowsDerivation(int derivation)
Determines whether derivation (of a particular kind)
from this type is allowed, based on the "final" property
|
void |
analyzeContentExpression(Expression expression,
int kind,
StaticContext env)
Analyze an expression to see whether the expression is capable of delivering a value of this
type.
|
java.lang.String |
applyWhitespaceNormalization(java.lang.String value)
Apply the whitespace normalization rules for this simple type
|
Value |
atomize(NodeInfo node)
Get the typed value of a node that is annotated with this schema type.
|
void |
checkTypeDerivationIsOK(SchemaType type,
int block)
Check that this type is validly derived from a given type
|
SchemaType |
getBaseType()
Returns the base type that this type inherits from.
|
int |
getBlock()
Returns the value of the 'block' attribute for this type, as a bit-signnificant
integer with fields such as
SchemaType.DERIVATION_LIST and SchemaType.DERIVATION_EXTENSION |
SchemaType |
getBuiltInBaseType()
Get the built-in type from which this type is derived by restriction
|
AtomicType |
getCommonAtomicType()
Get the most specific possible atomic type that all items in this SimpleType belong to
|
int |
getDerivationMethod()
Gets the integer code of the derivation method used to derive this type from its
parent.
|
java.lang.String |
getDescription()
Get a description of this type for use in error messages.
|
java.lang.String |
getDisplayName()
Get the display name of the type: that is, a lexical QName with an arbitrary prefix
|
int |
getFingerprint()
Get the fingerprint of the name of this type
|
SimpleType |
getItemType()
Returns the simpleType of the items in this ListType.
|
SchemaType |
getKnownBaseType()
Returns the base type that this type inherits from.
|
java.lang.String |
getLocalName()
Get the local name of this type
|
java.lang.String |
getName()
Get the local name of this type
|
int |
getNameCode()
Get the namecode of the name of this type.
|
java.lang.String |
getSystemId()
Get the URI of the schema document containing the definition of this type
|
java.lang.String |
getTargetNamespace()
Get the target namespace of this type
|
SequenceIterator |
getTypedValue(java.lang.CharSequence value,
NamespaceResolver resolver,
NameChecker nameChecker)
Get the typed value of a given input string.
|
SequenceIterator |
getTypedValue(NodeInfo node)
Get the typed value of a node that is annotated with this schema type.
|
int |
getValidationStatus()
Get the validation status - always valid
|
int |
getWhitespaceAction(TypeHierarchy th)
Determine how values of this simple type are whitespace-normalized.
|
boolean |
isAnonymousType()
Test whether this is an anonymous type
|
boolean |
isAtomicType()
Test whether this Simple Type is an atomic type
|
boolean |
isBuiltInType()
Determine whether this is a built-in type or a user-defined type
|
boolean |
isComplexType()
Test whether this SchemaType is a complex type
|
boolean |
isExternalType()
Return true if this is an external object type, that is, a Saxon-defined type for external
Java or .NET objects
|
boolean |
isListType()
Returns true if this type is derived by list, or if it is derived by restriction
from a list type, or if it is a union that contains a list as one of its members
|
boolean |
isNamespaceSensitive()
Test whether this type is namespace sensitive, that is, if a namespace context is needed
to translate between the lexical space and the value space.
|
boolean |
isSameType(SchemaType other)
Test whether this is the same type as another type.
|
boolean |
isSimpleType()
Test whether this SchemaType is a simple type
|
boolean |
isUnionType()
Test whether this Simple Type is a union type
|
ValidationFailure |
validateContent(java.lang.CharSequence value,
NamespaceResolver nsResolver,
NameChecker nameChecker)
Check whether a given input string is valid according to this SimpleType
|
public static BuiltInListType ENTITIES
public static BuiltInListType IDREFS
public static BuiltInListType NMTOKENS
public static BuiltInListType ANY_URIS
public BuiltInListType(int fingerprint)
fingerprint
- identifies the name of the typepublic boolean isExternalType()
isExternalType
???? SimpleType
public boolean isBuiltInType()
isBuiltInType
???? SimpleType
public java.lang.String getSystemId()
getSystemId
???? SchemaType
public int getWhitespaceAction(TypeHierarchy th)
getWhitespaceAction
???? SimpleType
th
- the type hierarchy cacheWhitespace.PRESERVE
, Whitespace.COLLAPSE
,
Whitespace.REPLACE
.public AtomicType getCommonAtomicType()
getCommonAtomicType
???? SimpleType
public int getValidationStatus()
getValidationStatus
???? SchemaComponent
SchemaComponent.UNVALIDATED
, SchemaComponent.VALIDATING
,
SchemaComponent.VALIDATED
, SchemaComponent.INVALID
, SchemaComponent.INCOMPLETE
public SchemaType getBaseType()
getBaseType
???? SchemaType
public boolean isAtomicType()
isAtomicType
???? SchemaType
isAtomicType
???? SimpleType
public boolean isListType()
isListType
???? SimpleType
public boolean isUnionType()
SimpleType
isUnionType
???? SimpleType
public boolean isAnonymousType()
isAnonymousType
???? SchemaType
public SchemaType getBuiltInBaseType()
SimpleType
getBuiltInBaseType
???? SimpleType
public boolean isNamespaceSensitive()
SimpleType
isNamespaceSensitive
???? SimpleType
public java.lang.String getName()
getName
???? SchemaType
public java.lang.String getTargetNamespace()
getTargetNamespace
???? SchemaType
public int getFingerprint()
getFingerprint
???? SchemaType
public int getNameCode()
getNameCode
???? SchemaType
public java.lang.String getDisplayName()
getDisplayName
???? SchemaType
public boolean isComplexType()
isComplexType
???? SchemaType
public boolean isSimpleType()
isSimpleType
???? SchemaType
public int getBlock()
SchemaType.DERIVATION_LIST
and SchemaType.DERIVATION_EXTENSION
getBlock
???? SchemaType
public SchemaType getKnownBaseType() throws java.lang.IllegalStateException
java.lang.IllegalStateException
- if this type is not valid.public int getDerivationMethod()
getDerivationMethod
???? SchemaType
SchemaType.DERIVATION_RESTRICTION
public boolean allowsDerivation(int derivation)
allowsDerivation
???? SchemaType
derivation
- the kind of derivation, for example SchemaType.DERIVATION_LIST
public SequenceIterator getTypedValue(NodeInfo node) throws XPathException
getTypedValue
???? SchemaType
node
- the node whose typed value is requiredAtomicValue
XPathException
public Value atomize(NodeInfo node) throws XPathException
getTypedValue(net.sf.saxon.om.NodeInfo)
. However, this method is often more convenient and may be
more efficient, especially in the common case where the value is expected to be a singleton.atomize
???? SchemaType
node
- the node whose typed value is requiredXPathException
public boolean isSameType(SchemaType other)
isSameType
???? SchemaType
other
- the other typepublic java.lang.String getDescription()
SchemaType
getDescription
???? SchemaType
public void checkTypeDerivationIsOK(SchemaType type, int block) throws SchemaException
checkTypeDerivationIsOK
???? SchemaType
type
- the type from which this type is derivedblock
- the derivations that are blocked by the relevant element declarationSchemaException
- if the derivation is not allowedpublic java.lang.String getLocalName()
public SimpleType getItemType()
getItemType
???? ListType
public java.lang.String applyWhitespaceNormalization(java.lang.String value)
value
- the string before whitespace normalizationpublic void analyzeContentExpression(Expression expression, int kind, StaticContext env) throws XPathException
analyzeContentExpression
???? SchemaType
expression
- the expression that delivers the contentkind
- the node kind whose content is being delivered: Type.ELEMENT
,
Type.ATTRIBUTE
, or Type.DOCUMENT
env
- the XPath static contextXPathException
- if the expression will never deliver a value of the correct typepublic ValidationFailure validateContent(java.lang.CharSequence value, NamespaceResolver nsResolver, NameChecker nameChecker)
validateContent
???? SimpleType
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.nameChecker
- XML 1.0 or 1.1 name checker, for types such as xs:NCNamejava.lang.UnsupportedOperationException
- if the type is namespace-sensitive and no namespace
resolver is suppliedpublic SequenceIterator getTypedValue(java.lang.CharSequence value, NamespaceResolver resolver, NameChecker nameChecker) throws ValidationException
getTypedValue
???? SimpleType
value
- the string whose typed value is requiredresolver
- namespace resolver for namespace-sensitive contentnameChecker
- name checker for XML-version sensitive contentAtomicValue
,
The next() method on the iterator throws no checked exceptions, although it is not actually
declared as an UnfailingIterator.ValidationException
- if the supplied value is not in the lexical space of the data type