de.fraunhofer.ipsi.xquery.tree.xml
Class XQueryXmlProcessingInstruction
java.lang.Object
de.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.XQueryXmlProcessingInstruction
- All Implemented Interfaces:
- XQueryExpression, XQueryPrimaryExpr, XQueryXmlExpression, XQueryStepExpr, XQueryNode
public class XQueryXmlProcessingInstruction
- extends XQueryPrimaryExprAbstract
- implements XQueryXmlExpression
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XQueryXmlProcessingInstruction
public XQueryXmlProcessingInstruction(PositionInfo pos,
java.lang.String target,
java.lang.String content)
- Constructor
- Parameters:
column
- an intline
- an inttarget
- a Stringcontent
- a String
getTarget
public java.lang.String getTarget()
- Method getTarget
- Returns:
- a String
getContent
public java.lang.String getContent()
- Method getContent
- Returns:
- a String
acceptVisitor
public void acceptVisitor(VisitorXQueryExpression visitor)
throws XQueryException
- Method acceptVisitor
- Specified by:
acceptVisitor
in interface XQueryExpression
- Parameters:
visitor
- a VisitorXQuery
- Throws:
QueryException
XQueryException