搜索资源列表
netmesh_portal
- 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
xmldtree_7
- 此代码是“用XML和XSLT进行高级的 Web UI设计(七)”一文的例子代码。示范如何在树形目录中添加表示层次关系的线条。使得树形目录界面可读性更好,父子节点的关系也更加清晰。主要缺点是需要处理更多的对象,同时页面上需要显示更多的图像。所幸的是浏览器加载页面文件的时间开销没有多大的变化-this code of "using XML and XSLT advanced Web UI Design (7)," an example of the text generation
MSXML_TEST
- 创建XML文件并读取它的结点. VC++6实现.-Create XML file and read its nodes. VC++ 6 achieve.
80921_XmlToolEditor
- 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
ticpp
- 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
WebStructureDemo
- 能够打开并解析xml文件,以树状结构显示。 2.界面构成:两个按钮,分别用来打开文件和退出程序;一个树状控件,用于显示xml文件结构;一个文本控件,用于显示选中的xml树的节点的内容,如果选中的节点是最底层的简单节点,则显示此节点的文本内容,否则显示此节点的子节点的名字,一行一个。-Able to open and parse xml file to display the tree. 2. Interface components: two buttons were used to op
xerces-c-3.1.1.tar
- Xerces-C++是一个非常健壮的 XML 解析器,其提供的两种解析XML文档的方法,DOM和SAX。SAX是一个面向事件的编程API.一个解析引擎消耗XML序列数据,并在发现进来的XML数据的结构时回调应用程序,这些回调称为事件句柄.与SAX不同,它允许对XML文档进行编辑并保存为一个文件或者流,还允许以编程的方式构建一个XML文档.DOM提供了一个内存中的模型,你可以遍历文档树,删除节点或者嫁接新节点.与解析的SAX事件不同,DOM事件反映出用户与文档的互动以及使用文档的改变.总的来说,S
XMLParser
- 全面介绍xml操作,包括遍历解析,查找特特定节点等-A comprehensive introduction XML operations, including traversal analytical, search, specific nodes, etc
vb
- 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
CXML
- 这是一个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.
Xml
- DLL,对xml文件进行操作,结点的操作等,很全面,很强大-DLL, on the xml file operation, the operation of other nodes, very comprehensive, very strong
XMLDemo
- 这是一个xml树的源代码,实现了基本的xml节点插入删除功能-This is an xml tree of source code, to achieve the basic function to delete xml nodes into
XMLQuery
- 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
xml
- 解析XML文本,读取XML属性值并对其进行显示,主要描述的是如何解析一个XML文本-XML testing analysis and read the value of nodes attrubute
Development.XML.nodes.module.updates
- XML更新节点开发模块代码Development of XML nodes in the module code updates -Development of XML nodes in the module code updates
XML
- ML作为网络数据交换的标准技术,广泛应用于计算机软件.目前存储数据的主流手段是关系数据库,因此XML 文档与关系数据库之间必须进行转换。通过分析XML文档的层次结构,建立了XML文档树模型,并给出结点定义.依据 XML的BNF规则给出了元素与属性的正规表达式和相对应的状态转换图,设计了识别元素和属,|生的词法分析程序用于解 析XML文档。提出了XML文档树到关系数据库存储的转换思想和算法,并结合实例给出转换后的关系表.-XML has become a standard techno
XMLtreeview
- 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.)