# Makefile for directory ./dom/traversal

TARGETS=\
	IteratorView.class\
	NameNodeFilter.class\
	TreeWalkerView.class

DIRS = 

TOP = ../../..
include $(TOP)/src/Makefile.incl
