Exemplo n.º 1
0
 public DOMElement replaceChild(DOMElement newChild, DOMElement oldChild)
 {
     return(null);
 }
Exemplo n.º 2
0
 public DOMElement removeChild(DOMElement child)
 {
     return(null);
 }
Exemplo n.º 3
0
 public DOMElement appendChild(DOMElement child)
 {
     return(null);
 }