|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.xml_project.morganaxdm.XdmSequence com.xml_project.morganaxdm.XdmItem com.xml_project.morganaxdm.XdmValue
public abstract class XdmValue
This interface is the root of all types, either xdm or xs.
Constructor Summary | |
---|---|
protected |
XdmValue()
|
Method Summary | |
---|---|
AtomizingIterator |
atomize()
Returns an AtomizingIterator which gives access to the atomized value of the elements in this sequence. |
abstract int |
compareValues(XdmValue val,
com.xml_project.morganaxquery.configuration.Collation collation,
XS_dayTimeDuration implicitTimezone)
|
Methods inherited from class com.xml_project.morganaxdm.XdmItem |
---|
first, get, getStringValue, getValue, hasValues, isEmpty, isValue, iterator, size, 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 |
Constructor Detail |
---|
protected XdmValue()
Method Detail |
---|
public abstract int compareValues(XdmValue val, com.xml_project.morganaxquery.configuration.Collation collation, XS_dayTimeDuration implicitTimezone) throws XPathException
XPathException
public AtomizingIterator atomize()
XdmSequence
atomize
in class XdmItem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |