uk.ac.ed.inf.ec
Class MulanLabelXml

java.lang.Object
  extended by uk.ac.ed.inf.ec.MulanLabelXml

public class MulanLabelXml
extends java.lang.Object

Generates an XML file for labels in the Mulan format http://mulan.sourceforge.net/ http://mlkd.csd.auth.gr/multilabel.html

Example of Mulan XML format for labels:

<labels xmlns="http://mulan.sourceforge.net/labels"> 
	<label name="label1">  
		<label name="label12"></label>  
		<label name="label13"></label>  
		<label name="label14"></label>  
		<label name="label15"></label> 
	</label>
</labels> 

Version:
30 Apr 2010
Author:
Luna De Ferrari luna.deferrari-at-ed.ac.uk

Constructor Summary
MulanLabelXml()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MulanLabelXml

public MulanLabelXml()