Google

Cocoon API: Class EcmaScriptInstance

org.apache.cocoon.interpreter.ecmascript
Class EcmaScriptInstance

java.lang.Object
  |
  +--org.apache.cocoon.interpreter.ecmascript.EcmaScriptInstance
All Implemented Interfaces:
Instance

public class EcmaScriptInstance
extends java.lang.Object
implements Instance

Version:
$Revision: 1.4 $ $Date: 2000/02/13 18:29:26 $
Author:
Ricardo Rocha

Constructor Summary
EcmaScriptInstance(EcmaScriptEvaluator theEvaluator, org.w3c.dom.Document theDocument)
           
 
Method Summary
 void destroy()
           
 java.lang.Object getInstance()
           
 org.w3c.dom.Node invoke(java.lang.String methodName, java.util.Dictionary parameters, org.w3c.dom.Node source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EcmaScriptInstance

public EcmaScriptInstance(EcmaScriptEvaluator theEvaluator,
                          org.w3c.dom.Document theDocument)
                   throws LanguageException
Method Detail

getInstance

public java.lang.Object getInstance()
Specified by:
getInstance in interface Instance

invoke

public org.w3c.dom.Node invoke(java.lang.String methodName,
                               java.util.Dictionary parameters,
                               org.w3c.dom.Node source)
                        throws LanguageException
Specified by:
invoke in interface Instance

destroy

public void destroy()
Specified by:
destroy in interface Instance


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.