annotate src/de/mpiwg/itgroup/annotationManager/tests/DrupalTest.java @ 14:0f64de5fff5a
try to use javax.xml.bind.DatatypeConverter
| author |
casties |
| date |
Wed, 21 Mar 2012 16:38:50 +0100 |
| parents |
0be9d53a6967 |
| children |
b0ef5c860464 |
| rev |
line source |
|
5
|
1 package de.mpiwg.itgroup.annotationManager.tests;
|
|
|
2
|
|
|
3 import de.mpiwg.itgroup.annotationManager.drupal.AnnotationHandler;
|
|
|
4
|
|
|
5 public class DrupalTest {
|
|
|
6
|
|
|
7 /**
|
|
|
8 * @param args
|
|
|
9 */
|
|
|
10 public static void main(String[] args) {
|
|
|
11 // TODO Auto-generated method stub
|
|
|
12 AnnotationHandler ah = new AnnotationHandler();
|
|
|
13 System.out.println(ah.createAnnotation("title","<strong>content</strong>","dwinter", "weikiki7"));
|
|
|
14 }
|
|
|
15
|
|
|
16 }
|