NotesDOMXMLDeclNode (LotusScript®)

The XML declaration which specifies the version of XML being used.

Note: This class is new with Release 6.
Note: This class is not supported in COM.

Base class

Inherits from: NotesDOMNode

Creation and Access

Use the FirstChild property of the NotesDOMParser Document to access the NotesXMLDeclNode. You must set the NotesDOMParser AddXMLDeclNode property to True before calling Process.

Usage

For more information about XML declarations, see "XMLDecl" in the Extensible Markup Language (XML) 1.0 at http://www.w3.org/TR/REC-xml#NT-XMLDecl.

Example