de.fraunhofer.ipsi.xquery.tree.xml
Class XQueryXmlProcessingInstruction

java.lang.Object
  extended by de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
      extended by de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpressionAbstract
          extended by de.fraunhofer.ipsi.xquery.tree.primary.XQueryPrimaryExprAbstract
              extended by de.fraunhofer.ipsi.xquery.tree.xml.XQueryXmlProcessingInstruction
All Implemented Interfaces:
XQueryExpression, XQueryPrimaryExpr, XQueryXmlExpression, XQueryStepExpr, XQueryNode

public class XQueryXmlProcessingInstruction
extends XQueryPrimaryExprAbstract
implements XQueryXmlExpression


Constructor Summary
XQueryXmlProcessingInstruction(PositionInfo pos, java.lang.String target, java.lang.String content)
          Constructor
 
Method Summary
 void acceptVisitor(VisitorXQueryExpression visitor)
          Method acceptVisitor
 java.lang.String getContent()
          Method getContent
 java.lang.String getTarget()
          Method getTarget
 
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

XQueryXmlProcessingInstruction

public XQueryXmlProcessingInstruction(PositionInfo pos,
                                      java.lang.String target,
                                      java.lang.String content)
Constructor

Parameters:
column - an int
line - an int
target - a String
content - a String
Method Detail

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