Ejemplo n.º 1
0
 /// <summary>
 /// Removes a child node from this node. ...
 /// </summary>
 public Node removeChild(Node node, bool destroy, object suppressEvents, object suppressNodeUpdate){return null;}
Ejemplo n.º 2
0
 public Tree(Node root) { throw new Exception(); }
Ejemplo n.º 3
0
 public Node setRootNode(Node node) { throw new Exception(); }
Ejemplo n.º 4
0
 public static Element selectNode(string selector, Node root) { throw new Exception(); }
Ejemplo n.º 5
0
 public Node replaceChild(Node newChild, Node oldChild) { throw new Exception(); }
Ejemplo n.º 6
0
 /// <summary>
 /// Returns the index of a child node ...
 /// </summary>
 public JsNumber indexOf(Node node){return null;}
Ejemplo n.º 7
0
 /// <summary>
 /// Returns true if the passed node is an ancestor (at any point) of this node. ...
 /// </summary>
 public bool isAncestor(Node node){return false;}
Ejemplo n.º 8
0
 public double indexOf(Node node) { throw new Exception(); }
Ejemplo n.º 9
0
 public Node insertBefore(Node node, Node refNode) { throw new Exception(); }
Ejemplo n.º 10
0
 public Node appendChild(Node node) { throw new Exception(); }
Ejemplo n.º 11
0
 public bool contains(Node node) { throw new Exception(); }
Ejemplo n.º 12
0
 public static string selectValue(string selector, Node root, string defaultValue) { throw new Exception(); }
Ejemplo n.º 13
0
 public static double selectNumber(string selector, Node root, double defaultValue) { throw new Exception(); }
Ejemplo n.º 14
0
 public static double selectNumber(string selector, Node root) { throw new Exception(); }
Ejemplo n.º 15
0
 /// <summary>
 /// Replaces one child node in this node with another. ...
 /// </summary>
 public Node replaceChild(Node newChild, Node oldChild, object suppressEvents){return null;}
Ejemplo n.º 16
0
 public bool isAncestor(Node node) { throw new Exception(); }
Ejemplo n.º 17
0
 /// <summary>
 /// Returns true if this node is an ancestor (at any point) of the passed node. ...
 /// </summary>
 public bool contains(Node node){return false;}
Ejemplo n.º 18
0
 public Node removeChild(Node node) { throw new Exception(); }
Ejemplo n.º 19
0
 /// <summary>
 /// Inserts the first node before the second node in this nodes childNodes collection. ...
 /// </summary>
 public Node insertBefore(Node node, Node refNode, object suppressEvents){return null;}
Ejemplo n.º 20
0
 public Node removeChild(Node node, bool destroy) { throw new Exception(); }
Ejemplo n.º 21
0
 /// <summary>
 /// Creates new Tree object. ...
 /// </summary>
 public Tree(Node root=null){}
Ejemplo n.º 22
0
 public static Array select(string selector, Node root) { throw new Exception(); }