|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.ipsixq.api.impl.XQAbstractSequenceType
public class XQAbstractSequenceType
Field Summary |
---|
Fields inherited from interface javax.xml.xquery.XQSequenceType |
---|
OCC_EXACTLY_ONE, OCC_ONE_OR_MORE, OCC_ZERO_OR_MORE, OCC_ZERO_OR_ONE |
Constructor Summary | |
---|---|
XQAbstractSequenceType()
|
Method Summary | |
---|---|
boolean |
exactlyMatches(XQSequenceType type)
Returns true if the given sequence type matches this type exactly. |
int |
getItemOccurence(XQSequenceType type)
Returns the occurence indicator for the sequence type. |
XQItemType |
getItemType()
Returns the type of the Item in the SequenceType. |
java.lang.String |
getString()
Returns a string representation of the sequence type. |
boolean |
isOfType(XQSequenceType type)
Returns true if the given type exactly matches or is a supertype of this type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XQAbstractSequenceType()
Method Detail |
---|
public boolean exactlyMatches(XQSequenceType type)
XQSequenceType
exactlyMatches
in interface XQSequenceType
public int getItemOccurence(XQSequenceType type)
XQSequenceType
getItemOccurence
in interface XQSequenceType
public XQItemType getItemType()
XQSequenceType
getItemType
in interface XQSequenceType
public java.lang.String getString() throws XQException
XQSequenceType
getString
in interface XQSequenceType
XQException
public boolean isOfType(XQSequenceType type)
XQSequenceType
isOfType
in interface XQSequenceType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |