13The table contains the mapping of an Infoset information item to a Node
Attribute
Value
11Node.nodeName |
11"#document" |
11Node.nodeValue |
11null |
11Node.nodeType |
11Node.DOCUMENT_NODE |
11Node.parentNode |
11null |
11Node.childNodes |
11A NodeList containing the information items
in the [children] property.
|
11Node.firstChild |
11The first node contained in Node.childNodes |
11Node.lastChild |
11The last node contained in Node.childNodes |
11Node.previousSibling |
11null |
11Node.nextSibling |
11null |
11Node.attributes |
11null |
11Node.ownerDocument |
11null |
11Node.namespaceURI |
11null |
11Node.prefix |
11null |
11Node.localName |
11null |
11Node.baseURI |
11same as Document.documentURI |
11Node.textContent |
11null |
11Document.doctype |
11The document type information item |
11Document.implementation |
11The DOMImplementation object used to create
this node |
11Document.documentElement |
11The [document element] property |
11Document.inputEncoding |
11The [character encoding scheme] property |
11Document.xmlEncoding |
11null |
11Document.xmlStandalone |
11The [standalone] property, or false
if the latter has no value. |
11Document.xmlVersion |
11The [version] property, or "1.0" if
the latter has no value. |
11Document.strictErrorChecking |
11true |
11Document.documentURI |
11The [base URI] property |
11Document.domConfig |
11A DOMConfiguration object whose parameters
are set to their default values |