易采下载站下载易语言COM对象操作XML模块源码—源码之家-易采下载站

下载排行|最近更新

软件
软件
文章
当前位置:首页易语言源码系统工具 → 易语言COM对象操作XML模块源码 [db:版本]
易语言COM对象操作XML模块源码

易语言COM对象操作XML模块源码 [db:版本]

下载地址
  • 软件大小:17.41 KB
  • 软件语言:简体中文
  • 更新时间:2021-04-18
  • 软件类别:国产源码
  • 软件性质:自由软件
  • 运行环境:Winall,Win2003,WinXP,Win7,Win8
  • 软件等级:
  • 官方网址:homepage
  • 演示地址:demo
  • 软件介绍
  • 软件截图
  • 猜你喜欢
  • 同类推荐
  • 相关文章

软件Tags:

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



易语言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


展开内容

下载地址

推荐文章

友情链接关于我们下载帮助(?)联系我们投诉举报

CopyRight © 2010-2023 易采下载 Easck.com , All Rights Reserved 版权所有 蒙ICP备14002389号

声明: 本站所有软件和文章来自互联网 如有异议 请与本站联系

声明: