net.sf.saxon.type

Interface ListType

public interface ListType extends SimpleType

Interface representing a simple type of variety List
Method Summary
SimpleTypegetItemType()
Returns the simpleType of the items in this ListType.

Method Detail

getItemType

public SimpleType getItemType()
Returns the simpleType of the items in this ListType. This method assumes that the item type has been fully resolved

Returns: the simpleType of the items in this ListType.

Throws: IllegalStateException if the item type has not been fully resolved