corpus-services  1.0
XMLData.java
Go to the documentation of this file.
1 /*
2  * To change this license header, choose License Headers in ProJect Properties.
3  * To change this template file, choose Tools | Templates
4  * and open the template in the editor.
5  */
6 package de.uni_hamburg.corpora;
7 
8 import org.jdom.Document;
9 
14 public interface XMLData {
15 
16  public Document getJdom();
17 
18  public void setJdom(Document jdom);
19 }
void setJdom(Document jdom)