|
||||||||||
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.XQueryCompXmlPi
public class XQueryCompXmlPi
Constructor Summary | |
---|---|
XQueryCompXmlPi(PositionInfo pos,
java.util.List<XQueryExpression> name,
java.util.List<XQueryExpression> content)
Constructor |
|
XQueryCompXmlPi(PositionInfo pos,
java.lang.String ncName,
java.util.List<XQueryExpression> content)
Constructor, a name is explicitly specified by means of an |
Method Summary | |
---|---|
void |
acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
java.util.List<XQueryExpression> |
getContent()
Method getContent |
java.util.List<XQueryExpression> |
getName()
Method getName |
java.lang.String |
getNCName()
Method getNCName |
boolean |
hasNameExpr()
Method hasNameExpr |
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 XQueryCompXmlPi(PositionInfo pos, java.lang.String ncName, java.util.List<XQueryExpression> content)
column
- line
- ncName
- content
- public XQueryCompXmlPi(PositionInfo pos, java.util.List<XQueryExpression> name, java.util.List<XQueryExpression> content)
column
- an intline
- an intname
- a XQueryExprSequencecontent
- a XQueryExprSequenceMethod Detail |
---|
public boolean hasNameExpr()
public java.lang.String getNCName()
public java.util.List<XQueryExpression> getName()
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 |