Uses of Class
org.cakelab.jdoxml.impl.compoundhandler.CompoundHandler
-
Packages that use CompoundHandler Package Description org.cakelab.jdoxml.impl.compoundhandler org.cakelab.jdoxml.impl.mainhandler org.cakelab.jdoxml.impl.memberhandler org.cakelab.jdoxml.impl.sectionhandler -
-
Uses of CompoundHandler in org.cakelab.jdoxml.impl.compoundhandler
Constructors in org.cakelab.jdoxml.impl.compoundhandler with parameters of type CompoundHandler Constructor Description RelatedCompound(CompoundHandler parent, java.lang.String id, IRelatedCompound.Protection prot, IRelatedCompound.Kind kind)
-
Uses of CompoundHandler in org.cakelab.jdoxml.impl.mainhandler
Methods in org.cakelab.jdoxml.impl.mainhandler with parameters of type CompoundHandler Modifier and Type Method Description void
MainHandler. unloadCompound(CompoundHandler ch)
-
Uses of CompoundHandler in org.cakelab.jdoxml.impl.memberhandler
Methods in org.cakelab.jdoxml.impl.memberhandler with parameters of type CompoundHandler Modifier and Type Method Description void
MemberHandler. setCompoundHandler(CompoundHandler c)
-
Uses of CompoundHandler in org.cakelab.jdoxml.impl.sectionhandler
Methods in org.cakelab.jdoxml.impl.sectionhandler with parameters of type CompoundHandler Modifier and Type Method Description void
SectionHandler. initialize(CompoundHandler ch)
-