LOTUSSCRIPT/COM/OLE CLASSES
Defined in
NotesDOMDocumentNode
Syntax
Set notesDOMXMLDeclNode = notesDOMDocumentNode.CreateXMLDeclNode( version$ , encoding$ , standalone$ )
Parameters
version$
notesDOMXMLDeclNode
Sets NodeName to "#xmldecl" literally.
Sets Encoding to encoding. For more information about declaration encoding, see http://www.w3.org/TR/REC-xml#NT-EncodingDecl.
Sets Standalone to standalone. For more information see "Standalone Document Declaration" at http://www.w3.org/TR/REC-xml#NT-SDDecl.
Sets Version to version. For more information about version, see http://www.w3.org/TR/REC-xml#NT-VersionInfo.