mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-24 03:15:30 +00:00
98 lines
1.7 KiB
Modula-2
98 lines
1.7 KiB
Modula-2
LIBRARY "MXML4"
|
|
EXPORTS
|
|
mxmlAdd
|
|
mxmlDelete
|
|
mxmlElementClearAttr
|
|
mxmlElementGetAttrByIndex
|
|
mxmlElementGetAttrCount
|
|
mxmlElementGetAttr
|
|
mxmlElementSetAttr
|
|
mxmlElementSetAttrf
|
|
mxmlFindElement
|
|
mxmlFindPath
|
|
mxmlGetCDATA
|
|
mxmlGetComment
|
|
mxmlGetCustom
|
|
mxmlGetDeclaration
|
|
mxmlGetDirective
|
|
mxmlGetElement
|
|
mxmlGetFirstChild
|
|
mxmlGetInteger
|
|
mxmlGetLastChild
|
|
mxmlGetNextSibling
|
|
mxmlGetOpaque
|
|
mxmlGetParent
|
|
mxmlGetPrevSibling
|
|
mxmlGetReal
|
|
mxmlGetRefCount
|
|
mxmlGetText
|
|
mxmlGetType
|
|
mxmlGetUserData
|
|
mxmlIndexDelete
|
|
mxmlIndexEnum
|
|
mxmlIndexFind
|
|
mxmlIndexGetCount
|
|
mxmlIndexNew
|
|
mxmlIndexReset
|
|
mxmlLoadFd
|
|
mxmlLoadFile
|
|
mxmlLoadFilename
|
|
mxmlLoadIO
|
|
mxmlLoadString
|
|
mxmlNewCDATA
|
|
mxmlNewCDATAf
|
|
mxmlNewComment
|
|
mxmlNewCommentf
|
|
mxmlNewCustom
|
|
mxmlNewDeclaration
|
|
mxmlNewDeclarationf
|
|
mxmlNewDirective
|
|
mxmlNewDirectivef
|
|
mxmlNewElement
|
|
mxmlNewInteger
|
|
mxmlNewOpaque
|
|
mxmlNewOpaquef
|
|
mxmlNewReal
|
|
mxmlNewText
|
|
mxmlNewTextf
|
|
mxmlNewXML
|
|
mxmlOptionsDelete
|
|
mxmlOptionsNew
|
|
mxmlOptionsSetCustomCallbacks
|
|
mxmlOptionsSetEntityCallback
|
|
mxmlOptionsSetErrorCallback
|
|
mxmlOptionsSetSAXCallback
|
|
mxmlOptionsSetTypeCallback
|
|
mxmlOptionsSetTypeValue
|
|
mxmlOptionsSetWhitespaceCallback
|
|
mxmlOptionsSetWrapMargin
|
|
mxmlRelease
|
|
mxmlRemove
|
|
mxmlRetain
|
|
mxmlSaveAllocString
|
|
mxmlSaveFd
|
|
mxmlSaveFile
|
|
mxmlSaveFilename
|
|
mxmlSaveIO
|
|
mxmlSaveString
|
|
mxmlSetCDATA
|
|
mxmlSetCDATAf
|
|
mxmlSetComment
|
|
mxmlSetCommentf
|
|
mxmlSetCustom
|
|
mxmlSetDeclaration
|
|
mxmlSetDeclarationf
|
|
mxmlSetDirective
|
|
mxmlSetDirectivef
|
|
mxmlSetElement
|
|
mxmlSetInteger
|
|
mxmlSetOpaque
|
|
mxmlSetOpaquef
|
|
mxmlSetReal
|
|
mxmlSetStringCallbacks
|
|
mxmlSetText
|
|
mxmlSetTextf
|
|
mxmlSetUserData
|
|
mxmlWalkNext
|
|
mxmlWalkPrev
|