LOTUSSCRIPT/COM/OLE CLASSES


AddXMLDeclNode property
Read-write. Indicates that attributes from the XML declaration line -- version, encoding, and standalone attributes -- should be included in the resulting DOM tree in a NotesDOMXMLDeclNode object.

Defined in

NotesDOMParser

Data type

Boolean

Syntax

To get: flag = notesDOMParser.AddXMLDeclNode

To set: notesDOMParser.AddXMLDeclNode = flag

Legal values


See Also