Uses of Class
org.odftoolkit.odfdom.dom.element.db.DbApplicationConnectionSettingsElement
-
Packages that use DbApplicationConnectionSettingsElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.db -
-
Uses of DbApplicationConnectionSettingsElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DbApplicationConnectionSettingsElement Modifier and Type Method Description voidDefaultElementVisitor. visit(DbApplicationConnectionSettingsElement ele)A method to visit "db:application-connection-settings" elements -
Uses of DbApplicationConnectionSettingsElement in org.odftoolkit.odfdom.dom.element.db
Methods in org.odftoolkit.odfdom.dom.element.db that return DbApplicationConnectionSettingsElement Modifier and Type Method Description DbApplicationConnectionSettingsElementDbDataSourceElement. newDbApplicationConnectionSettingsElement()Create child element <db:application-connection-settings>.
-