| name | data type | constraints | description | 
|---|---|---|---|
| documentURI | string | ||
| xmlVersion | string | ||
| strictErrorChecking | boolean | required | |
| xmlEncoding | string | ||
| implementation | DOMImplementation | ||
| doctype | DocumentType | ||
| documentElement | Element | ||
| domConfig | DOMConfiguration | ||
| xmlStandalone | boolean | required | |
| inputEncoding | string | ||
Properties inherited from Node | 
        |||
| lastChild | Node | ||
| previousSibling | Node | ||
| textContent | string | ||
| nodeValue | string | ||
| attributes | NamedNodeMap | ||
| nextSibling | Node | ||
| prefix | string | ||
| namespaceURI | string | ||
| parentNode | Node | ||
| childNodes | NodeList | ||
| baseURI | string | ||
| nodeName | string | ||
| firstChild | Node | ||
| nodeType | number | required | |
| ownerDocument | Document | ||
| localName | string | ||
Example
{
  "documentURI" : "...",
  "xmlVersion" : "...",
  "strictErrorChecking" : true,
  "xmlEncoding" : "...",
  "implementation" : { },
  "doctype" : {
    "entities" : {
      "length" : 12345
    },
    "notations" : {
      "length" : 12345
    },
    "publicId" : "...",
    "systemId" : "...",
    "name" : "...",
    "internalSubset" : "...",
    "lastChild" : {
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "previousSibling" : {
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "textContent" : "...",
    "nodeValue" : "...",
    "attributes" : {
      "length" : 12345
    },
    "nextSibling" : {
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "prefix" : "...",
    "namespaceURI" : "...",
    "parentNode" : {
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "childNodes" : {
      "length" : 12345
    },
    "baseURI" : "...",
    "nodeName" : "...",
    "firstChild" : {
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "nodeType" : 12345,
    "ownerDocument" : {
      "documentURI" : "...",
      "xmlVersion" : "...",
      "strictErrorChecking" : true,
      "xmlEncoding" : "...",
      "implementation" : { },
      "doctype" : { },
      "documentElement" : { },
      "domConfig" : { },
      "xmlStandalone" : true,
      "inputEncoding" : "...",
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "localName" : "..."
  },
  "documentElement" : {
    "schemaTypeInfo" : {
      "typeName" : "...",
      "typeNamespace" : "..."
    },
    "tagName" : "...",
    "lastChild" : {
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "previousSibling" : {
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "textContent" : "...",
    "nodeValue" : "...",
    "attributes" : {
      "length" : 12345
    },
    "nextSibling" : {
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "prefix" : "...",
    "namespaceURI" : "...",
    "parentNode" : {
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "childNodes" : {
      "length" : 12345
    },
    "baseURI" : "...",
    "nodeName" : "...",
    "firstChild" : {
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "nodeType" : 12345,
    "ownerDocument" : {
      "documentURI" : "...",
      "xmlVersion" : "...",
      "strictErrorChecking" : true,
      "xmlEncoding" : "...",
      "implementation" : { },
      "doctype" : { },
      "documentElement" : { },
      "domConfig" : { },
      "xmlStandalone" : true,
      "inputEncoding" : "...",
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "localName" : "..."
  },
  "domConfig" : {
    "parameterNames" : {
      "length" : 12345
    }
  },
  "xmlStandalone" : true,
  "inputEncoding" : "...",
  "lastChild" : {
    "lastChild" : { },
    "previousSibling" : { },
    "textContent" : "...",
    "nodeValue" : "...",
    "attributes" : {
      "length" : 12345
    },
    "nextSibling" : { },
    "prefix" : "...",
    "namespaceURI" : "...",
    "parentNode" : { },
    "childNodes" : {
      "length" : 12345
    },
    "baseURI" : "...",
    "nodeName" : "...",
    "firstChild" : { },
    "nodeType" : 12345,
    "ownerDocument" : {
      "documentURI" : "...",
      "xmlVersion" : "...",
      "strictErrorChecking" : true,
      "xmlEncoding" : "...",
      "implementation" : { },
      "doctype" : { },
      "documentElement" : { },
      "domConfig" : { },
      "xmlStandalone" : true,
      "inputEncoding" : "...",
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "localName" : "..."
  },
  "previousSibling" : {
    "lastChild" : { },
    "previousSibling" : { },
    "textContent" : "...",
    "nodeValue" : "...",
    "attributes" : {
      "length" : 12345
    },
    "nextSibling" : { },
    "prefix" : "...",
    "namespaceURI" : "...",
    "parentNode" : { },
    "childNodes" : {
      "length" : 12345
    },
    "baseURI" : "...",
    "nodeName" : "...",
    "firstChild" : { },
    "nodeType" : 12345,
    "ownerDocument" : {
      "documentURI" : "...",
      "xmlVersion" : "...",
      "strictErrorChecking" : true,
      "xmlEncoding" : "...",
      "implementation" : { },
      "doctype" : { },
      "documentElement" : { },
      "domConfig" : { },
      "xmlStandalone" : true,
      "inputEncoding" : "...",
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "localName" : "..."
  },
  "textContent" : "...",
  "nodeValue" : "...",
  "attributes" : {
    "length" : 12345
  },
  "nextSibling" : {
    "lastChild" : { },
    "previousSibling" : { },
    "textContent" : "...",
    "nodeValue" : "...",
    "attributes" : {
      "length" : 12345
    },
    "nextSibling" : { },
    "prefix" : "...",
    "namespaceURI" : "...",
    "parentNode" : { },
    "childNodes" : {
      "length" : 12345
    },
    "baseURI" : "...",
    "nodeName" : "...",
    "firstChild" : { },
    "nodeType" : 12345,
    "ownerDocument" : {
      "documentURI" : "...",
      "xmlVersion" : "...",
      "strictErrorChecking" : true,
      "xmlEncoding" : "...",
      "implementation" : { },
      "doctype" : { },
      "documentElement" : { },
      "domConfig" : { },
      "xmlStandalone" : true,
      "inputEncoding" : "...",
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "localName" : "..."
  },
  "prefix" : "...",
  "namespaceURI" : "...",
  "parentNode" : {
    "lastChild" : { },
    "previousSibling" : { },
    "textContent" : "...",
    "nodeValue" : "...",
    "attributes" : {
      "length" : 12345
    },
    "nextSibling" : { },
    "prefix" : "...",
    "namespaceURI" : "...",
    "parentNode" : { },
    "childNodes" : {
      "length" : 12345
    },
    "baseURI" : "...",
    "nodeName" : "...",
    "firstChild" : { },
    "nodeType" : 12345,
    "ownerDocument" : {
      "documentURI" : "...",
      "xmlVersion" : "...",
      "strictErrorChecking" : true,
      "xmlEncoding" : "...",
      "implementation" : { },
      "doctype" : { },
      "documentElement" : { },
      "domConfig" : { },
      "xmlStandalone" : true,
      "inputEncoding" : "...",
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "localName" : "..."
  },
  "childNodes" : {
    "length" : 12345
  },
  "baseURI" : "...",
  "nodeName" : "...",
  "firstChild" : {
    "lastChild" : { },
    "previousSibling" : { },
    "textContent" : "...",
    "nodeValue" : "...",
    "attributes" : {
      "length" : 12345
    },
    "nextSibling" : { },
    "prefix" : "...",
    "namespaceURI" : "...",
    "parentNode" : { },
    "childNodes" : {
      "length" : 12345
    },
    "baseURI" : "...",
    "nodeName" : "...",
    "firstChild" : { },
    "nodeType" : 12345,
    "ownerDocument" : {
      "documentURI" : "...",
      "xmlVersion" : "...",
      "strictErrorChecking" : true,
      "xmlEncoding" : "...",
      "implementation" : { },
      "doctype" : { },
      "documentElement" : { },
      "domConfig" : { },
      "xmlStandalone" : true,
      "inputEncoding" : "...",
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "localName" : "..."
  },
  "nodeType" : 12345,
  "ownerDocument" : {
    "documentURI" : "...",
    "xmlVersion" : "...",
    "strictErrorChecking" : true,
    "xmlEncoding" : "...",
    "implementation" : { },
    "doctype" : {
      "entities" : { },
      "notations" : { },
      "publicId" : "...",
      "systemId" : "...",
      "name" : "...",
      "internalSubset" : "...",
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "documentElement" : {
      "schemaTypeInfo" : { },
      "tagName" : "...",
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "domConfig" : {
      "parameterNames" : { }
    },
    "xmlStandalone" : true,
    "inputEncoding" : "...",
    "lastChild" : {
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "previousSibling" : {
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "textContent" : "...",
    "nodeValue" : "...",
    "attributes" : {
      "length" : 12345
    },
    "nextSibling" : {
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "prefix" : "...",
    "namespaceURI" : "...",
    "parentNode" : {
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "childNodes" : {
      "length" : 12345
    },
    "baseURI" : "...",
    "nodeName" : "...",
    "firstChild" : {
      "lastChild" : { },
      "previousSibling" : { },
      "textContent" : "...",
      "nodeValue" : "...",
      "attributes" : { },
      "nextSibling" : { },
      "prefix" : "...",
      "namespaceURI" : "...",
      "parentNode" : { },
      "childNodes" : { },
      "baseURI" : "...",
      "nodeName" : "...",
      "firstChild" : { },
      "nodeType" : 12345,
      "ownerDocument" : { },
      "localName" : "..."
    },
    "nodeType" : 12345,
    "ownerDocument" : { },
    "localName" : "..."
  },
  "localName" : "..."
}