.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


NotesDOMXMLDeclNode class
Example

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