|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnu.xom.samples.PropertyPrinter
public class PropertyPrinter
Demonstrates recursive descent through an XML document,
and the getter methods of the Element
and Attribute
classes.
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 |
---|
public PropertyPrinter(java.io.Writer out)
public PropertyPrinter()
Method Detail |
---|
public void writeNode(nu.xom.Node node) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |