mxml/vcnet/mxml4.def

98 lines
1.7 KiB
Modula-2
Raw Permalink Normal View History

2024-03-06 19:47:27 +00:00
LIBRARY "MXML4"
2007-10-03 06:25:07 +00:00
EXPORTS
mxmlAdd
mxmlDelete
2024-03-17 14:15:57 +00:00
mxmlElementClearAttr
mxmlElementGetAttrByIndex
mxmlElementGetAttrCount
2007-10-03 06:25:07 +00:00
mxmlElementGetAttr
mxmlElementSetAttr
mxmlElementSetAttrf
mxmlFindElement
mxmlFindPath
mxmlGetCDATA
2024-03-03 01:05:25 +00:00
mxmlGetComment
mxmlGetCustom
2024-03-03 01:05:25 +00:00
mxmlGetDeclaration
mxmlGetDirective
mxmlGetElement
mxmlGetFirstChild
mxmlGetInteger
mxmlGetLastChild
mxmlGetNextSibling
mxmlGetOpaque
mxmlGetParent
mxmlGetPrevSibling
mxmlGetReal
mxmlGetRefCount
mxmlGetText
mxmlGetType
mxmlGetUserData
2007-10-03 06:25:07 +00:00
mxmlIndexDelete
mxmlIndexEnum
mxmlIndexFind
mxmlIndexGetCount
2007-10-03 06:25:07 +00:00
mxmlIndexNew
mxmlIndexReset
mxmlLoadFd
mxmlLoadFile
2024-03-06 19:47:27 +00:00
mxmlLoadFilename
mxmlLoadIO
2007-10-03 06:25:07 +00:00
mxmlLoadString
mxmlNewCDATA
2024-03-03 01:05:25 +00:00
mxmlNewCDATAf
mxmlNewComment
mxmlNewCommentf
2007-10-03 06:25:07 +00:00
mxmlNewCustom
2024-03-03 01:05:25 +00:00
mxmlNewDeclaration
mxmlNewDeclarationf
mxmlNewDirective
mxmlNewDirectivef
2007-10-03 06:25:07 +00:00
mxmlNewElement
mxmlNewInteger
mxmlNewOpaque
2024-03-03 01:05:25 +00:00
mxmlNewOpaquef
2007-10-03 06:25:07 +00:00
mxmlNewReal
mxmlNewText
mxmlNewTextf
mxmlNewXML
mxmlOptionsDelete
mxmlOptionsNew
mxmlOptionsSetCustomCallbacks
mxmlOptionsSetEntityCallback
mxmlOptionsSetErrorCallback
mxmlOptionsSetSAXCallback
mxmlOptionsSetTypeCallback
mxmlOptionsSetTypeValue
mxmlOptionsSetWhitespaceCallback
mxmlOptionsSetWrapMargin
2007-10-03 06:25:07 +00:00
mxmlRelease
mxmlRemove
mxmlRetain
mxmlSaveAllocString
mxmlSaveFd
mxmlSaveFile
2024-03-06 19:47:27 +00:00
mxmlSaveFilename
mxmlSaveIO
2007-10-03 06:25:07 +00:00
mxmlSaveString
mxmlSetCDATA
2024-03-03 01:05:25 +00:00
mxmlSetCDATAf
mxmlSetComment
mxmlSetCommentf
2007-10-03 06:25:07 +00:00
mxmlSetCustom
2024-03-03 01:05:25 +00:00
mxmlSetDeclaration
mxmlSetDeclarationf
mxmlSetDirective
mxmlSetDirectivef
2007-10-03 06:25:07 +00:00
mxmlSetElement
mxmlSetInteger
mxmlSetOpaque
2024-03-03 01:05:25 +00:00
mxmlSetOpaquef
2007-10-03 06:25:07 +00:00
mxmlSetReal
mxmlSetStringCallbacks
2007-10-03 06:25:07 +00:00
mxmlSetText
mxmlSetTextf
mxmlSetUserData
2007-10-03 06:25:07 +00:00
mxmlWalkNext
mxmlWalkPrev