Révision 2759
tmp/org.txm.internalview.core/src/org/txm/internalview/core/functions/InternalView.java (revision 2759) | ||
---|---|---|
124 | 124 |
this.pCurrentPage = 0; |
125 | 125 |
} |
126 | 126 |
|
127 |
// find struct start-end |
|
127 |
// find struct start-end of the current corpus
|
|
128 | 128 |
CQLQuery query = new CQLQuery("<" + pStructuralUnit.getName() + "> [] expand to " + pStructuralUnit); //$NON-NLS-1$ //$NON-NLS-2$ |
129 | 129 |
// System.out.println(query); |
130 | 130 |
QueryResult result = getCorpus().query(query, "test", false); //$NON-NLS-1$ |
... | ... | |
366 | 366 |
|
367 | 367 |
@Override |
368 | 368 |
public boolean setParameters(TXMParameters parameters) { |
369 |
// FIXME: Debug |
|
370 | 369 |
System.err.println("InternalView.setParameters(): not yet implemented."); |
371 | 370 |
return false; |
372 | 371 |
} |
Formats disponibles : Unified diff