XMLElement Data Type

An object that can be added to the Activity Log.

Properties
name data type description
document Document
namespaceURI string
loggableView XMLElement Get Object that can be added to the Activity Log.
children array of XMLElement
attributes map of string
text string
namespacePrefix string
name string

Example

{
  "document" : {
    "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" : "..."
  },
  "namespaceURI" : "...",
  "loggableView" : {
    "document" : {
      "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" : "..."
    },
    "namespaceURI" : "...",
    "loggableView" : { },
    "children" : [ { }, { } ],
    "attributes" : {
      "property1" : "...",
      "property2" : "..."
    },
    "text" : "...",
    "namespacePrefix" : "...",
    "name" : "..."
  },
  "children" : [ {
    "document" : {
      "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" : "..."
    },
    "namespaceURI" : "...",
    "loggableView" : { },
    "children" : [ { }, { } ],
    "attributes" : {
      "property1" : "...",
      "property2" : "..."
    },
    "text" : "...",
    "namespacePrefix" : "...",
    "name" : "..."
  }, {
    "document" : {
      "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" : "..."
    },
    "namespaceURI" : "...",
    "loggableView" : { },
    "children" : [ { }, { } ],
    "attributes" : {
      "property1" : "...",
      "property2" : "..."
    },
    "text" : "...",
    "namespacePrefix" : "...",
    "name" : "..."
  } ],
  "attributes" : {
    "property1" : "...",
    "property2" : "..."
  },
  "text" : "...",
  "namespacePrefix" : "...",
  "name" : "..."
}