org.exist.xquery
Class ProfilePragma

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

public class ProfilePragma
extends Pragma


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

Field Detail

PROFILIE_PRAGMA

public static final QName PROFILIE_PRAGMA
Constructor Detail

ProfilePragma

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

after

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

before

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


Copyright (C) Wolfgang Meier. All rights reserved.