Uses of Interface
org.cakelab.jdoxml.api.IDocSection
-
Packages that use IDocSection Package Description org.cakelab.jdoxml.api org.cakelab.jdoxml.impl.dochandler -
-
Uses of IDocSection in org.cakelab.jdoxml.api
Methods in org.cakelab.jdoxml.api that return types with arguments of type IDocSection Modifier and Type Method Description java.util.ListIterator<IDocSection>
IDocInternal. subSections()
java.util.ListIterator<IDocSection>
IDocSection. subSections()
-
Uses of IDocSection in org.cakelab.jdoxml.impl.dochandler
Classes in org.cakelab.jdoxml.impl.dochandler that implement IDocSection Modifier and Type Class Description class
DocSectionHandler
Node representing a section.Methods in org.cakelab.jdoxml.impl.dochandler that return types with arguments of type IDocSection Modifier and Type Method Description java.util.ListIterator<IDocSection>
DocInternalHandler. subSections()
java.util.ListIterator<IDocSection>
DocSectionHandler. subSections()
-