<?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/"
	
	>
<channel>
	<title>
	Comments on: XML Tree Viewer using SAX Parser in JAVA with Jtree,JFileChooser component of Swing	</title>
	<atom:link href="https://www.jitendrazaa.com/blog/java/xml-tree-viewer-using-sax-parser-in-java-with-jtreejfilechooser-component-of-swing/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jitendrazaa.com/blog/java/xml-tree-viewer-using-sax-parser-in-java-with-jtreejfilechooser-component-of-swing/</link>
	<description>AI, Salesforce, ServiceNow &#38; Enterprise Tech Guides</description>
	<lastBuildDate>Tue, 02 May 2017 18:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Java Developer		</title>
		<link>https://www.jitendrazaa.com/blog/java/xml-tree-viewer-using-sax-parser-in-java-with-jtreejfilechooser-component-of-swing/#comment-3646</link>

		<dc:creator><![CDATA[Java Developer]]></dc:creator>
		<pubDate>Tue, 02 May 2017 18:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1767#comment-3646</guid>

					<description><![CDATA[Is there a way to get selected node and its xml parent. I&#039;m trying to add a new button and listener.]]></description>
			<content:encoded><![CDATA[<p>Is there a way to get selected node and its xml parent. I&#8217;m trying to add a new button and listener.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hana		</title>
		<link>https://www.jitendrazaa.com/blog/java/xml-tree-viewer-using-sax-parser-in-java-with-jtreejfilechooser-component-of-swing/#comment-807</link>

		<dc:creator><![CDATA[hana]]></dc:creator>
		<pubDate>Thu, 23 Feb 2012 10:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1767#comment-807</guid>

					<description><![CDATA[thank you so much 
this is just what i looking for ]]></description>
			<content:encoded><![CDATA[<p>thank you so much<br />
this is just what i looking for </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: robert		</title>
		<link>https://www.jitendrazaa.com/blog/java/xml-tree-viewer-using-sax-parser-in-java-with-jtreejfilechooser-component-of-swing/#comment-806</link>

		<dc:creator><![CDATA[robert]]></dc:creator>
		<pubDate>Fri, 26 Aug 2011 18:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1767#comment-806</guid>

					<description><![CDATA[great example, thanks]]></description>
			<content:encoded><![CDATA[<p>great example, thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jitendra Zaa		</title>
		<link>https://www.jitendrazaa.com/blog/java/xml-tree-viewer-using-sax-parser-in-java-with-jtreejfilechooser-component-of-swing/#comment-805</link>

		<dc:creator><![CDATA[Jitendra Zaa]]></dc:creator>
		<pubDate>Thu, 02 Jun 2011 07:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1767#comment-805</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/java/xml-tree-viewer-using-sax-parser-in-java-with-jtreejfilechooser-component-of-swing/#comment-804&quot;&gt;Mike&lt;/a&gt;.

Hi Mike,
I have overrided one more method startDocument() and there i am setting new root Node and in this way the Old nodes are detached. I have also added the JScrollpane to support the Scroll bars in the JTree.

Regards,
Jitendra Zaa]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/java/xml-tree-viewer-using-sax-parser-in-java-with-jtreejfilechooser-component-of-swing/#comment-804">Mike</a>.</p>
<p>Hi Mike,<br />
I have overrided one more method startDocument() and there i am setting new root Node and in this way the Old nodes are detached. I have also added the JScrollpane to support the Scroll bars in the JTree.</p>
<p>Regards,<br />
Jitendra Zaa</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike		</title>
		<link>https://www.jitendrazaa.com/blog/java/xml-tree-viewer-using-sax-parser-in-java-with-jtreejfilechooser-component-of-swing/#comment-804</link>

		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Thu, 02 Jun 2011 01:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1767#comment-804</guid>

					<description><![CDATA[Thanks for this, one question...

One problem with the application is the fact that it appends every XML file you open.  What is the best way to refresh this so that only one XML file is displayed?]]></description>
			<content:encoded><![CDATA[<p>Thanks for this, one question&#8230;</p>
<p>One problem with the application is the fact that it appends every XML file you open.  What is the best way to refresh this so that only one XML file is displayed?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Difference between SAX and DOM Parsers &#124; Shiva Blog		</title>
		<link>https://www.jitendrazaa.com/blog/java/xml-tree-viewer-using-sax-parser-in-java-with-jtreejfilechooser-component-of-swing/#comment-803</link>

		<dc:creator><![CDATA[Difference between SAX and DOM Parsers &#124; Shiva Blog]]></dc:creator>
		<pubDate>Tue, 22 Mar 2011 11:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1767#comment-803</guid>

					<description><![CDATA[[...] XML Tree Viewer using SAX Parser in JAVA with Jtree, JFileChooser component of Swing [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] XML Tree Viewer using SAX Parser in JAVA with Jtree, JFileChooser component of Swing [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.jitendrazaa.com @ 2026-07-15 06:09:52 by W3 Total Cache
-->