CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 xml/soap/webservice 搜索资源 - nodes

搜索资源列表

  1. netmesh_portal

    0下载:
  2. JDOM解析XML做的一个基于网格的portal程序,收集一些各节点主机的基本信息,涉及一个遍历算法。开发平台:Elipse3.1+JBO-JDOM parsing XML to do a grid-based portal procedures, the nodes collect some basic information mainframe, involving a traversal algorithm. Development platform : Elipse3.1 JBO
  3. 所属分类:xml/soap/webservice

    • 发布日期:2008-10-13
    • 文件大小:4.12mb
    • 提供者:a
  1. xmldtree_7

    0下载:
  2. 此代码是“用XML和XSLT进行高级的 Web UI设计(七)”一文的例子代码。示范如何在树形目录中添加表示层次关系的线条。使得树形目录界面可读性更好,父子节点的关系也更加清晰。主要缺点是需要处理更多的对象,同时页面上需要显示更多的图像。所幸的是浏览器加载页面文件的时间开销没有多大的变化-this code of "using XML and XSLT advanced Web UI Design (7)," an example of the text generation
  3. 所属分类:xml/soap/webservice

    • 发布日期:2008-10-13
    • 文件大小:11.26kb
    • 提供者:周涛
  1. MSXML_TEST

    0下载:
  2. 创建XML文件并读取它的结点. VC++6实现.-Create XML file and read its nodes. VC++ 6 achieve.
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-04
    • 文件大小:7.5kb
    • 提供者:wr
  1. 80921_XmlToolEditor

    0下载:
  2. TXmlTool 支援以下功能(特徵): 1. 可解析 XPath 2. 自動建造 XPath 的相關 Nodes 3. 具有 Exception 忽略能力 4. 以 XmlDom 為存取基礎, 不會影響原有的 XML 運作.-TXmlTool supports the following functions (features): 1. Can be resolved XPath 2. Automatic Construction of XPath related to
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-07
    • 文件大小:969.51kb
    • 提供者:river
  1. ticpp

    0下载:
  2. TinyXML的C++封装。 使用异常,模板,迭代器等简化TinyXML使用- The TinyXML++ classes are all wrappers around the corresponding classes within TinyXML. <h2> Goals </h2> - Simplify the use and interface of TinyXml, using C++ concepts. - Use exceptio
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-08
    • 文件大小:1.56mb
    • 提供者:r
  1. WebStructureDemo

    0下载:
  2. 能够打开并解析xml文件,以树状结构显示。 2.界面构成:两个按钮,分别用来打开文件和退出程序;一个树状控件,用于显示xml文件结构;一个文本控件,用于显示选中的xml树的节点的内容,如果选中的节点是最底层的简单节点,则显示此节点的文本内容,否则显示此节点的子节点的名字,一行一个。-Able to open and parse xml file to display the tree. 2. Interface components: two buttons were used to op
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-08
    • 文件大小:5.49kb
    • 提供者:赵强
  1. xerces-c-3.1.1.tar

    0下载:
  2. Xerces-C++是一个非常健壮的 XML 解析器,其提供的两种解析XML文档的方法,DOM和SAX。SAX是一个面向事件的编程API.一个解析引擎消耗XML序列数据,并在发现进来的XML数据的结构时回调应用程序,这些回调称为事件句柄.与SAX不同,它允许对XML文档进行编辑并保存为一个文件或者流,还允许以编程的方式构建一个XML文档.DOM提供了一个内存中的模型,你可以遍历文档树,删除节点或者嫁接新节点.与解析的SAX事件不同,DOM事件反映出用户与文档的互动以及使用文档的改变.总的来说,S
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-17
    • 文件大小:4.82mb
    • 提供者:coldwater
  1. XMLParser

    0下载:
  2. 全面介绍xml操作,包括遍历解析,查找特特定节点等-A comprehensive introduction XML operations, including traversal analytical, search, specific nodes, etc
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-03
    • 文件大小:30.79kb
    • 提供者:浪漫小龟
  1. vb

    0下载:
  2. XML文档的结构是一个树形等级结构。文档必须有一个唯一的根结点,根节点包含所有其它节点。下面我们举一个较为完整的例子-XML document structure is a hierarchical structure tree. Document must have a unique root node, root node contains all the other nodes. Below we give a more complete example
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-03
    • 文件大小:7.78kb
    • 提供者:jilin
  1. CXML

    0下载:
  2. 这是一个DLL,关于XML的DLL,可以调用里面的函数实现添加节点,属性,删除节点,属性等功能-This is a DLL, on XML, DLL, can be called inside the function implementation to add nodes, attributes, delete nodes, attributes etc.
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-15
    • 文件大小:3.75mb
    • 提供者:黄愉晋
  1. Xml

    0下载:
  2. DLL,对xml文件进行操作,结点的操作等,很全面,很强大-DLL, on the xml file operation, the operation of other nodes, very comprehensive, very strong
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-29
    • 文件大小:11.11mb
    • 提供者:
  1. XMLDemo

    0下载:
  2. 这是一个xml树的源代码,实现了基本的xml节点插入删除功能-This is an xml tree of source code, to achieve the basic function to delete xml nodes into
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-27
    • 文件大小:9.48mb
    • 提供者:王潵
  1. XMLQuery

    0下载:
  2. XPath, the XML Path Language, is a query language for selecting nodes from an XML document. In addition, XPath may be used to compute values (e.g., strings, numbers, or Boolean values) from the content of an XML document
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-16
    • 文件大小:296.78kb
    • 提供者:palanivelrajan
  1. xml

    0下载:
  2. 解析XML文本,读取XML属性值并对其进行显示,主要描述的是如何解析一个XML文本-XML testing analysis and read the value of nodes attrubute
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-06
    • 文件大小:1.27mb
    • 提供者:qingmingsq
  1. Development.XML.nodes.module.updates

    0下载:
  2. XML更新节点开发模块代码Development of XML nodes in the module code updates -Development of XML nodes in the module code updates
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-03
    • 文件大小:18kb
    • 提供者:rain
  1. XML

    0下载:
  2. ML作为网络数据交换的标准技术,广泛应用于计算机软件.目前存储数据的主流手段是关系数据库,因此XML 文档与关系数据库之间必须进行转换。通过分析XML文档的层次结构,建立了XML文档树模型,并给出结点定义.依据 XML的BNF规则给出了元素与属性的正规表达式和相对应的状态转换图,设计了识别元素和属,|生的词法分析程序用于解 析XML文档。提出了XML文档树到关系数据库存储的转换思想和算法,并结合实例给出转换后的关系表.-XML has become a standard techno
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-31
    • 文件大小:419.43kb
    • 提供者:叶新
  1. XMLtreeview

    0下载:
  2. xml和treeView的相互转换,treeview·控件中的结点写入xml,互相映射。(XML and treeView are converted to each other, and the nodes in the treeview control are written to XML and mapped to each other.)
  3. 所属分类:xml/soap/webservice

    • 发布日期:2018-04-29
    • 文件大小:64kb
    • 提供者:小新1
搜珍网 www.dssz.com