corpus-services
1.0
Main Page
Related Pages
Packages
Classes
Files
File List
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
}
de.uni_hamburg.corpora.XMLData.getJdom
Document getJdom()
de.uni_hamburg.corpora.XMLData.setJdom
void setJdom(Document jdom)
de.uni_hamburg.corpora.XMLData
Definition:
XMLData.java:14
src
main
java
de
uni_hamburg
corpora
XMLData.java
Generated by
1.8.11