Uses of Class
org.odftoolkit.odfdom.dom.element.db.DbQueryElement
-
Packages that use DbQueryElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.db -
-
Uses of DbQueryElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DbQueryElement Modifier and Type Method Description void
DefaultElementVisitor. visit(DbQueryElement ele)
A method to visit "db:query" elements -
Uses of DbQueryElement in org.odftoolkit.odfdom.dom.element.db
Methods in org.odftoolkit.odfdom.dom.element.db that return DbQueryElement Modifier and Type Method Description DbQueryElement
DbQueriesElement. newDbQueryElement(String dbCommandValue, String dbNameValue)
Create child element <db:query>.DbQueryElement
DbQueryCollectionElement. newDbQueryElement(String dbCommandValue, String dbNameValue)
Create child element <db:query>.
-