org.olat.ims.qti.editor.beecom.parser
Class AssessmentParser

java.lang.Object
  extended by org.olat.ims.qti.editor.beecom.parser.AssessmentParser
All Implemented Interfaces:
IParser

public class AssessmentParser
extends java.lang.Object
implements IParser

Author:
rkulow

Constructor Summary
AssessmentParser()
           
 
Method Summary
 java.lang.Object parse(org.dom4j.Element element)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssessmentParser

public AssessmentParser()
Method Detail

parse

public java.lang.Object parse(org.dom4j.Element element)
Specified by:
parse in interface IParser
See Also:
org.olat.ims.qti.editor.beecom.IParser#parse(org.dom4j.Element)