|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xml_project.morganaxdm.XdmSequence
com.xml_project.morganaxdm.XdmItem
com.xml_project.morganaxdm.XdmValue
com.xml_project.morganaxdm.XS_AnySimpleType
com.xml_project.morganaxdm.XS_ListType
public abstract class XS_ListType
Constructor Summary | |
---|---|
XS_ListType()
|
Method Summary | |
---|---|
abstract XdmValue |
get(long pos)
Returns the n-th element of the sequence, counting by 1. |
XdmItemIterator |
iterator()
Returns an iterator over this XdmSequence. |
abstract long |
size()
Returns the number of elements in this sequence. |
Methods inherited from class com.xml_project.morganaxdm.XS_AnySimpleType |
---|
compareValues, compareValues, getRestrictionBase, isValue |
Methods inherited from class com.xml_project.morganaxdm.XdmValue |
---|
atomize |
Methods inherited from class com.xml_project.morganaxdm.XdmItem |
---|
first, getStringValue, getValue, hasValues, isEmpty, subSequence |
Methods inherited from class com.xml_project.morganaxdm.XdmSequence |
---|
concat, hasCommonType, normalize, serialize, serialize, serialize, wrap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.xml_project.morganaxdm.XS_AnyType |
---|
getTypeName |
Constructor Detail |
---|
public XS_ListType()
Method Detail |
---|
public abstract long size()
XdmSequence
size
in class XdmItem
public abstract XdmValue get(long pos)
XdmSequence
get
in class XdmItem
pos
- the number of the element, based by 1!
public XdmItemIterator iterator()
XdmSequence
iterator
in interface java.lang.Iterable<XdmItem>
iterator
in class XdmItem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |