Révision 442
tmp/org.txm.core/src/java/org/txm/objects/TxmObject.java (revision 442) | ||
---|---|---|
32 | 32 |
import java.util.Map; |
33 | 33 |
|
34 | 34 |
import org.txm.core.messages.TXMCoreMessages; |
35 |
import org.txm.core.results.ITXMResult; |
|
36 | 35 |
import org.txm.core.results.TXMResult; |
37 | 36 |
import org.w3c.dom.Document; |
38 | 37 |
import org.w3c.dom.Element; |
... | ... | |
71 | 70 |
* Creates a new TxmObject, child of the specified parent. |
72 | 71 |
* @param parent |
73 | 72 |
*/ |
74 |
public TxmObject(ITXMResult parent) {
|
|
73 |
public TxmObject(TXMResult parent) { |
|
75 | 74 |
super(parent); |
76 | 75 |
metadatas = new HashMap<String, Property>(); |
77 | 76 |
} |
... | ... | |
151 | 150 |
if (value == null) |
152 | 151 |
return; |
153 | 152 |
|
154 |
for (ITXMResult o : getResults()) {
|
|
153 |
for (TXMResult o : getResults()) { |
|
155 | 154 |
TxmObject typeObject = (TxmObject) o; |
156 | 155 |
|
157 | 156 |
if (!typeObject.metadatas.containsKey(key)) { |
Formats disponibles : Unified diff