domino objects for lotusscript/com/ole, part...

Post on 05-Nov-2020

18 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

NotesColorObject

Propertiesinteger = Blueinteger = Greeninteger = Hueinteger = Luminanceinteger = NotesColorNotesColor = integerinteger = Redinteger = SaturationMethodsnotescolor = SetHSL(hue, saturation, luminance)notescolor = SetRGB(red, green, blue)

Domino Objects for LotusScript/COM/OLE, Part 2Supports Visual Basic, VBA, VBS, Delphi, and other COM- and OLE-compliant languagesIBM Lotus Notes® and DominoTM 6

Back-End Classes

NotesSession

Propertiesnotesagent = CurrentAgent notesinternational = InternationalMethodsnotesadministrationprocess = CreateAdministration

Process(server)notescolorobject = CreateColorObjectnotesdomparser = CreateDOMParser([input],

[output])notesdxlexporter = CreateDXLExporter([input],

[output])notesdxlimporter = CreateDXLImporter([input],

[output])noteslog = CreateLog(programname)notesname = CreateName(name, [language])notesregistration = CreateRegistrationnotessaxparser = CreateSAXParser([input],

[output])notesstream = CreateStream notestimer = CreateTimer notesxsltransformer = CreateXSLTransformer

([input], [stylesheet], [output])

All trademarks are the property of their respective owners.G210-1443-00

www.lotus.com/ldd/docNot supported by COM

COM only

NotesAdministrationProcess

Propertiesstring = Certifi cateAuthorityOrgCertifi cateAuthorityOrg = stringnotesdatetime = Certifi cateExpirationCertifi cateExpiration = notesDateTimestring = Certifi erFileCertifi erFile = stringstring = Certifi erPasswordCertifi erPassword = stringbool = IsCertifi cateAuthorityAvailablebool = UseCertifi cateAuthorityUseCertifi cateAuthority = boolMethodsnoteid = AddGroupMembers(group, members)noteid = AddInternetCertifi cateToUser(user,

keyringfi le, keyringpassword, [expiration])noteid = AddServerToCluster(server, cluster)noteid = ApproveDeletePersonInDirectory

(noteid)noteid = ApproveDeleteServerInDirectory

(noteid)noteid = ApproveDesignElementDeletion

(noteid)noteid = ApproveMailFileDeletion(noteid)noteid = ApproveMovedReplicaDeletion

(noteid)noteid = ApproveNameChangeRetraction

(noteid)noteid = ApproveRenamePersonInDirectory

(noteid)noteid = ApproveRenameServerInDirectory

(noteid)noteid = ApproveReplicaDeletion(noteid)noteid = ApproveResourceDeletion(noteid)noteid = ChangeHTTPPassword(username,

oldpassword, newpassword)noteid = Confi gureMailAgent(username,

agentname, [activatable], [enable])noteid = CreateReplica(sourceserver, sourcedbfi le,

[destserver], [destdbfi le], [copyacl], [createftindex])DeleteGroup(groupname, immediate,

[deletewindowsgroup])noteid = DeleteReplicas(servername, fi lename)DeleteServer(servername, immediate)DeleteUser(username, immediate, mailfi leaction,

denygroup, [deletewindowsuser])noteid = FindGroupInDomain(group)noteid = FindServerInDomain(server)noteid = FindUserInDomain(user)noteid = MoveMailUser(username, newhomeserver,

newhomeservermailpath, [usescos], [newclusterreplicaarray], [deleteoldclusterreplicas])

noteid = MoveReplica(sourceserver, sourcedbfi le, [destserver], [destdbfi le], [copyacl], [createftindex])

noteid = MoveRoamingUser(username, destserver, destserverpath)

noteid = MoveUserInHierarchyComplete(requestnoteid, [lastname], [fi rstname], [middleinitial], [orgunit], [altcommonname], [altorgunit], [altlanguage], [renamewindowsuser])

noteid = MoveUserInHierarchyRequest(username, [targetcertifi er], [allowprimarynamechange])

noteid = RecertifyServer(server)noteid = RecertifyUser(username)noteid = RemoveServerFromCluster(server)noteid = RenameGroup(group, newgroup)noteid = RenameNotesUser(username,

[lastname], [fi rstname], [middleinitial], [orgunit], [altcommonname], [altorgunit], [altlanguage], [renamewindowsuser])

noteid = RenameWebUser(username, newfullname, [newlastname], [newfi rstname], [newmiddleinitial], [newshortname], [newinternetaddress])

noteid = SetServerDirectoryAssistanceSettings (server, dbfi le)

noteid = SetUserPasswordSettings(username, [notespasswordchecksetting], [notespasswordchangeinterval], [notespasswordgraceperiod], [internetpasswordforcechange])

noteid = SignDatabaseWithServerID(server, dbfi le, [updateonly])

noteid = UpgradeUserToHierarchical(username, [orgunit], [altcommonname], [altorgunit], [altlanguage])

NotesInternational

Propertiesstring = AMStringbool = CurrencyDigitsstring = CurrencySymbolstring = DateSepstring = DecimalSepbool = IsCurrencySpacebool = IsCurrencySuffi xbool = IsCurrencyZerobool = IsDateDMYbool = IsDateMDYbool = IsDateYMDbool = IsDSTbool = IsTime24Hournotessession = Parentstring = PMStringstring = ThousandsSepstring = TimeSepinteger = TimeZonestring = Todaystring = Tomorrowstring = Yesterday

NotesLog

Propertiesbool = LogActionsLogActions = boolbool = LogErrorsLogErrors = boolinteger = NumActionsinteger = NumErrorsbool = OverwriteFileOverwriteFile = boolnotessession = Parentstring = ProgramNameProgramName = stringMethodsnotesLog = New(programname) CloseLogAction(description)LogError(code, description)LogEvent(message, queuename, type, severity)OpenAgentLogOpenFileLog(path)OpenMailLog(recipients, subject)OpenNotesLog(server, dbfi le)

NotesName

Propertiesstring = Abbreviatedstring = Addr821string = Addr822Comment1string = Addr822Comment2string = Addr822Comment3string = Addr822LocalPartstring = Addr822Phrasestring = ADMDstring = Canonicalstring = Commonstring = Countrystring = Generationstring = Givenstring = Initialsbool = IsHierarchicalstring = Keywordstring = Languagestring = Organizationstring = OrgUnit1string = OrgUnit2string = OrgUnit3string = OrgUnit4notessession = Parent string = PRMDstring = SurnameMethodsnotesname = New(name, [language])

NotesStream

Propertieslong = Bytesstring = Charsetbool = IsEOSbool = IsReadOnlylong = PositionPosition = longMethodsClosefl ag = Open(pathname, [charset])buffer = Read([length])string = ReadText([oneline], [eol])Truncatebytes = Write(buffer)bytes = WriteText(text, [eol])

NotesTimer

Propertiesstring = CommentComment = stringbool = EnabledEnabled = boolinteger = IntervalInterval = integerMethodsnotestimer = New(interval, [comment])EventsAlarm(notestimer)

NotesRegistration

Propertiesstringarray = AltOrgUnitAltOrgUnit = stringarraystringarray = AltOrgUnitLangAltOrgUnitLang = stringarraystring = Certifi erIDFileCertifi erIDFile = stringbool = CreateMailDbCreateMailDb = booldatevariant = ExpirationExpiration = datevariantinteger = IDTypeIDType = integerbool = IsNorthAmericanIsNorthAmerican = boolinteger = MinPasswordLengthMinPasswordLength = integerstring = OrgUnitOrgUnit = stringstring = RegistrationLogRegistrationLog = stringstring = RegistrationServerRegistrationServer = stringbool = StoreIDInAddressBookStoreIDInAddressBook = boolbool = UpdateAddressBookUpdateAddressBook = boolMethodsnotesRegistration = New()AddCertifi erToAddressBook(idfi le, [certpw],

[location], [comment])AddServerToAddressBook(idfi le, server, domain,

[userpw], [network], [adminname], [title], [location], [comment])

AddUserProfi le(username, profi lename)AddUserToAddressBook(idfi le, fullname, lastname,

[userpw], [fi rstname], [middle], [mailserver], [maildbpath], [fwdaddress], [location], [comment])

CrossCertify(idfi le, [certpw], [comment])DeleteIDOnServer(username, isserverid)GetIDFromServer(username, fi lepath, isserverid)GetUserInfo(username, [retmailserver], [retmailfi le],

[retmaildomain], [retmailsystem], [retprofi le])Recertify(idfi le, [certpw], [comment])RegisterNewCertifi er(organization, idfi le, [certpw],

[country])RegisterNewServer(server, idfi le, domain, [servpw],

[certpw], [location], [comment], [network], [adminname], [title])

RegisterNewUser(lastname, idfi le, regserver, [fi rstname], [middle], [certpw], [location], [comment], [maildbpath], [fwddomain], [userpw], [usertype], [altname], [altnamelang])

SwitchToID(idfi le, [userpw])

NotesDatabase

Propertiesnotesacl = ACLnotesagentarray = Agentsnotesreplication = ReplicationInfoMethodsnotesnotecollection = CreateNoteCollection

(selectallfl ag)notesoutline = CreateOutline(outlinename,

[defaultoutline])notesagent = GetAgent(agentname)notesoutline = GetOutline(outlinename)

NotesView

Propertiesnotesviewentrycollection = AllEntriesnotesviewcolumnarray = ColumnsMethodsnotesviewcolumn = CopyColumn (sourcecolumn,

[destinationindex])notesviewcolumn = CreateColumn([long],

[columnname], [formula])notesviewnavigator = CreateViewNavnotesviewnavigator = CreateViewNav(cachesize) notesviewnavigator = CreateViewNavFrom

(navigatorobject)notesviewnavigator = CreateViewNavFrom(navigatorobject, cachesize) notesviewnavigator = CreateViewNavFrom

Category(category)notesviewnavigator = CreateViewNavFrom

Category(category, cachesize) notesviewnavigator = CreateViewNavFrom

Children(navigatorobject)notesviewnavigator = CreateViewNavFromChildren(navigatorobject, cachesize) notesviewnavigator = CreateViewNavFrom

Descendants(navigatorobject)notesviewnavigator = CreateViewNavFrom

Descendants(navigatorobject, cachesize) notesviewnavigator = CreateViewNavMaxLevel

(level, [cachesize])notesviewentrycollection = GetAllEntriesByKey

[keyarray, [exactmatch])notesviewcolumn = GetColumn(columnnumber)notesviewentry = GetEntryByKey(keyarray,

[exactmatch])

NotesACL

Propertiesstring = AdministrationServerAdministrationServer = stringinteger = InternetLevelInternetLevel = integerbool = IsAdminNamesIsAdminNames = boolbool = IsAdminReaderAuthorIsAdminReaderAuthor = boolbool = IsExtendedAccessIsExtendedAccess = bool notesdatabase = Parentstringarray = Rolesbool = UniformAccessUniformAccess = boolMethodsAddRole(name)notesaclentry = CreateACLEntry(name, level)DeleteRole(name)notesaclentry = GetEntry(name)notesaclentry = GetFirstEntrynotesaclentry = GetNextEntry(entry)RemoveACLEntry(name)RenameRole(oldname, newname)Save

NotesACLEntry

Propertiesbool = CanCreateDocumentsCanCreateDocuments = boolbool = CanCreateLSOrJavaAgentCanCreateLSOrJavaAgent = boolbool = CanCreatePersonalAgentCanCreatePersonalAgent = boolbool = CanCreatePersonalFolderCanCreatePersonalFolder = boolbool = CanCreateSharedFolderCanCreateSharedFolder = boolbool = CanDeleteDocumentsCanDeleteDocuments = boolbool = CanReplicateOrCopyDocumentsCanReplicateOrCopyDocuments = boolbool = IsAdminReaderAuthorIsAdminReaderAuthor = boolbool = IsAdminServerIsAdminServer = boolbool = IsGroupIsGroup = boolbool = IsPersonIsPerson = boolbool = IsPublicReaderIsPublicReader = bool bool = IsPublicWriterIsPublicWriter = bool bool = IsServerIsServer = boolinteger = LevelLevel = integerstring = NameName = stringnotesname = NameObject notesacl = Parentstringarray = Rolesinteger = UserTypeUserType = integerMethodsnotesaclentry = New(notesacl, name, level) DisableRole(name)EnableRole(name)bool = IsRoleEnabled(name)Remove

NotesAgent

Propertiesstring = Commentstring = CommonOwnerbool = HasRunSinceModifi edstring = HttpURLbool = IsActivatablebool = IsEnabledIsEnabled = boolbool = IsNotesAgentbool = IsPublicbool = IsWebAgentdatevariant = LastRunstringarray = LockHoldersstring = Namestring = NotesURLstring = OnBehalfOfstring = Ownerstring = ParameterDocIDnotesdatabase = Parentstring = Querystring = ServerNameServerName = stringinteger = Targetinteger = TriggerMethodsfl ag = Lock([name], [provisionalok])fl ag = LockProvisional([name])Removestatus = Run([noteid])status = RunOnServer([noteid])SaveUnlock

NotesOutline

Propertiesstring = AliasAlias = stringstring = CommentComment = stringstring = NameName = stringnotesdatabase = ParentDatabase MethodsAddEntry(newentry, [refentry], [moveafter], [aschild])notesoutlineentry = CreateEntry(name, [refentry],

[addafter], [aschild])notesoutlineentry = CreateEntryFrom(entry,

[refentry], [addafter], [aschild])notesoutlineentry = GetChild(entry)notesoutlineentry = GetFirstnotesoutlineentry = GetLastnotesoutlineentry = GetNext(entry)notesoutlineentry = GetNextSibling(entry)notesoutlineentry = GetParent(entry)notesoutlineentry = GetPrev(entry)notesoutlineentry = GetPrevSibling(entry)MoveEntry(currententry, refentry, [moveafter],

[aschild])RemoveEntry(currententry)Save

NotesOutlineEntry

Propertiesstring = AliasAlias = stringnotesdatabase = Databasenotesdocument = Documentlong = EntryClassstring = Formulastring = FrameTextFrameText = stringbool = HasChildrenstring = HideFormulaHideFormula = stringstring = ImagesTextImagesText = stringbool = IsHiddenIsHidden = boolbool = IsHiddenFromNotesIsHiddenFromNotes = boolbool = IsHiddenFromWebIsHiddenFromWeb = boolbool = IsInThisDBbool = IsPrivatebool = KeepSelectionFocusKeepSelectionFocus = boolstring = LabelLabel = stringlong = Levelstring = NamedElementnotesoutline = Parentlong = Typestring = URLbool = UseHideFormulaUseHideFormula = boolnotesview = ViewMethodsfl ag = SetAction(formula)fl ag = SetNamedElement(notesdatabase,

elementname, entryclass)SetNamedElement(notesdatabase, elementname,

entryclass) fl ag = SetNoteLink(notesdatabase, notesview,

notesdocument) SetNoteLink(obj) fl ag = SetURL(url)

NotesReplication

Propertiesbool = AbstractAbstract = booldatevariant = CutoffDatebool = CutoffDeleteCutoffDelete = boollong = CutoffIntervalCutoffInterval = longbool = DisabledDisabled = boolbool = DontSendLocalSecurityUpdatesDontSendLocalSecurityUpdates = boolbool = IgnoreDeletesIgnoreDeletes = boolbool = IgnoreDestDeletesIgnoreDestDeletes = boolbool = PriorityPriority = boolMethodsClearHistorynotesreplicationentry = GetEntry(source,

destination, [createfl ag])ResetSave

NotesReplicationEntry

Propertiesstring = Destinationstring = FormulaFormula = stringbool = IsIncludeACLIsIncludeACL = boolbool = IsIncludeAgentsIsIncludeAgents = boolbool = IsIncludeDocumentsIsIncludeDocuments = boolbool = IsIncludeFormsIsIncludeForms = boolbool = IsIncludeFormulasIsIncludeFormulas = boolstring = Sourcestring = ViewsViews = stringMethodsRemoveSave

NotesViewColumn

Propertiesinteger = AlignmentAlignment = integerinteger = DateFmtDateFmt = integerinteger = FontColorFontColor = integerstring = FontFaceFontFace = stringinteger = FontPointSizeFontPointSize = integerinteger = FontStyleFontStyle = integerstring = FormulaFormula = stringinteger = HeaderAlignmentHeaderAlignment = integerinteger = HeaderFontColorHeaderFontColor = integerstring = HeaderFontFaceHeaderFontFace = stringinteger = HeaderFontPointSizeHeaderFontPointSize = integerinteger = HeaderFontStyleHeaderFontStyle = integerbool = IsAccentSensitiveSortIsAccentSensitiveSort = boolbool = IsCaseSensitiveSortIsCaseSensitiveSort = boolbool = IsCategorybool = IsFieldbool = IsFontBoldIsFontBold = boolbool = IsFontItalicIsFontItalic = boolbool = IsFontStrikethroughIsFontStrikethrough = boolbool = IsFontUnderlineIsFontUnderline = boolbool = IsFormulabool = IsHeaderFontBoldIsHeaderFontBold = boolbool = IsHeaderFontItalicIsHeaderFontItalic = boolbool = IsHeaderFontStrikethroughIsHeaderFontStrikethrough = boolbool = IsHeaderFontUnderlineIsHeaderFontUnderline = boolbool = IsHiddenIsHidden = boolbool = IsHideDetailIsHideDetail = boolbool = IsIconbool = IsNumberAttribParensIsNumberAttribParens = boolbool = IsNumberAttribPercentIsNumberAttribPercent = boolbool = IsNumberAttribPunctuatedIsNumberAttribPunctuated = boolbool = IsResizeIsResize = boolbool = IsResortAscendingIsResortAscending = boolbool = IsResortDescendingIsResortDescending = boolbool = IsResortToViewIsResortToView = boolbool = IsResponsebool = IsSecondaryResortIsSecondaryResort = boolbool = IsSecondaryResortDescendingIsSecondaryResortDescending = boolbool = IsShowTwistieIsShowTwistie = boolbool = IsSortDescendingIsSortDescending = boolbool = IsSortedIsSorted = boolstring = ItemNameinteger = ListSepListSep = integerinteger = NumberAttribNumberAttrib = integerinteger = NumberDigitsNumberDigits = integerinteger = NumberFormatNumberFormat = integernotesview = Parentinteger = Positionstring = ResortToViewNameResortToViewName = stringinteger = SecondaryResortColumnIndexSecondaryResortColumnIndex = integerinteger = TimeDateFmtTimeDateFmt = integerinteger = TimeFmtTimeFmt = integerinteger = TimeZoneFmtTimeZoneFmt = integerstring = TitleTitle = stringinteger = WidthWidth = integer

NotesViewEntry

Propertiesinteger = ChildCountinteger = ColumnIndentLevelvariantarray = ColumnValuesinteger = DescendantCountnotesdocument = Documentinteger = FTSearchScoreinteger = IndentLevelbool = IsCategorybool = IsConfl ictbool = IsDocumentbool = IsTotalbool = IsValidstring = NoteIDnotesview = Parentinteger = SiblingCountstring = UniversalIDMethodsstring = GetPosition(separator)

NotesViewEntryCollection

Propertieslong = Countnotesview = Parentstring = QueryMethodsAddEntry(addentry, [checkdups])DeleteEntry(deleteentry)FTsearch(query, maxdocs)notesviewentry = GetEntry(entry)notesviewentry = GetFirstEntrynotesviewentry = GetLastEntrynotesviewentry = GetNextEntry(currententry)notesviewentry = GetNthEntry(index)notesviewentry = GetPrevEntry(currententry)PutAllInFolder(foldername, [createonfail])RemoveAll(force)RemoveAllFromFolder(foldername)StampAll(itemname, value)UpdateAll

NotesViewNavigator

Propertieslong = CacheSize CacheSize = long long = Countlong = MaxLevelMaxLevel = longnotesview = ParentViewMethodsnotesviewentry = GetChild(entry)notesviewentry = GetCurrent notesviewentry = GetEntry(entry)notesviewentry = GetFirstnotesviewentry = GetFirstDocumentnotesviewentry = GetLastnotesviewentry = GetLastDocumentnotesviewentry = GetNext(entry)notesviewentry = GetNextCategory(entry)notesviewentry = GetNextDocument(entry)notesviewentry = GetNextSibling(entry)notesviewentry = GetNth(index)notesviewentry = GetParent(entry)notesviewentry = GetPos(position$, separator)notesviewentry = GetPrev(entry)notesviewentry = GetPrevCategory(entry)notesviewentry = GetPrevDocument(entry)notesviewentry = GetPrevSibling(entry)GotoChild(entry)GotoEntry(objunknown)GotoFirstGotoFirstDocumentGotoLastGotoLastDocumentGotoNext(entry)GotoNextCategory(entry)GotoNextDocument(entry)GotoNextSibling(entry)GotoParent(entry)GotoPos(pos, separator)GotoPrev(entry)GotoPrevCategory(entry)GotoPrevDocument(entry)GotoPrevSibling(entry)

NotesDOMParser

Propertiesbool = AddXMLDeclNodeAddXMLDeclNode = boolnotesdomdocumentnode = Documentbool = DoNamespacesDoNamespaces = boolbool = ExpandEntityReferencesExpandEntityReferences = boolinteger = InputValidationOptionInputValidationOption = integerMethodsOutput(outputtext)SerializeEventsPostDOMParse(source)

NotesXMLProcessor

Propertiesbool = ExitOnFirstFatalErrorExitOnFirstFatalError = boolstring = Logstring = LogCommentLogComment = stringMethodsProcessSetInput(input)SetOutput(output)

NotesDXLExporter

Propertiesstring = DoctypeSYSTEMDoctypeSYSTEM = stringbool = ForceNoteFormatForceNoteFormat = boolbool = OutputDOCTYPEOutputDOCTYPE = bool

NotesNoteCollection

Propertieslong = Countnotesdatetime = LastBuildTimenotesdatabase = Parentbool = SelectACLSelectACL = boolbool = SelectActionsSelectActions = boolbool = SelectAgentsSelectAgents = boolbool = SelectDatabaseScriptSelectDatabaseScript = boolbool = SelectDataConnectionsSelectDataConnections = boolbool = SelectDocumentsSelectDocuments = boolbool = SelectFoldersSelectFolders = boolbool = SelectFormsSelectForms = boolbool = SelectFrameSetsSelectFrameSets = boolbool = SelectHelpAboutSelectHelpAbout = boolbool = SelectHelpIndexSelectHelpIndex = boolbool = SelectHelpUsingSelectHelpUsing = boolbool = SelectIconSelectIcon = boolbool = SelectImageResourcesSelectImageResources = boolstring = SelectionFormulaSelectionFormula = stringbool = SelectJavaResourcesSelectJavaResources = boolbool = SelectMiscCodeElementsSelectMiscCodeElements = boolbool = SelectMiscFormatElementsSelectMiscFormatElements = boolbool = SelectMiscIndexElementsSelectMiscIndexElements = boolbool = SelectNavigatorsSelectNavigators = boolbool = SelectOutlinesSelectOutlines = boolbool = SelectPagesSelectPages = boolbool = SelectProfi lesSelectProfi les = boolbool = SelectReplicationFormulasSelectReplicationFormulas = boolbool = SelectScriptLibrariesSelectScriptLibraries = bool bool = SelectSharedFieldsSelectSharedFields = boolbool = SelectStyleSheetResourcesSelectStyleSheetResources = boolbool = SelectSubformsSelectSubforms = boolbool = SelectViewsSelectViews = boolnotesdatetime = SinceTimeSinceTime = notesdatetimeMethodsAdd(additionspecifi er)BuildCollectionClearCollectionGetFirstNoteIDGetFirstNoteID(noteid)Intersect(intersectionspecifi er)Remove(removalspecifi er)SelectAllAdminNotes(selectorvalue)SelectAllCodeElements(selectorvalue)SelectAllDataNotes(selectorvalue)SelectAllDesignElements(selectorvalue)SelectAllFormatElements(selectorvalue)SelectAllIndexElements(selectorvalue)SelectAllNotes(selectorvalue)

NotesDXLImporter

Propertiesinteger = ACLImportOptionACLImportOption = integerbool = CreateFTIndexCreateFTIndex = boolinteger = DesignImportOptionDesignImportOption = integerinteger = DocumentImportOptionDocumentImportOption = integerlong = ImportedNoteCountinteger = InputValidationOptionInputValidationOption = integerbool = ReplaceDbPropertiesReplaceDbProperties = boolbool = ReplicaRequiredForReplaceOrUpdateReplicaRequiredForReplaceOrUpdate = boolbool = UnknownTokenLogOptionUnknownTokenLogOption = boolMethodsGetFirstImportedNoteIDGetNextImportedNoteID(noteid)

NotesXSLTransformer

Propertiesinteger = InputValidationOptionInputValidationOption = integerMethodsAddParameter(parametername, parametervalue)SetStyleSheet(stylesheet)

NotesDOMNode

Propertiesnotesdomnamednodemap = Attributesnotesdomnode = FirstChildbool = HasChildNodesbool = IsNullnotesdomnode = LastChildstring =LocalNamestring = NamespaceURInotesdomnode = NextSiblingstring = NodeNamelong = NodeTypestring = NodeValueNodeValue = stringlong = NumberOfChildNodesnotesdomnode = ParentNodestring = Prefi xPrefi x = stringnotesdomnode = PreviousSiblingMethodsnotesdomnode = AppendChild(newchild)notesdomnode = Clone(deepclone)notesdomnode = RemoveChild(child)notesdomnode = ReplaceChild(newchild, oldchild)

NotesDOMNamedNodeMap

Propertieslong = NumberOfEntriesMethodsnotesdomnode = GetItem(index)

NotesDOMNodeList

Propertieslong = NumberOfEntriesMethodsnotesdomnode = GetItem(index)

NotesDOMDocumentNode

Propertiesnotesdomelementnode = DocumentElementMethodsnotesdomattributenode = CreateAttributeNode

(attributename)notesdomcdatasectionnode = CreateCDATASection

Node(cdatasection)notesdomcommentnode = CreateCommentNode

(comment)notesdomdocumentfragmentnode = Create

DocumentFragmentNode()notesdomdocumentnode = CreateDocumentNodenotesdomelementnode = CreateElementNode

(elementname)notesdomentityreferencenode = CreateEntity

ReferenceNode(entityreferencename)notesdomnotationnode = CreateNotationNode

(notationname)notesdomprocessinginstructionnode = Create

ProcessingInstructionNode(target, data)notesdomtextnode = CreateTextNode(text)notesdomxmldeclnode = CreateXMLDeclNode

(version, encoding, standalone)notesdomnodelist = GetElementsByTagName

(elementname)

NotesSAXParser

Propertiesinteger = InputValidationOptionInputValidationOption = integerMethodsOutput(string)EventsSAX_Characters(source, characters, length)SAX_EndDocument(source)SAX_EndElement(source, elementname)SAX_Error(source, exception)SAX_FatalError(source, exception)SAX_IgnorableWhiteSpace(source, characters,

length)SAX_NotationDecl(source, notationname, publicid,

systemid)SAX_ProcessingInstruction(source, target, pidata)SAX_ResolveEntity(source, publicid, systemid)SAX_StartDocument(source)SAX_StartElement(source, elementname,

attributes)SAX_UnparsedEntityDecl(source, entityname,

publicid, systemid, notationname)SAX_Warning(source, exception)

NotesDOMAttributeNode

Propertiesstring = AttributeNamestring = AttributeValueAttributeValue = stringbool = IsSpecifi ed

NotesDOMElementNode

Propertiesstring = TagNameMethodsGetAttribute(attributename)notesdomattributenode = GetAttributeNode

(attributename)notesdomnodelist = GetElementsByTagName

(tagname)RemoveAttribute(attributename)notesdomattributenode = RemoveAttributeNode

(attributenode)SetAttribute(attributename, attributevalue)notesdomattributenode = SetAttributeNode

(attributenode)

NotesDOMTextNode

MethodsSplitText(offset)

NotesDOMCharacterDataNode

MethodsAppendData(appendtext)DeleteData(offset, count)InsertData(offset, newtext)ReplaceData(offset, count, replacementtext)SubstringData(offset, count)

NotesDOMCDataSectionNode

NotesDOMCommentNode

NotesDOMNotationNode

Propertiesstring = PublicIDstring = SystemID

NotesDOMDocumentFragmentNode

NotesDOMDocumentTypeNode

NotesDOMEntityNode

NotesDOMEntityReferenceNode

NotesDOMProcessingInstructionNode

Propertiesstring = Datastring = Target

NotesDOMXMLDeclNode

Propertiesstring = Encodingstring = Standalonestring = Version

NotesSAXAttributeList

Propertieslong = LengthMethodsGetName(index)GetType(nameorindex)GetValue(nameorindex)

NotesSAXException

Propertieslong = Columnstring = Messagestring = PublicIDlong = Rowstring = SystemID

NotesDocument

Lotus® software

Domino, IBM, the IBM logo, Lotus, and Lotus Notes are trademarks or registered trademarks of International Business Machines Corporation in the United States, other countries, or both. Other company, product or service names may be trademarks or service marks of others.

®

top related