de.fraunhofer.ipsi.xquery.tree.expression
Class XQueryBinding

java.lang.Object
  extended by de.fraunhofer.ipsi.xquery.tree.expression.XQueryBinding
Direct Known Subclasses:
XQueryForClause.XQueryForBinding

public class XQueryBinding
extends java.lang.Object


Constructor Summary
XQueryBinding(XQueryVariable var, XQueryExpression expr, XQuerySequenceType type)
          Constructor
 
Method Summary
 XQueryExpression getExpression()
          Method getExpression
 XQuerySequenceType getType()
          Method getType
 XQueryVariable getVariable()
          Method getVariable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryBinding

public XQueryBinding(XQueryVariable var,
                     XQueryExpression expr,
                     XQuerySequenceType type)
Constructor

Parameters:
var - a XQueryVariable
expr - a XQueryExpression
type - a XQuerySequenceType
Method Detail

getVariable

public XQueryVariable getVariable()
Method getVariable

Returns:
a XQueryVariable

getExpression

public XQueryExpression getExpression()
Method getExpression

Returns:
a XQueryExpression

getType

public XQuerySequenceType getType()
Method getType

Returns:
a XQuerySequenceType