nu.xom.samples
Class Restructurer

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

public class Restructurer
extends java.lang.Object

Demonstrates moving nodes from one part of the tree to a different part.

Version:
1.0
Author:
Elliotte Rusty Harold

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

Constructor Detail

Restructurer

public Restructurer()
Method Detail

processNode

public static void processNode(nu.xom.Node current)

main

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


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