Exemplo n.º 1
0
 public void SetEnd(Node refNode, int offset) { }
Exemplo n.º 2
0
 public void ImportStylesheet(Node stylesheet) { }
Exemplo n.º 3
0
 public Document TransformToDocument(Node source) { return default(Document); }
Exemplo n.º 4
0
 public Node ReplaceChild(Node newChild, Node oldChild) { return default(Node); }
Exemplo n.º 5
0
 public Node AppendChild(Node newChild) { return default(Node); }
Exemplo n.º 6
0
 public bool IsEqualNode(Node other) { return default(bool); }
Exemplo n.º 7
0
 public bool Contains(Node other) { return default(bool); }
Exemplo n.º 8
0
 public void SelectNodeContents(Node refNode) { }
Exemplo n.º 9
0
 public NodeFilterType AcceptNode(Node n) { return default(NodeFilterType); }
Exemplo n.º 10
0
 public void SetEndAfter(Node refNode) { }
Exemplo n.º 11
0
 public void SelectNode(Node refNode) { }
Exemplo n.º 12
0
 public void SetEndBefore(Node refNode) { }
Exemplo n.º 13
0
 public void SetStartAfter(Node refNode) { }
Exemplo n.º 14
0
 public void SetStartBefore(Node refNode) { }
Exemplo n.º 15
0
 public void SelectAllChildren(Node node) { }
Exemplo n.º 16
0
 public JsString SerializeToString(Node node) { return default(JsString); }
Exemplo n.º 17
0
 public void Extend(Node node, int offset) { }
Exemplo n.º 18
0
 public XPathNSResolver CreateNSResolver(Node nodeResolver) { return default(XPathNSResolver); }
Exemplo n.º 19
0
 public NodeDocumentPosition CompareDocumentPosition(Node other) { return default(NodeDocumentPosition); }
Exemplo n.º 20
0
 public XPathResult Evaluate(JsString expression, Node contextNode, XPathNSResolver resolver, int type, XPathResult inResult) { return default(XPathResult); }
Exemplo n.º 21
0
 public Node InsertBefore(Node newChild, Node refChild) { return default(Node); }
Exemplo n.º 22
0
 public void SetBaseAndExtent(Node baseNode, int baseOffset, Node extentNode, int extentOffset) { }
Exemplo n.º 23
0
 public Node RemoveChild(Node oldChild) { return default(Node); }
Exemplo n.º 24
0
 public void SetPosition(Node node, int offset) { }
Exemplo n.º 25
0
 public bool IsSameNode(Node other) { return default(bool); }
Exemplo n.º 26
0
 public void Collapse(Node node, int index) { }
Exemplo n.º 27
0
 public DocumentFragment TransformToFragment(Node source, Document docVal) { return default(DocumentFragment); }
Exemplo n.º 28
0
 public bool ContainsNode(Node node, bool allowPartial) { return default(bool); }
Exemplo n.º 29
0
 public XPathResult Evaluate(Node contextNode, int type, XPathResult inResult) { return default(XPathResult); }
Exemplo n.º 30
0
 public void SetStart(Node refNode, int offset) { }