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