<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Visitor Design pattern to traverse hierarchical object structure.</title>
	<atom:link href="http://we4tech.wordpress.com/2007/06/01/visitor-design-pattern-to-traverse-hierarchical-object-structure/feed/" rel="self" type="application/rss+xml" />
	<link>http://we4tech.wordpress.com/2007/06/01/visitor-design-pattern-to-traverse-hierarchical-object-structure/</link>
	<description>work for fun!!!</description>
	<lastBuildDate>Wed, 25 Jan 2012 11:56:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Ricky Clarkson</title>
		<link>http://we4tech.wordpress.com/2007/06/01/visitor-design-pattern-to-traverse-hierarchical-object-structure/#comment-423</link>
		<dc:creator><![CDATA[Ricky Clarkson]]></dc:creator>
		<pubDate>Fri, 01 Jun 2007 18:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://hasan.we4tech.com/visitor-design-pattern-to-traverse-hierarchical-object-structure#comment-423</guid>
		<description><![CDATA[It&#039;s worth pointing out that this pattern is invisible in languages that support multiple dynamic dispatch, and that even in Java there are other ways of implementing it.

Also, what you&#039;ve defined is an iterator over a tree, not a visitor.  There&#039;s only one &#039;visit&#039; method, which is a good sign of that.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s worth pointing out that this pattern is invisible in languages that support multiple dynamic dispatch, and that even in Java there are other ways of implementing it.</p>
<p>Also, what you&#8217;ve defined is an iterator over a tree, not a visitor.  There&#8217;s only one &#8216;visit&#8217; method, which is a good sign of that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

