Class xmltest

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

public final class xmltest
extends Object
implements XMLTokens

Constructor Index

 o xmltest()

Method Index

 o main(String[])
Test the XML parser
 o main2(String[])
Test the tokenizer

Constructors

 o xmltest
 public xmltest()

Methods

 o main
 public static void main(String argv[]) throws IOException, UnknownEncoding
Test the XML parser

Throws: UnknownEncoding
if the encoding isn't either UTF8 or ISO8859-1
 o main2
 public static void main2(String argv[]) throws IOException, UnknownEncoding
Test the tokenizer

Throws: UnknownEncoding
if the encoding isn't either UTF8 or ISO8859-1