Package org.odftoolkit.odfdom.dom.element.db

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

Related Classes of org.odftoolkit.odfdom.dom.element.db.DbDataSourceElement

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.