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