jhu.htmExamples
Class echoDomain

java.lang.Object
  |
  +--jhu.htmExamples.echoDomain

public class echoDomain
extends java.lang.Object

This example code echoes a domain file. It converts special formats to the default one. It can be invoked by

java jhu.htmExamples.echoDomain domainfile
where
domainfile: file containing a domain

see the description in intersect for domainfile formats and examples. There are a couple of example domain files in the directory jhu/htmExamples.

Author:
Peter Kunszt
See Also:
intersect

Constructor Summary
echoDomain()
           
 
Method Summary
(package private) static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

echoDomain

public echoDomain()
Method Detail

main

static void main(java.lang.String[] argv)
          throws java.lang.Exception