• 当前位置: 首页 > 系统II类源码 > 模块控件源码易语言COM对象操作XML模块源码
  • 易语言COM对象操作XML模块源码

    • 软件授权:
      开源软件
    • 软件大小:
      17.41 KB
    • 文件类型:
      .zip,.e
    • 下载次数:
    • 上传用户:
      心脏
    • 发布时间:
      2018-10-24 16:03
    • 软件等阶:
    • 运行环境:
      Winall,Win2003,WinXP,Win7,Win8
    • 软件评级:

    软件介绍             



     

    易语言COM对象操作XML模块源码


    系统结构:test,取根节点名,取父节点名,导入,导入XML,取子节点数,取节点名,枚举子节点名,枚举属性名值,删除节点,删除属性,导出到文件,取XML源码,取XML文本,取XML路径,插入节点,插入属性,置节点值,置节点名,取节点值,取属性个数,置属性值,释放,释放,链接,取nodeName,取nodeValue,置nodeValue,取nodeType,取parentNode,取childNodes,取firstChild,取lastChild,取previousSibling,取nextSibling,取attributes,取ownerDocument,取nodeTypeString,text,置text,取specified,取definition,取nodeTypedValue,置nodeTypedValue,取dataType,置dataType,xml,取parsed,取namespaceURI,取prefix,取baseName,取doctype,取implementation,documentElement,置documentElement,取readyState,取parseError,url,取async,置async,取validateOnParse,置validateOnParse,取resolveExternals,置resolveExternals,取preserveWhiteSpace,置preserveWhiteSpace,置onreadystatechange,置ondataavailable,置ontransformnode,取namespaces,取schemas,置schemas,方法insertBefore,方法replaceChild,removeChild,方法appendChild,方法hasChildNodes,方法cloneNode,方法transformNode,方法selectNodes,selectSingleNode,selectSingleNode_对象,方法transformNodeToObject,createElement,createElement_对象,方法createDocumentFragment,方法createTextNode,createComment,createComment_对象,方法createCDATASection,方法createProcessingInstruction,createAttribute,createAttribute_对象,方法createEntityReference,getElementsByTagName,方法createNode,方法nodeFromID,load,方法abort,loadXML,save,方法validate,方法setProperty,方法getProperty,链接,nodeName,nodeValue_get,nodeValue_set,取nodeType,parentNode,childNodes,firstChild,firstChild_对象,取lastChild,取previousSibling,取nextSibling,attributes,取ownerDocument,取nodeTypeString,取text,text,取specified,取definition,取nodeTypedValue,置nodeTypedValue,取dataType,置dataType,xml,取parsed,取namespaceURI,取prefix,取baseName,取tagName,方法insertBefore,replaceChild,removeChild,appendChild,方法hasChildNodes,方法cloneNode,方法transformNode,方法selectNodes,方法selectSingleNode,方法transformNodeToObject,方法getAttribute,方法setAttribute,removeAttribute,方法getAttributeNode,setAttributeNode,方法removeAttributeNode,方法getElementsByTagName,方法normalize,链接,item,length,方法nextNode,方法reset,链接,取nodeName,取nodeValue,置nodeValue,取nodeType,取parentNode,取childNodes,取firstChild,取lastChild,取previousSibling,取nextSibling,取attributes,取ownerDocument,取nodeTypeString,取text,置text,取specified,取definition,取nodeTypedValue,置nodeTypedValue,取dataType,置dataType,取xml,取parsed,取namespaceURI,取prefix,取baseName,取tagName,方法insertBefore,方法replaceChild,方法removeChild,方法appendChild,方法hasChildNodes,方法cloneNode,方法transformNode,方法selectNodes,方法selectSingleNode,方法transformNodeToObject,方法getAttribute,方法setAttribute,方法removeAttribute,方法getAttributeNode,方法setAttributeNode,方法removeAttributeNode,方法getElementsByTagName,方法normalize,链接,取nodeName,取nodeValue,置nodeValue,取nodeType,取parentNode,取childNodes,取firstChild,取lastChild,取previousSibling,取nextSibling,取attributes,取ownerDocument,取nodeTypeString,取text,置text,取specified,取definition,取nodeTypedValue,置nodeTypedValue,取dataType,置dataType,取xml,取parsed,取namespaceURI,取prefix,取baseName,取name,取value,置value,方法insertBefore,方法replaceChild,方法removeChild,方法appendChild,方法hasChildNodes,方法cloneNode,方法transformNode,方法selectNodes,方法selectSingleNode,方法transformNodeToObject,链接,item,length,getNamedItem,方法setNamedItem,方法removeNamedItem,方法getQualifiedItem,方法removeQualifiedItem,方法nextNode,方法reset,


    ======程序集1
               |  |
               |  |------ _启动子程序
               |  |
               |  |------ _临时子程序
               |  |
               |  |------ test
               |  |
               |  |
    ======xml类
               |  |
               |  |------ _初始化
               |  |
               |  |------ _销毁
               |  |
               |  |------ _取根节点对象
               |  |
               |  |------ _取子节点对象
               |  |
               |  |------ _取父节点对象
               |  |
               |  |------ 取根节点名
               |  |
               |  |------ 取父节点名
               |  |
               |  |------ 导入
               |  |
               |  |------ 导入XML
               |  |
               |  |------ 取子节点数
               |  |
               |  |------ 取节点名
               |  |
               |  |------ 枚举子节点名
               |  |
               |  |------ 枚举属性名值
               |  |
               |  |------ 删除节点
               |  |
               |  |------ 删除属性
               |  |
               |  |------ 导出到文件
               |  |
               |  |------ 取XML源码
               |  |
               |  |------ 取XML文本
               |  |
               |  |------ 取XML路径
               |  |
               |  |------ 插入节点
               |  |
               |  |------ 插入属性
               |  |
               |  |------ 置节点值
               |  |
               |  |------ 置节点名
               |  |
               |  |------ 取节点值
               |  |
               |  |------ 取属性个数
               |  |
               |  |------ 置属性值
               |  |
               |  |------ 释放
               |  |
               |  |
    ======IXMLDOMDocument2
               |  |
               |  |------ _初始化
               |  |
               |  |------ _销毁
               |  |
               |  |------ 释放
               |  |
               |  |------ 链接
               |  |
               |  |------ 取nodeName
               |  |
               |  |------ 取nodeValue
               |  |
               |  |------ 置nodeValue
               |  |
               |  |------ 取nodeType
               |  |
               |  |------ 取parentNode
               |  |
               |  |------ 取childNodes
               |  |
               |  |------ 取firstChild
               |  |
               |  |------ 取lastChild
               |  |
               |  |------ 取previousSibling
               |  |
               |  |------ 取nextSibling
               |  |
               |  |------ 取attributes
               |  |
               |  |------ 取ownerDocument
               |  |
               |  |------ 取nodeTypeString
               |  |
               |  |------ text
               |  |
               |  |------ 置text
               |  |
               |  |------ 取specified
               |  |
               |  |------ 取definition
               |  |
               |  |------ 取nodeTypedValue
               |  |
               |  |------ 置nodeTypedValue
               |  |
               |  |------ 取dataType
               |  |
               |  |------ 置dataType
               |  |
               |  |------ xml
               |  |
               |  |------ 取parsed
               |  |
               |  |------ 取namespaceURI
               |  |
               |  |------ 取prefix
               |  |
               |  |------ 取baseName
               |  |
               |  |------ 取doctype
               |  |
               |  |------ 取implementation
               |  |
               |  |------ documentElement
               |  |
               |  |------ 置documentElement
               |  |
               |  |------ 取readyState
               |  |
               |  |------ 取parseError
               |  |
               |  |------ url
               |  |
               |  |------ 取async
               |  |
               |  |------ 置async
               |  |
               |  |------ 取validateOnParse
               |  |
               |  |------ 置validateOnParse
               |  |
               |  |------ 取resolveExternals
               |  |
               |  |------ 置resolveExternals
               |  |
               |  |------ 取preserveWhiteSpace
               |  |
               |  |------ 置preserveWhiteSpace
               |  |
               |  |------ 置onreadystatechange
               |  |
               |  |------ 置ondataavailable
               |  |
               |  |------ 置ontransformnode
               |  |
               |  |------ 取namespaces
               |  |
               |  |------ 取schemas
               |  |
               |  |------ 置schemas
               |  |
               |  |------ 方法insertBefore
               |  |
               |  |------ 方法replaceChild
               |  |
               |  |------ removeChild
               |  |
               |  |------ 方法appendChild
               |  |
               |  |------ 方法hasChildNodes
               |  |
               |  |------ 方法cloneNode
               |  |
               |  |------ 方法transformNode
               |  |
               |  |------ 方法selectNodes
               |  |
               |  |------ selectSingleNode
               |  |
               |  |------ selectSingleNode_对象
               |  |
               |  |------ 方法transformNodeToObject
               |  |
               |  |------ createElement
               |  |
               |  |------ createElement_对象
               |  |
               |  |------ 方法createDocumentFragment
               |  |
               |  |------ 方法createTextNode
               |  |
               |  |------ createComment
               |  |
               |  |------ createComment_对象
               |  |
               |  |------ 方法createCDATASection
               |  |
               |  |------ 方法createProcessingInstruction
               |  |
               |  |------ createAttribute
               |  |
               |  |------ createAttribute_对象
               |  |
               |  |------ 方法createEntityReference
               |  |
               |  |------ getElementsByTagName
               |  |
               |  |------ 方法createNode
               |  |
               |  |------ 方法nodeFromID
               |  |
               |  |------ load
               |  |
               |  |------ 方法abort
               |  |
               |  |------ loadXML
               |  |
               |  |------ save
               |  |
               |  |------ 方法validate
               |  |
               |  |------ 方法setProperty
               |  |
               |  |------ 方法getProperty
               |  |
               |  |
    ======IXMLDOMNode
               |  |
               |  |------ _初始化
               |  |
               |  |------ _销毁
               |  |
               |  |------ 链接
               |  |
               |  |------ nodeName
               |  |
               |  |------ nodeValue_get
               |  |
               |  |------ nodeValue_set
               |  |
               |  |------ 取nodeType
               |  |
               |  |------ parentNode
               |  |
               |  |------ childNodes
               |  |
               |  |------ firstChild
               |  |
               |  |------ firstChild_对象
               |  |
               |  |------ 取lastChild
               |  |
               |  |------ 取previousSibling
               |  |
               |  |------ 取nextSibling
               |  |
               |  |------ attributes
               |  |
               |  |------ 取ownerDocument
               |  |
               |  |------ 取nodeTypeString
               |  |
               |  |------ 取text
               |  |
               |  |------ text
               |  |
               |  |------ 取specified
               |  |
               |  |------ 取definition
               |  |
               |  |------ 取nodeTypedValue
               |  |
               |  |------ 置nodeTypedValue
               |  |
               |  |------ 取dataType
               |  |
               |  |------ 置dataType
               |  |
               |  |------ xml
               |  |
               |  |------ 取parsed
               |  |
               |  |------ 取namespaceURI
               |  |
               |  |------ 取prefix
               |  |
               |  |------ 取baseName
               |  |
               |  |------ 取tagName
               |  |
               |  |------ 方法insertBefore
               |  |
               |  |------ replaceChild
               |  |
               |  |------ removeChild
               |  |
               |  |------ appendChild
               |  |
               |  |------ 方法hasChildNodes
               |  |
               |  |------ 方法cloneNode
               |  |
               |  |------ 方法transformNode
               |  |
               |  |------ 方法selectNodes
               |  |
               |  |------ 方法selectSingleNode
               |  |
               |  |------ 方法transformNodeToObject
               |  |
               |  |------ 方法getAttribute
               |  |
               |  |------ 方法setAttribute
               |  |
               |  |------ removeAttribute
               |  |
               |  |------ 方法getAttributeNode
               |  |
               |  |------ setAttributeNode
               |  |
               |  |------ 方法removeAttributeNode
               |  |
               |  |------ 方法getElementsByTagName
               |  |
               |  |------ 方法normalize
               |  |
               |  |
    ======IXMLDOMNodeList
               |  |
               |  |------ _初始化
               |  |
               |  |------ _销毁
               |  |
               |  |------ 链接
               |  |
               |  |------ item
               |  |
               |  |------ length
               |  |
               |  |------ 方法nextNode
               |  |
               |  |------ 方法reset
               |  |
               |  |
    ======IXMLDOMElement
               |  |
               |  |------ _初始化
               |  |
               |  |------ _销毁
               |  |
               |  |------ 链接
               |  |
               |  |------ 取nodeName
               |  |
               |  |------ 取nodeValue
               |  |
               |  |------ 置nodeValue
               |  |
               |  |------ 取nodeType
               |  |
               |  |------ 取parentNode
               |  |
               |  |------ 取childNodes
               |  |
               |  |------ 取firstChild
               |  |
               |  |------ 取lastChild
               |  |
               |  |------ 取previousSibling
               |  |
               |  |------ 取nextSibling
               |  |
               |  |------ 取attributes
               |  |
               |  |------ 取ownerDocument
               |  |
               |  |------ 取nodeTypeString
               |  |
               |  |------ 取text
               |  |
               |  |------ 置text
               |  |
               |  |------ 取specified
               |  |
               |  |------ 取definition
               |  |
               |  |------ 取nodeTypedValue
               |  |
               |  |------ 置nodeTypedValue
               |  |
               |  |------ 取dataType
               |  |
               |  |------ 置dataType
               |  |
               |  |------ 取xml
               |  |
               |  |------ 取parsed
               |  |
               |  |------ 取namespaceURI
               |  |
               |  |------ 取prefix
               |  |
               |  |------ 取baseName
               |  |
               |  |------ 取tagName
               |  |
               |  |------ 方法insertBefore
               |  |
               |  |------ 方法replaceChild
               |  |
               |  |------ 方法removeChild
               |  |
               |  |------ 方法appendChild
               |  |
               |  |------ 方法hasChildNodes
               |  |
               |  |------ 方法cloneNode
               |  |
               |  |------ 方法transformNode
               |  |
               |  |------ 方法selectNodes
               |  |
               |  |------ 方法selectSingleNode
               |  |
               |  |------ 方法transformNodeToObject
               |  |
               |  |------ 方法getAttribute
               |  |
               |  |------ 方法setAttribute
               |  |
               |  |------ 方法removeAttribute
               |  |
               |  |------ 方法getAttributeNode
               |  |
               |  |------ 方法setAttributeNode
               |  |
               |  |------ 方法removeAttributeNode
               |  |
               |  |------ 方法getElementsByTagName
               |  |
               |  |------ 方法normalize
               |  |
               |  |
    ======IXMLDOMAttribute
               |  |
               |  |------ _初始化
               |  |
               |  |------ _销毁
               |  |
               |  |------ 链接
               |  |
               |  |------ 取nodeName
               |  |
               |  |------ 取nodeValue
               |  |
               |  |------ 置nodeValue
               |  |
               |  |------ 取nodeType
               |  |
               |  |------ 取parentNode
               |  |
               |  |------ 取childNodes
               |  |
               |  |------ 取firstChild
               |  |
               |  |------ 取lastChild
               |  |
               |  |------ 取previousSibling
               |  |
               |  |------ 取nextSibling
               |  |
               |  |------ 取attributes
               |  |
               |  |------ 取ownerDocument
               |  |
               |  |------ 取nodeTypeString
               |  |
               |  |------ 取text
               |  |
               |  |------ 置text
               |  |
               |  |------ 取specified
               |  |
               |  |------ 取definition
               |  |
               |  |------ 取nodeTypedValue
               |  |
               |  |------ 置nodeTypedValue
               |  |
               |  |------ 取dataType
               |  |
               |  |------ 置dataType
               |  |
               |  |------ 取xml
               |  |
               |  |------ 取parsed
               |  |
               |  |------ 取namespaceURI
               |  |
               |  |------ 取prefix
               |  |
               |  |------ 取baseName
               |  |
               |  |------ 取name
               |  |
               |  |------ 取value
               |  |
               |  |------ 置value
               |  |
               |  |------ 方法insertBefore
               |  |
               |  |------ 方法replaceChild
               |  |
               |  |------ 方法removeChild
               |  |
               |  |------ 方法appendChild
               |  |
               |  |------ 方法hasChildNodes
               |  |
               |  |------ 方法cloneNode
               |  |
               |  |------ 方法transformNode
               |  |
               |  |------ 方法selectNodes
               |  |
               |  |------ 方法selectSingleNode
               |  |
               |  |------ 方法transformNodeToObject
               |  |
               |  |
    ======IXMLDOMNamedNodeMap
               |  |
               |  |------ _初始化
               |  |
               |  |------ _销毁
               |  |
               |  |------ 链接
               |  |
               |  |------ item
               |  |
               |  |------ length
               |  |
               |  |------ getNamedItem
               |  |
               |  |------ 方法setNamedItem
               |  |
               |  |------ 方法removeNamedItem
               |  |
               |  |------ 方法getQualifiedItem
               |  |
               |  |------ 方法removeQualifiedItem
               |  |
               |  |------ 方法nextNode
               |  |
               |  |------ 方法reset

      


    易语言COM对象操作XML模块源码

    下载说明

    本站目前主要提供易语言源码、模块、支持库等下载大部分源码均为ZIP打包,
    注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
    部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
    由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。

    使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。

     

    推荐排行

    • 易语言卷帘工具箱源码

      易语言卷帘工具箱源码,初始化卷帘,取星期,更换风格,搜索文件,线程搜索,修改底色,获取信息,取信息记录,取网络信息...

    • 易语言仅用核心支持库实

      易语言仅用核心支持库实现对外部数据库的操作ADODB操作外部数据库例程源码,根据村组查询数据,数据库_读取数据到高级表格,数据库_保存高级表格数据到数据库,数据库_读取数据到列表...

    • 易语言仅用核心支持库实

      易语言仅用核心支持库实现对外部数据库的操作ADODB操作外部数据库例程源码,根据村组查询数据,数据库_读取数据到高级表格,数据库_保存高级表格数据到数据库,数据库_读取数据到列表...

    • 易语言仅用核心支持库实

      易语言仅用核心支持库实现对外部数据库的操作ADODB操作外部数据库例程源码,根据村组查询数据,数据库_读取数据到高级表格,数据库_保存高级表格数据到数据库,数据库_读取数据到列表...

    • 易语言两个文件内存中通

      易语言两个文件内存中通讯源码,子程序1,打开文件,生成空文件,生成重复字节文件,移到文件首,移到文件尾,移动读写位置,取读写位置,关闭文件,取文件长度,写出字节集,是否在文件尾,取错...

    • 易语言易模块管理器Incl

      易语言易模块管理器Include目录源码,CopyTo_CreateProcessDebugInfo,CopyTo_CreateThreadDebugInfo,CopyTo_ExitThreadDebugInfo,CopyTo_ExitProcessDebugInfo,CopyTo_LoadDllDebugInfo,CopyTo_UnloadDllDebugInfo,CopyTo_ExceptionDebugInfo,Copy...

    • 易语言卷帘工具箱源码

      易语言卷帘工具箱源码,初始化卷帘,取星期,更换风格,搜索文件,线程搜索,修改底色,获取信息,取信息记录,取网络信息...

    • 文件读写和文件映射模块

      子程序1,打开文件,生成空文件,生成重复字节文件,移到文件首,移到文件尾,移动读写位置,取读写位置,关闭文件,取文件长度,写出字节集,是否在文件尾,取错误信息,读入字节集,读入2M字节集,清除文件缓冲区,读入文本,写出文本,写文本行,读入一行,插入字节集,取文件号...

    • 怪怪专用工具箱

      初始化卷帘,取星期,更换风格,搜索文件,线程搜索,修改底色,获取信息,取信息记录,取网络信息...