|
Project 1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcscie259.project1.mf.DOMWalker
public abstract class 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,
DefaultHandler 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, DefaultHandler handler)
doc
- document's topmost nodehandler
- DefaultHandler for SAX events
|
Project 1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |