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