• λ我爱Aspx >> Asp.Net >> XMLDOM手册
  • XMLDOM手册

  • :未知  Դ:internet  :2007-5-20 16:43:06  ؼ:xml
  • W3C规定的方法:

    MethodDescription
    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规定的属性和方法。

    PropertyDescription
    length Returns the number of nodes in a nodeList
    Ҷƪл˵?
  • һƪ关于上下文 HttpContext
    һƪ利用XSL和ASP实现XML文档在线编辑