我爱Aspx >> Asp.Net >> XMLDOM手册W3C规定的属性:
| Property | Description |
|---|---|
| attributes | Returns a NamedNodeMap containing all attributes for this node |
| childNodes | Returns a NodeList containing all the child nodes for this node |
| firstChild | Returns the first child node for this node |
| lastChild | Returns the last child node for this node |
| nextSibling | Returns the next sibling node. Two nodes are siblings if they have the same parent node |
| nodeName | Returns the nodeName, depending on the type |
| nodeType | Returns the nodeType as a number |
| nodeValue | Returns, or sets, the value of this node, depending on the type |
| ownerDocument | Returns the root node of the document |
| parentNode | Returns the parent node for this node |
| previousSibling | Returns the previous sibling node. Two nodes are siblings if they have the same parent node |
利用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]