net.sf.saxon.type
Interface ListType
- SchemaComponent, SchemaType, Serializable, SimpleType
- BuiltInListType
public interface ListType
Interface representing a simple type of variety List
allowsDerivation , analyzeContentExpression , atomize , checkTypeDerivationIsOK , getBaseType , getBlock , getDerivationMethod , getDescription , getDisplayName , getFingerprint , getName , getNameCode , getSystemId , getTargetNamespace , getTypedValue , isAnonymousType , isAtomicType , isComplexType , isSameType , isSimpleType |
getBuiltInBaseType , getCommonAtomicType , getTypedValue , getWhitespaceAction , isAtomicType , isBuiltInType , isExternalType , isListType , isNamespaceSensitive , isUnionType , validateContent |
getItemType
public SimpleType getItemType()
Returns the simpleType of the items in this ListType. This method assumes that the
item type has been fully resolved
- the simpleType of the items in this ListType.