Uses of Class
org.cakelab.jdoxml.api.IDocSimpleSect.Types
-
Packages that use IDocSimpleSect.Types Package Description org.cakelab.jdoxml.api org.cakelab.jdoxml.impl.dochandler -
-
Uses of IDocSimpleSect.Types in org.cakelab.jdoxml.api
Methods in org.cakelab.jdoxml.api that return IDocSimpleSect.Types Modifier and Type Method Description IDocSimpleSect.Types
IDocSimpleSect. type()
static IDocSimpleSect.Types
IDocSimpleSect.Types. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IDocSimpleSect.Types[]
IDocSimpleSect.Types. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IDocSimpleSect.Types in org.cakelab.jdoxml.impl.dochandler
Methods in org.cakelab.jdoxml.impl.dochandler that return IDocSimpleSect.Types Modifier and Type Method Description IDocSimpleSect.Types
SimpleSectHandler. type()
IDocSimpleSect.Types
XRefSectHandler. type()
-