<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ActionScript 3 Lover &#187; remove</title>
	<atom:link href="http://as3blog.com/tag/remove/feed/" rel="self" type="application/rss+xml" />
	<link>http://as3blog.com</link>
	<description>Focus on ActionScript 3</description>
	<lastBuildDate>Thu, 19 Nov 2009 04:51:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>删除DisplayObject中所有的子元素</title>
		<link>http://as3blog.com/as3/removing-all-the-children-using-as3/</link>
		<comments>http://as3blog.com/as3/removing-all-the-children-using-as3/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 14:09:04 +0000</pubDate>
		<dc:creator>Aw</dc:creator>
				<category><![CDATA[ActionScript3]]></category>
		<category><![CDATA[children]]></category>
		<category><![CDATA[Display Object]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[删除]]></category>

		<guid isPermaLink="false">http://as3blog.com/as3/removing-all-the-children-using-as3/</guid>
		<description><![CDATA[最近总有人问起这个，有很多方法都可以做到，其实非常简单：
while(displayObject.numChildren) displayObject.removeChildAt(0);

一句话就可以了。
]]></description>
			<content:encoded><![CDATA[<p>最近总有人问起这个，有很多方法都可以做到，其实非常简单：</p>
<blockquote><p>while(displayObject.numChildren) displayObject.removeChildAt(0);</p>
</blockquote>
<p>一句话就可以了。</p>
]]></content:encoded>
			<wfw:commentRss>http://as3blog.com/as3/removing-all-the-children-using-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

