Class xmllink

java.lang.Object
   |
   +----xmllink

public final class xmllink
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 scanned for simple links. All elements that are siumple links are printed.

Version:
$Id: xmllink.html,v 1.6 1997/06/09 22:26:52 bbos Exp $
Author:
Bert Bos
See Also:
XMLTokenizer, Node, TreeListener, Parser, ParserDef

Constructor Index

 o xmllink()

Method Index

 o main(String[])

Constructors

 o xmllink
 public xmllink()

Methods

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