Examples of Matbreak


Examples of org.olat.ims.qti.editor.beecom.objects.Matbreak

  /**
   * @see org.olat.ims.qti.editor.beecom.parser.IParser#parse(org.dom4j.Element)
   */
  public Object parse(Element element) {
    //assert element.getName().equalsIgnoreCase("matbreak");
    return new Matbreak();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.