<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://zhidian.wuute.com/html5dev/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://zhidian.wuute.com/html5dev/feed.php">
        <title>HTML5知典 36:86:06</title>
        <description></description>
        <link>http://zhidian.wuute.com/html5dev/</link>
        <image rdf:resource="http://zhidian.wuute.com/html5dev/lib/tpl/bootstrap3_1/images/favicon.ico" />
       <dc:date>2026-05-20T19:02:13+09:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/36/86/06/element?rev=1492615655&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/36/86/06/eventtarget?rev=1492616746&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/36/86/06/node?rev=1492937301&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/36/86/06/start?rev=1492697290&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://zhidian.wuute.com/html5dev/lib/tpl/bootstrap3_1/images/favicon.ico">
        <title>HTML5知典</title>
        <link>http://zhidian.wuute.com/html5dev/</link>
        <url>http://zhidian.wuute.com/html5dev/lib/tpl/bootstrap3_1/images/favicon.ico</url>
    </image>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/36/86/06/element?rev=1492615655&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-20T00:27:35+09:00</dc:date>
        <title>Element</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/36/86/06/element?rev=1492615655&amp;do=diff</link>
        <description>Element

Element接口表示一个元素，该接口扩展自Node接口，描述了元素所普遍具有的方法和属性。 

继承自Element接口有：HTMLElement 接口是所有HTML元素的基础接口，而 SVGElement 接口是所有SVG元素的基础接口。

Element()</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/36/86/06/eventtarget?rev=1492616746&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-20T00:45:46+09:00</dc:date>
        <title>EventTarget</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/36/86/06/eventtarget?rev=1492616746&amp;do=diff</link>
        <description>EventTarget

EventTarget接口由可以接收事件的对象实现。Element、document和window是最常见的事件目标，但是其他对象也可以是事件目标，如XMLHttpRequest, AudioNode, AudioContext等。

EventTarget()

继承层次</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/36/86/06/node?rev=1492937301&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-23T17:48:21+09:00</dc:date>
        <title>Node</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/36/86/06/node?rev=1492937301&amp;do=diff</link>
        <description>Node

Node接口表示文档DOM树中的一个节点，Element、Attr、CDATASection等接口，都是从Node继承过来的。

Node()

继承层次

Object.prototype

　Function.prototype 

　　EventTarget 

　　　Node

构造函数

程序不能直接调用该构造函数，否则将会产生异常。</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/36/86/06/start?rev=1492697290&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-20T23:08:10+09:00</dc:date>
        <title>核心DOM接口</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/36/86/06/start?rev=1492697290&amp;do=diff</link>
        <description>核心DOM接口

定义

DOM 基础接口包括不依存于 HTML 元素的核心 DOM 接口和 HTML 元素的基础接口。

列表

	*  Element
	*  EventTarget
	*  Node</description>
    </item>
</rdf:RDF>
