None = 0 Element = 1 Attribute = 2 Text = 3 CDATA = 4 EntityReference = 5 Entity = 6 ProcessingInstruction = 7 Comment = 8 Document = 9 DocumentType = 10 DocumentFragment = 11 Notation = 12 Whitespace = 13 SignificantWhitespace = 14 EndElement = 15 EndEntity = 16 XmlDeclaration = 17
{ "InternalSubset": "string", "Name": "string", "NodeType": 0, "PublicId": "string", "SystemId": "string", "NextNode": { "NextNode": {}, "PreviousNode": {}, "DocumentOrderComparer": {}, "EqualityComparer": {}, "BaseUri": "string", "Document": { … }, "NodeType": 0, "Parent": { … }, "__type": "string" }, "PreviousNode": { "NextNode": {}, "PreviousNode": {}, "DocumentOrderComparer": {}, "EqualityComparer": {}, "BaseUri": "string", "Document": { … }, "NodeType": 0, "Parent": { … }, "__type": "string" }, "BaseUri": "string", "Document": { "Declaration": { … }, "DocumentType": {}, "NodeType": 0, "Root": { … }, "FirstNode": { … }, "LastNode": { … }, "NextNode": { … }, "PreviousNode": { … }, "BaseUri": "string", "Document": {}, "Parent": { … } }, "Parent": { "EmptySequence": [ … ], "FirstAttribute": { … }, "HasAttributes": true, "HasElements": true, "IsEmpty": true, "LastAttribute": { … }, "Name": { … }, "NodeType": 0, "Value": "string", "FirstNode": { … }, "LastNode": { … }, "NextNode": { … }, "PreviousNode": { … }, "BaseUri": "string", "Document": { … }, "Parent": {} } }