节点类型(Node Types)
Attr 对象
CDATASection 对象
CharacterData 对象
CSS2Properties 对象
CSSRule 对象
CSSStyleRule 对象
CSSStyleSheet 对象
Document 对象
- 属性和方法
- async
- childNodes
- doctype
- documentElement
- documentURI
- firstChild
- implementation
- inputEncoding
- lastChild
- nodeName
- nodeType
- nodeValue
- strictErrorChecking
- text
- xml
- xmlEncoding
- xmlStandalone
- xmlVersion
- createAttribute(name)
- createAttributeNS(uri
- createCDATASection()
- createComment()
- createElement()
- createElementNS()
- createEvent()
- createExpression()
- createProcessingInstruction()
- createRange()
- evaluate()
- createTextNode()
- getElementById()
- getElementsByTagName()
- getElementsByTagNameNS()
- importNode()
- loadXML()
- renameNode()
DocumentType 对象
DOMException 对象
DOMImplementation 对象
DOMParser 对象
Element 对象
- 属性和方法
- attributes
- baseURI
- childNodes
- firstChild
- lastChild
- localName
- namespaceURI
- nextSibling
- nodeName
- nodeType
- ownerDocument
- parentNode
- prefix
- previousSibling
- tagName
- textContent
- text
- xml
- appendChild()
- cloneNode()
- compareDocumentPosition()
- dispatchEvent()
- getAttribute()
- getAttributeNS()
- getAttributeNode()
- getAttributeNodeNS()
- getElementsByTagName()
- getElementsByTagNameNS()
- hasAttribute()
- hasAttributeNS()
- hasAttributes()
- hasChildNodes()
- insertBefore()
- isEqualNode()
- isSameNode()
- lookupNamespaceURI()
- lookupPrefix()
- removeAttribute()
- removeAttributeNS()
- removeAttributeNode()
- removeChild()
- replaceChild()
- setAttribute()
- setAttributeNS()
- setAttributeNode()
Event 对象
HTMLCollection 对象
HTMLDocument 对象
HTMLElement 对象
NamedNodeMap 对象
Node 对象
- 属性和方法
- baseURI
- childNodes
- firstChild
- lastChild
- localName
- namespaceURI
- nextSibling
- nodeName
- nodeType
- nodeValue
- ownerDocument
- parentNode
- prefix
- previousSibling
- textContent
- text
- xml
- appendChild()
- cloneNode()
- compareDocumentPosition()
- hasAttributes()
- hasChildNodes()
- insertBefore()
- isEqualNode()
- isSameNode()
- isSupported()
- lookupNamespaceURI()
- lookupPrefix()
- normalize()
- removeChild()
- replaceChild()
- selectNodes()
- selectSingleNode()
- transformNode()
- transformNodeToObject()