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