Package org.ametys.odf.course
Class LOMSheet
- java.lang.Object
-
- org.ametys.odf.bean.AbstractExternalAddress
-
- org.ametys.odf.course.LOMSheet
-
public class LOMSheet extends AbstractExternalAddress
LOM Sheet object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
toCDM(ContentHandler contentHandler)
Transform the LOM sheet to CDM
-
-
-
Method Detail
-
toCDM
public void toCDM(ContentHandler contentHandler) throws SAXException
Transform the LOM sheet to CDM- Parameters:
contentHandler
- the content handler to sax into- Throws:
SAXException
- if an error occurred while saxing
-
-