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

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

public class ControlParser
extends java.lang.Object
implements IParser

Author:
rkulow

Constructor Summary
ControlParser()
           
 
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

ControlParser

public ControlParser()
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)