ix.test.xml
Class ListText

java.lang.Object
  extended by ix.test.xml.ListText
All Implemented Interfaces:
SemiPrimitive, java.io.Serializable

public class ListText
extends java.lang.Object
implements SemiPrimitive, java.io.Serializable

Allows LLists to be written in XML using their ordinary textual syntax. For example:

<list-text>((filling ?pie) = apple)</list-text>

See Also:
Lisp.readFromString(String), Serialized Form

Constructor Summary
ListText()
           
 
Method Summary
static java.lang.Object valueOf(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListText

public ListText()
Method Detail

valueOf

public static java.lang.Object valueOf(java.lang.String text)