我爱Aspx >> Asp.Net >> XMLDOM手册W3C规定的方法:
| Method | Description |
|---|---|
| appendChild(newChild) | Appends the node newChild at the end of the child nodes for this node |
| cloneNode(boolean) | Returns an exact clone of this node. If the boolean value is set to true, the cloned node contains all the child nodes as well |
| hasChildNodes() | Returns true if this node has any child nodes |
| insertBefore(newNode,refNode) | Inserts a new node, newNode, before the existing node, refNode |
| removeChild(nodeName) | Removes the specified node, nodeName |
| replaceChild(newNode,oldNode) | Replaces the oldNode, with the newNode |
(5)NodeList的W3C规定的属性和方法。
| Property | Description |
|---|---|
| length | Returns the number of nodes in a nodeList |
利用XSL和ASP实现XML文档在线编辑[05-20]
让Asp与XML交互[05-20]
在IE里应用XML的一个小例子:解决..[05-20]
修改XML[05-20]
修改XML[05-20]
ASP.NET中使用Treeview和XML[05-20]
用asp.net和xml做的新闻更新系统..[05-20]
用asp.net和xml做的新闻更新系统..[05-20]
用asp.net和xml做的新闻更新系统..[05-20]
用asp.net和xml做的新闻更新系统..[05-20]
利用XSL和ASP实现XML文档在线编辑[05-20]
C#怎样才能实现窗体最小化到托盘..[05-20]
全面剖析C#正则表达式[05-20]
正则表达式语法[05-20]
JScript 和 VBScript 正则表达式..[05-20]
正则表达式基础知识[05-20]
TAPI (Telephony application pr..[05-20]
C#里面全角和半角的自由转换[05-20]
C#操作注册表[05-20]
最简单的字符串加密C#实现-移位..[05-20]