nl.justobjects.toolkit.xml
Interface Visitor

All Known Implementing Classes:
DefaultVisitor, TestVisitor, HTMLPrintVisitor, XMLPrintVisitor

public interface Visitor

Callback methods from the TreeWalker.


Method Summary
 void visitDocumentPost(org.w3c.dom.Document document)
           
 void visitDocumentPre(org.w3c.dom.Document document)
           
 void visitElementPost(org.w3c.dom.Element element)
           
 void visitElementPre(org.w3c.dom.Element element)
           
 void visitText(org.w3c.dom.Text element)
           
 

Method Detail

visitDocumentPre

public void visitDocumentPre(org.w3c.dom.Document document)

visitDocumentPost

public void visitDocumentPost(org.w3c.dom.Document document)

visitElementPre

public void visitElementPre(org.w3c.dom.Element element)

visitElementPost

public void visitElementPost(org.w3c.dom.Element element)

visitText

public void visitText(org.w3c.dom.Text element)


Copyright © 2000-2001 - Just Objects B.V.