|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.exist.xquery.Pragma
org.exist.xquery.ProfilePragma
public class ProfilePragma
| 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 |
|---|
eval, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final QName PROFILIE_PRAGMA
| Constructor Detail |
|---|
public ProfilePragma(QName qname,
String contents)
throws XPathException
XPathException| Method Detail |
|---|
public void after(XQueryContext context,
Expression expression)
throws XPathException
after in class PragmaXPathException
public void before(XQueryContext context,
Expression expression)
throws XPathException
before in class PragmaXPathException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||