gnu.xquery.lang
Class XQueryScriptEngineFactory

java.lang.Object
  extended by gnu.expr.AbstractScriptEngineFactory
      extended by gnu.xquery.lang.XQueryScriptEngineFactory
All Implemented Interfaces:
javax.script.ScriptEngineFactory

public class XQueryScriptEngineFactory
extends AbstractScriptEngineFactory


Field Summary
 
Fields inherited from class gnu.expr.AbstractScriptEngineFactory
names
 
Constructor Summary
XQueryScriptEngineFactory()
           
 
Method Summary
protected  void getNames(java.util.List<java.lang.String> names)
           
 
Methods inherited from class gnu.expr.AbstractScriptEngineFactory
getEngineName, getEngineVersion, getExtensions, getLanguageName, getLanguageVersion, getMethodCallSyntax, getMimeTypes, getNames, getOutputStatement, getParameter, getProgram, getScriptEngine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryScriptEngineFactory

public XQueryScriptEngineFactory()
Method Detail

getNames

protected void getNames(java.util.List<java.lang.String> names)
Overrides:
getNames in class AbstractScriptEngineFactory