|
Qizx/Open v0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.xfra.qizxopen.xquery.impl.Module | +--net.xfra.qizxopen.xquery.XQuery
A compiled Query. This is essentially an opaque object. Initialization methods are defined in superclass Module.
Field Summary | |
net.xfra.qizxopen.xquery.op.Expression |
body
|
Fields inherited from class net.xfra.qizxopen.xquery.impl.Module |
LOCAL_NS |
Constructor Summary | |
XQuery()
|
Method Summary | |
void |
dump(ExprDump d)
|
Value |
eval(Focus focus,
EvalContext context)
|
void |
evalAsEvents(XMLEventReceiver output,
Focus focus,
EvalContext context)
|
Type |
getType()
|
void |
staticCheck(ModuleManager mman,
Log log)
|
Methods inherited from class net.xfra.qizxopen.xquery.impl.Module |
addDeclaration, addDefaultNamespace, addNamespaceDecl, check, checkType, convertPrefixToNamespace, declareFunction, defineGlobal, defineLocalVariable, error, evalContextModule, functionLookup, getBaseURI, getCollator, getDeclaredURI, getDefaultCollation, getDefaultElementNS, getDefaultFunctionNS, getDotType, getEnclosing, getInScopeNS, getLocalSize, getLog, getNamespace, getPhysicalURI, getPragmas, getSource, initGlobals, localFunctionLookup, lookforGlobalVariable, lookforLocalVariable, markLocalVariables, popDotType, popLocalVariables, predefNamespaceDecl, prefixedName, printLocation, pushDotType, resetLocals, resolve, setBaseURI, setCollations, setDeclaredURI, setDefaultCollation, setPredefinedModule, simpleFunctionLookup, staticCheck, storePragmas |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public net.xfra.qizxopen.xquery.op.Expression body
Constructor Detail |
public XQuery()
Method Detail |
public Type getType()
public void dump(ExprDump d)
dump
in class net.xfra.qizxopen.xquery.impl.Module
public void staticCheck(ModuleManager mman, Log log)
staticCheck
in class net.xfra.qizxopen.xquery.impl.Module
public Value eval(Focus focus, EvalContext context) throws XQueryException
XQueryException
public void evalAsEvents(XMLEventReceiver output, Focus focus, EvalContext context) throws XQueryException, DataModelException
XQueryException
DataModelException
|
Copyright Xavier FRANC 2003-2004 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |