.

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


CreateDOMParser method
Example

Creates a NotesDOMParser object.

Note This method is new with Release 6.

Note This method is not supported in COM.

Defined in

NotesSession

Syntax

Set notesDOMParser = notesSession.CreateDOMParser( [ input [, output ] ] )

Parameters

input


output
Return value

notesDOMParser


Usage

See the NotesDOMParser class and Pipelining for additional information.

You cannot explicitly read or write a NotesStream object associated with a file prior to using it for XML input or output. For example, if you write to a file then use it for XML input, you must close and reopen the NotesStream object.

Example
See Also