|
Project 1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcscie259.project1.mf.DOMWalker
A class whose sole purpose in life is to walk your DOM. You MAY modify this file so that it handles your implementation of attributes.
Constructor Summary | |
DOMWalker()
|
Method Summary | |
static void |
walk(Document doc,
ContentHandler handler)
Initiates a walk on given document, passing SAX events to handler. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DOMWalker()
Method Detail |
public static void walk(Document doc, ContentHandler handler)
doc
- document's topmost nodehandler
- ContentHandler for SAX events
|
Project 1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |