|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
de.fraunhofer.ipsi.xquery.tree.types.XQuerySequenceType
de.fraunhofer.ipsi.xquery.tree.types.XQueryElementTest
public class XQueryElementTest
Constructor Summary | |
---|---|
XQueryElementTest(PositionInfo pos)
Constructor |
|
XQueryElementTest(PositionInfo pos,
QNameExpr name,
QNameExpr type,
boolean nillable)
Constructor |
Method Summary | |
---|---|
void |
acceptVisitor(VisitorXQueryTypes visitor)
Method acceptVisitor |
QNameExpr |
getName()
Method getName |
boolean |
getNillable()
Method getNillable |
QNameExpr |
getSchemaType()
Method getSchemaType |
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.types.XQuerySequenceType |
---|
getCoreType, getKind, getOccurence, setCoreType, setOccurence |
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract |
---|
getPosition, setPosition |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XQueryElementTest(PositionInfo pos)
column
- an intline
- an intpublic XQueryElementTest(PositionInfo pos, QNameExpr name, QNameExpr type, boolean nillable)
column
- an intline
- an intname
- a QNametype
- a QNamenillable
- a booleanMethod Detail |
---|
public QNameExpr getName()
public QNameExpr getSchemaType()
public boolean getNillable()
public void acceptVisitor(VisitorXQueryTypes visitor) throws XQueryException
acceptVisitor
in class XQuerySequenceType
visitor
- a VisitorXQuery
QueryException
XQueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |