|
||||||||||
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.XQueryElementConstructor
public class XQueryElementConstructor
XQuery Interpreter ElementConstructorOperator.
Constructor Summary | |
---|---|
XQueryElementConstructor(PositionInfo pos,
QNameExpr namespec,
java.util.List<XQueryAttribute> attributes)
Constructor |
|
XQueryElementConstructor(PositionInfo pos,
QNameExpr namespec,
java.util.List<XQueryAttribute> attributes,
java.util.List<XQueryExpression> content)
Constructor |
Method Summary | |
---|---|
void |
acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
java.util.List<XQueryAttribute> |
getAttributeList()
Method getAttributeList |
java.util.List<XQueryExpression> |
getContent()
Method getContent |
QNameExpr |
getName()
Method getName |
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 |
---|
getCoreExpression |
Methods inherited from interface de.fraunhofer.ipsi.xquery.tree.XQueryNode |
---|
getPosition |
Constructor Detail |
---|
public XQueryElementConstructor(PositionInfo pos, QNameExpr namespec, java.util.List<XQueryAttribute> attributes)
column
- an intline
- an intnamespec
- a QNameattributes
- a Listpublic XQueryElementConstructor(PositionInfo pos, QNameExpr namespec, java.util.List<XQueryAttribute> attributes, java.util.List<XQueryExpression> content)
column
- an intline
- an intnamespec
- a QNameattributes
- a Listcontent
- a ListMethod Detail |
---|
public boolean isEmpty()
public java.util.List<XQueryExpression> getContent()
public java.util.List<XQueryAttribute> getAttributeList()
public QNameExpr getName()
public void acceptVisitor(VisitorXQueryExpression visitor) throws XQueryException
acceptVisitor
in interface XQueryExpression
visitor
- a VisitorXQuery
QueryException
XQueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |