|
||||||||||
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.XQueryComputedXmlComment
public class XQueryComputedXmlComment
Constructor Summary | |
---|---|
XQueryComputedXmlComment(PositionInfo pos,
java.util.List<XQueryExpression> content)
Constructor. |
Method Summary | |
---|---|
void |
acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
java.util.List<XQueryExpression> |
getContent()
Method getContent |
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 XQueryComputedXmlComment(PositionInfo pos, java.util.List<XQueryExpression> content)
column
- line
- content
- Method Detail |
---|
public java.util.List<XQueryExpression> getContent()
public void acceptVisitor(VisitorXQueryExpression visitor) throws XQueryException
acceptVisitor
in interface XQueryExpression
visitor
- a VisitorXQuery
XQueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |