org.apache.batik.script
Interface InterpreterFactory

All Known Implementing Classes:
JaclInterpreterFactory, JPythonInterpreterFactory, RhinoInterpreterFactory

public interface InterpreterFactory

An hight level interface that represents a factory allowing to create instances of a particular Interpreter interface implementation.

Version:
$Id: InterpreterFactory.java,v 1.4 2003/08/08 11:39:19 vhardy Exp $
Author:
Christophe Jolif

Method Summary
 Interpreter createInterpreter(java.net.URL documentURL)
          This method should create an instance of Interpreter interface implementation.
 

Method Detail

createInterpreter

public Interpreter createInterpreter(java.net.URL documentURL)
This method should create an instance of Interpreter interface implementation.

Parameters:
documentURL - the url for the document which will be scripted


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.