Examples of CPManifest


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
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.