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