Class xmltest

java.lang.Object
   |
   +----xmltest

public final class xmltest
extends Object
Test program for the w3c.xmlOnline.parser and w3c.xmlOnline.tree packages. It uses the parser to parse an XML file (either stdin or given on command line) and uses the TreeListener class to build a tree. The result is then printed and should be an equivalent XML document.

Version:
$Id: xmltest.html,v 1.7 1997/06/09 22:27:12 bbos Exp $
Author:
Bert Bos
See Also:
XMLTokenizer, Node, TreeListener, Parser, ParserDef

Constructor Index

 o xmltest()

Method Index

 o main(String[])

Constructors

 o xmltest
 public xmltest()

Methods

 o main
 public static void main(String argv[]) throws IOException, UnknownEncoding