nu.xom.samples
Class CanonicalizerDriver

java.lang.Object
  extended by nu.xom.samples.CanonicalizerDriver

public class CanonicalizerDriver
extends java.lang.Object

Demonstrates use of the Canonicalizer class.

Version:
1.0
Author:
Elliotte Rusty Harold

Constructor Summary
CanonicalizerDriver()
           
 
Method Summary
static void main(java.lang.String[] args)
           The driver method for the Canonicalizer program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CanonicalizerDriver

public CanonicalizerDriver()
Method Detail

main

public static void main(java.lang.String[] args)

The driver method for the Canonicalizer program.

Parameters:
args - args[0] contains the URL or file name of the first document to be processed


Copyright 2002-2005 Elliotte Rusty Harold
elharo@metalab.unc.edu