Uses of Interface
org.cakelab.jdoxml.api.IDocRow
-
Packages that use IDocRow Package Description org.cakelab.jdoxml.api org.cakelab.jdoxml.impl.dochandler -
-
Uses of IDocRow in org.cakelab.jdoxml.api
Methods in org.cakelab.jdoxml.api that return types with arguments of type IDocRow Modifier and Type Method Description java.util.ListIterator<IDocRow>
IDocTable. rows()
-
Uses of IDocRow in org.cakelab.jdoxml.impl.dochandler
Classes in org.cakelab.jdoxml.impl.dochandler that implement IDocRow Modifier and Type Class Description class
RowHandler
Node representing an entry in the table row.Methods in org.cakelab.jdoxml.impl.dochandler that return types with arguments of type IDocRow Modifier and Type Method Description java.util.ListIterator<IDocRow>
TableHandler. rows()
-