Examples of DbSchemaDefinitionElement


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

   * Child element is new in Odf 1.2
   *
   * @return the element {@odf.element db:schema-definition}
   */
  public DbSchemaDefinitionElement newDbSchemaDefinitionElement() {
    DbSchemaDefinitionElement dbSchemaDefinition = ((OdfFileDom) this.ownerDocument).newOdfElement(DbSchemaDefinitionElement.class);
    this.appendChild(dbSchemaDefinition);
    return dbSchemaDefinition;
  }
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.