Skip to content

Commit 646500e

Browse files
author
soheil_h_y
committed
1. clone node implemented.
1 parent 3a64fc8 commit 646500e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/xhtml

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/xhtml/Element.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package org.eclipse.swt.internal.xhtml;
22

3-
import org.eclipse.swt.internal.RunnableCompatibility;
43

54

65

@@ -124,6 +123,10 @@ public void insertBefore(Element newTR, Element tbodyTR) {
124123
public Element[] getElementsByTagName(String tag) {
125124
return new Element[0];
126125
}
126+
127+
public Element cloneNode(boolean flag){
128+
return new Element();
129+
}
127130

128131
// public void write(String html) {
129132
//

0 commit comments

Comments
 (0)