Uses of Interface
org.cakelab.jdoxml.api.IInclude
-
Packages that use IInclude Package Description org.cakelab.jdoxml.api org.cakelab.jdoxml.impl.compoundhandler -
-
Uses of IInclude in org.cakelab.jdoxml.api
Methods in org.cakelab.jdoxml.api that return types with arguments of type IInclude Modifier and Type Method Description java.util.ListIterator<IInclude>
IFile. includedBy()
java.util.ListIterator<IInclude>
IFile. includes()
-
Uses of IInclude in org.cakelab.jdoxml.impl.compoundhandler
Classes in org.cakelab.jdoxml.impl.compoundhandler that implement IInclude Modifier and Type Class Description class
IncludeHandler
Methods in org.cakelab.jdoxml.impl.compoundhandler that return types with arguments of type IInclude Modifier and Type Method Description java.util.ListIterator<IInclude>
CompoundHandler. includedBy()
java.util.ListIterator<IInclude>
CompoundHandler. includes()
-