nu.xom.samples
Class PropertyPrinter

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

public class PropertyPrinter
extends java.lang.Object

Demonstrates recursive descent through an XML document, and the getter methods of the Element and Attribute classes.

Version:
1.0
Author:
Elliotte Rusty Harold

Constructor Summary
PropertyPrinter()
           
PropertyPrinter(java.io.Writer out)
           
 
Method Summary
 void writeNode(nu.xom.Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyPrinter

public PropertyPrinter(java.io.Writer out)

PropertyPrinter

public PropertyPrinter()
Method Detail

writeNode

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


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