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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
1 package de.mpiwg.itgroup.annotationManager.tests;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
2
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
3 import de.mpiwg.itgroup.annotationManager.drupal.AnnotationHandler;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
4
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
5 public class DrupalTest {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
6
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
7 /**
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
8 * @param args
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
9 */
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
10 public static void main(String[] args) {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
11 // TODO Auto-generated method stub
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
12 AnnotationHandler ah = new AnnotationHandler();
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
13 System.out.println(ah.createAnnotation("title","<strong>content</strong>","dwinter", "weikiki7"));
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
14 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
15
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
16 }