|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.ipsixq.api.impl.XQAbstractItemType
de.fraunhofer.ipsi.ipsixq.api.impl.XQItemTypeImpl
public class XQItemTypeImpl
Field Summary |
---|
Fields inherited from interface javax.xml.xquery.XQItemType |
---|
XQITEMTYPE_ATOMIC, XQITEMTYPE_ATTRIBUTE, XQITEMTYPE_DOCUMENT, XQITEMTYPE_ELEMENT, XQITEMTYPE_ITEM, XQITEMTYPE_NODE |
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 | |
---|---|
XQItemTypeImpl(int baseType,
javax.xml.namespace.QName typeName)
|
Method Summary | |
---|---|
boolean |
exactlyMatches(XQItemType type)
Returns true if the given type matches this type object exactly, otherwise returns false. |
int |
getBaseItemType()
Returns the base type of the item. |
Methods inherited from class de.fraunhofer.ipsi.ipsixq.api.impl.XQAbstractItemType |
---|
exactlyMatches, getItemOccurence, getItemType, getString, isOfType, isOfType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XQItemTypeImpl(int baseType, javax.xml.namespace.QName typeName)
Method Detail |
---|
public int getBaseItemType()
XQItemType
getBaseItemType
in interface XQItemType
getBaseItemType
in class XQAbstractItemType
public boolean exactlyMatches(XQItemType type)
XQItemType
exactlyMatches
in interface XQItemType
exactlyMatches
in class XQAbstractItemType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |