13The table contains the mapping of an Infoset information item to a Node
Attribute
Value
11Node.nodeName |
11same as DocumentType.name |
11Node.nodeValue |
11null |
11Node.nodeType |
11Node.DOCUMENT_TYPE_NODE |
11Node.parentNode |
11The [parent] property |
11Node.childNodes |
11empty NodeList |
11Node.firstChild |
11null |
11Node.lastChild |
11null |
11Node.previousSibling |
11null |
11Node.nextSibling |
11null |
11Node.attributes |
11null |
11Node.ownerDocument |
11The document information item |
11Node.namespaceURI |
11null |
11Node.prefix |
11null |
11Node.localName |
11null |
11Node.baseURI |
11null |
11Node.textContent |
11null |
11DocumentType.name |
11
The name of the document element.
|
11DocumentType.entities |
11
The [unparsed entities] property available from the
document information item.
|
11DocumentType.notations |
11
The [notations] property available from the document
information item.
|
11DocumentType.publicId |
11
The [public identifier] property
|
11DocumentType.systemId |
11
The [system identifier] property
|
11DocumentType.internalSubset |
11
The value is implementation dependent
|