org.exist.xquery
Class NoIndexPragma

java.lang.Object
  extended by org.exist.xquery.Pragma
      extended by org.exist.xquery.NoIndexPragma

public class NoIndexPragma
extends Pragma


Field Summary
static QName NO_INDEX_PRAGMA
           
 
Constructor Summary
NoIndexPragma(QName qname, String contents)
           
 
Method Summary
 void after(XQueryContext context, Expression expression)
           
 void analyze(AnalyzeContextInfo contextInfo)
           
 void before(XQueryContext context, Expression expression)
           
 Sequence eval(Sequence contextSequence, Item contextItem)
           
 
Methods inherited from class org.exist.xquery.Pragma
resetState, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_INDEX_PRAGMA

public static final QName NO_INDEX_PRAGMA
Constructor Detail

NoIndexPragma

public NoIndexPragma(QName qname,
                     String contents)
              throws XPathException
Throws:
XPathException
Method Detail

analyze

public void analyze(AnalyzeContextInfo contextInfo)
             throws XPathException
Overrides:
analyze in class Pragma
Throws:
XPathException

eval

public Sequence eval(Sequence contextSequence,
                     Item contextItem)
              throws XPathException
Overrides:
eval in class Pragma
Throws:
XPathException

before

public void before(XQueryContext context,
                   Expression expression)
            throws XPathException
Specified by:
before in class Pragma
Throws:
XPathException

after

public void after(XQueryContext context,
                  Expression expression)
           throws XPathException
Specified by:
after in class Pragma
Throws:
XPathException


Copyright (C) Wolfgang Meier. All rights reserved.