Package org.olat.ims.qti.editor.beecom.objects

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


   */
  public Object parse(Element element) {
    //assert element.getName().equalsIgnoreCase("matimage");
    String uri = element.attributeValue("uri");
    if(uri != null && uri.length() > 0) {
      return new Matimage(uri);
    }
    return null;
  }
View Full Code Here

TOP

Related Classes of org.olat.ims.qti.editor.beecom.objects.Matimage

Copyright © 2018 www.massapicom. 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.