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 void
DefaultElementVisitor. 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 DbApplicationConnectionSettingsElement
DbDataSourceElement. newDbApplicationConnectionSettingsElement()
Create child element <db:application-connection-settings>.
-