nu.xom.samples
Class TreeReporter

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

public class TreeReporter
extends java.lang.Object

Demonstrates recursive descent through a document.

Version:
1.0
Author:
Elliotte Rusty Harold

Constructor Summary
TreeReporter()
           
 
Method Summary
 void followNode(nu.xom.Node node)
           
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

TreeReporter

public TreeReporter()
Method Detail

main

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

followNode

public void followNode(nu.xom.Node node)
                throws java.io.IOException
Throws:
java.io.IOException


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