bootstrap
Class Body

java.lang.Object
  extended by bootstrap.Body

public class Body
extends java.lang.Object


Constructor Summary
Body()
           
 
Method Summary
 java.lang.CharSequence body(Document document)
           
 java.lang.CharSequence h1(Chapter chapter)
           
 java.lang.CharSequence h2(AbstractSection section)
           
 java.lang.CharSequence h3plus(AbstractSection section, int hLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Body

public Body()
Method Detail

body

public java.lang.CharSequence body(Document document)

h1

public java.lang.CharSequence h1(Chapter chapter)

h2

public java.lang.CharSequence h2(AbstractSection section)

h3plus

public java.lang.CharSequence h3plus(AbstractSection section,
                                     int hLevel)