NotesXMLProcessor (LotusScript®)
A base class containing properties and methods common to all XML processing classes.
Note: This class is new with Release 6.
Note: This class is not supported in COM.
Derived Classes
NotesDOMParser, NotesDXLExporter, NotesDXLImporter, NotesSAXParser, and NotesXSLTransformer inherit from the NotesXMLProcessor class.
Properties
Methods
Creation and access
The NotesXMLProcessor class is abstract and you do not create NotesXMLProcessor objects. Instead, you create objects for a specific derived XML class by using the appropriate Create method of the NotesSession class.