org.basex.query.xquery.expr
Class FTNot

java.lang.Object
  extended by org.basex.query.ExprInfo
      extended by org.basex.query.xquery.expr.Expr
          extended by org.basex.query.xquery.expr.FTExpr
              extended by org.basex.query.xquery.expr.FTNot

public final class FTNot
extends FTExpr

FTUnaryNot expression.

Author:
Workgroup DBIS, University of Konstanz 2005-08, ISC License, Christian Gruen

Nested Class Summary
 
Nested classes/interfaces inherited from class org.basex.query.xquery.expr.Expr
Expr.Return, Expr.Using
 
Field Summary
 
Fields inherited from class org.basex.query.xquery.expr.FTExpr
expr
 
Constructor Summary
FTNot(FTExpr e)
          Constructor.
 
Method Summary
 Iter iter(XQContext ctx)
          Evaluates the expression and returns an iterator on the resulting items.
 java.lang.String toString()
           
 
Methods inherited from class org.basex.query.xquery.expr.FTExpr
comp, plan, uses
 
Methods inherited from class org.basex.query.xquery.expr.Expr
e, i, returned
 
Methods inherited from class org.basex.query.ExprInfo
color, info, name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FTNot

public FTNot(FTExpr e)
Constructor.

Parameters:
e - expression
Method Detail

iter

public Iter iter(XQContext ctx)
          throws XQException
Description copied from class: Expr
Evaluates the expression and returns an iterator on the resulting items.

Specified by:
iter in class Expr
Parameters:
ctx - query context
Returns:
resulting item
Throws:
XQException - evaluation exception

toString

public java.lang.String toString()
Specified by:
toString in class ExprInfo