Examples of DbDataSourceElement


Examples of org.odftoolkit.odfdom.dom.element.db.DbDataSourceElement

   * Child element is mandatory.
   *
   * @return the element {@odf.element db:data-source}
   */
  public DbDataSourceElement newDbDataSourceElement() {
    DbDataSourceElement dbDataSource = ((OdfFileDom) this.ownerDocument).newOdfElement(DbDataSourceElement.class);
    this.appendChild(dbDataSource);
    return dbDataSource;
  }
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.