Package org.olat.ims.cp.objects

Examples of org.olat.ims.cp.objects.CPManifest


  /**
   * parses the document, builds manifest-datamodel-tree-structure
   */
  public void buildTree() {
    if (doc != null) {
      rootNode = new CPManifest(this, (DefaultElement) doc.getRootElement());
      rootNode.buildChildren();
    }
  }
View Full Code Here

TOP

Related Classes of org.olat.ims.cp.objects.CPManifest

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.