All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.tools.sexpr.SExpr

public interface SExpr
Interface for all new s-expression subtypes.


Method Index

 o printExpr(PrintStream)
Print a representation of the s-expression into the output stream.

Methods

 o printExpr
 public abstract void printExpr(PrintStream out)
Print a representation of the s-expression into the output stream.


All Packages  Class Hierarchy  This Package  Previous  Next  Index