Uses of Interface
org.cakelab.jdoxml.api.IUserDefined
-
Packages that use IUserDefined Package Description org.cakelab.jdoxml.api org.cakelab.jdoxml.impl.compoundhandler org.cakelab.jdoxml.impl.sectionhandler -
-
Uses of IUserDefined in org.cakelab.jdoxml.api
Methods in org.cakelab.jdoxml.api that return types with arguments of type IUserDefined Modifier and Type Method Description java.util.ListIterator<IUserDefined>
ICompound. sections()
Returns an iterator for the different member sections in this compound. -
Uses of IUserDefined in org.cakelab.jdoxml.impl.compoundhandler
Methods in org.cakelab.jdoxml.impl.compoundhandler that return types with arguments of type IUserDefined Modifier and Type Method Description java.util.ListIterator<IUserDefined>
CompoundHandler. sections()
-
Uses of IUserDefined in org.cakelab.jdoxml.impl.sectionhandler
Classes in org.cakelab.jdoxml.impl.sectionhandler that implement IUserDefined Modifier and Type Class Description class
SectionHandler
-