examples
Class Ex1

java.lang.Object
  |
  +--examples.Ex1

public class Ex1
extends java.lang.Object

This example parses an XML document (ex1.xml), prints that document in the XHTML format (output.xhtml), lists the contents of the document and prints the last error reported by the parser. It is mainly used to demonstrating parsing, publishing and looking at the document tree and as the basis for creating others examples.

Version:
$Revision: 1.2 $ $Date: 1999/04/18 01:48:28 $
Author:
Assaf Arkin

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

Constructor Detail

Ex1

public Ex1()
Method Detail

main

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