Uses of Interface
ix.iscript.IScriptSource

Packages that use IScriptSource
ix.iscript I-Script is a simple programming language. 
ix.test.xml Experiments with new classes that could be converted to and from XML. 
 

Uses of IScriptSource in ix.iscript
 

Classes in ix.iscript that implement IScriptSource
 class IScriptLispSource
          An object that can be used to wrap an I-Script Expression that is written in a Lisp-like syntax.
 class IScriptXmlSource
          An object that can be used to wrap an I-Script Expression.
 

Uses of IScriptSource in ix.test.xml
 

Classes in ix.test.xml that implement IScriptSource
 class LispSourceText
          Allows Lisp source code to be written in XML using the ordinary textual syntax.