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
Properties
Attributes
Encoding
FirstChild
HasChildNodes
IsNull
LastChild
LocalName
NamespaceURI
NextSibling
NodeName
NodeType
NodeValue
NumberOfChildNodes
ParentNode
Prefix
PreviousSibling
Standalone
Version
Methods
AppendChild
Clone
RemoveChild
ReplaceChild
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 See Also