예제 #1
0
	public  DocumentFragment transformToFragment(Node source, Document docVal) { return default(DocumentFragment); }
예제 #2
0
파일: Page.cs 프로젝트: fjgandrade/sharpkit
		/// <param name="doc">Document to use</param>
		public Page(Document doc) { throw new NotImplementedException(); }
예제 #3
0
 public void Remove(Document target, TouchEventType touchEventType, TouchEventCallback listener, bool useCapture = false) { }
예제 #4
0
	public void send(Document data) {}
예제 #5
0
		public void SetContentDocument(Document doc) { throw new NotImplementedException(); }
예제 #6
0
 public XmlDocumentWrapper(Document document)
 {
     _document = document;
 }
예제 #7
0
		/// <param name="doc">Document to use</param>
		public Application(Document doc) { throw new NotImplementedException(); }