|
||||||||||
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.expression.XQueryExpressionAbstract
de.fraunhofer.ipsi.xquery.tree.primary.XQueryPrimaryExprAbstract
de.fraunhofer.ipsi.xquery.tree.xml.XQueryComputedConstructorAbstract
public abstract class XQueryComputedConstructorAbstract
XQuery Interpreter ElementConstructorOperator.
Constructor Summary | |
---|---|
XQueryComputedConstructorAbstract(PositionInfo pos,
java.util.List<XQueryExpression> expr,
java.util.List<XQueryExpression> content)
Constructor |
|
XQueryComputedConstructorAbstract(PositionInfo pos,
QNameExpr namespec,
java.util.List<XQueryExpression> content)
Constructor |
Method Summary | |
---|---|
java.util.List<XQueryExpression> |
getContent()
Method getContent |
QNameExpr |
getName()
Method getName |
java.util.List<XQueryExpression> |
getNameExpr()
Method getNameExpr |
boolean |
hasNameExpr()
Method hasNameExpr |
boolean |
isEmpty()
Method isEmpty |
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.primary.XQueryPrimaryExprAbstract |
---|
isForwardStep |
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpressionAbstract |
---|
getCoreExpression, setCoreExpression, toString |
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract |
---|
getPosition, setPosition |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.fraunhofer.ipsi.xquery.tree.xpath.XQueryStepExpr |
---|
isForwardStep |
Methods inherited from interface de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpression |
---|
acceptVisitor, getCoreExpression |
Methods inherited from interface de.fraunhofer.ipsi.xquery.tree.XQueryNode |
---|
getPosition |
Constructor Detail |
---|
public XQueryComputedConstructorAbstract(PositionInfo pos, QNameExpr namespec, java.util.List<XQueryExpression> content)
column
- an intline
- an intnamespec
- a QNamecontent
- a XQueryExprSequencepublic XQueryComputedConstructorAbstract(PositionInfo pos, java.util.List<XQueryExpression> expr, java.util.List<XQueryExpression> content)
column
- an intline
- an intexpr
- a XQueryExpressioncontent
- a XQueryExprSequenceMethod Detail |
---|
public boolean isEmpty()
public boolean hasNameExpr()
public java.util.List<XQueryExpression> getContent()
public QNameExpr getName()
public java.util.List<XQueryExpression> getNameExpr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |