Uses of Interface
org.cakelab.jdoxml.api.IDocTitle
-
Packages that use IDocTitle Package Description org.cakelab.jdoxml.api org.cakelab.jdoxml.impl.compoundhandler org.cakelab.jdoxml.impl.dochandler -
-
Uses of IDocTitle in org.cakelab.jdoxml.api
Subinterfaces of IDocTitle in org.cakelab.jdoxml.api Modifier and Type Interface Description interface
IDocXRefTitle
Methods in org.cakelab.jdoxml.api that return IDocTitle Modifier and Type Method Description IDocTitle
IDocSection. title()
IDocTitle
IDocSimpleSect. title()
IDocTitle
IPage. title()
-
Uses of IDocTitle in org.cakelab.jdoxml.impl.compoundhandler
Methods in org.cakelab.jdoxml.impl.compoundhandler that return IDocTitle Modifier and Type Method Description IDocTitle
CompoundHandler. title()
-
Uses of IDocTitle in org.cakelab.jdoxml.impl.dochandler
Classes in org.cakelab.jdoxml.impl.dochandler that implement IDocTitle Modifier and Type Class Description class
TitleHandler
class
XRefTitleHandler
Methods in org.cakelab.jdoxml.impl.dochandler that return IDocTitle Modifier and Type Method Description IDocTitle
DocSectionHandler. title()
IDocTitle
SimpleSectHandler. title()
-