AddXMLDeclNode (NotesDOMParser - LotusScript®)
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
Data type
Boolean
Syntax
To get: flag = notesDOMParser .AddXMLDeclNode
To set: notesDOMParser .AddXMLDeclNode = flag
Legal values
- True indicates process XML declaration data into a NotesDOMXMLDeclNode object.
- False (default) indicates do not create a NotesDOMXMLDeclNode object.