com.sonoma.test
Class chapterSectionTest

java.lang.Object
  |
  +--com.sonoma.test.chapterSectionTest

public class chapterSectionTest
extends java.lang.Object


Constructor Summary
chapterSectionTest()
          Creates new chapterSectionTest
 
Method Summary
 boolean addChapter(org.w3c.dom.Document doc)
           
 boolean addSect1(org.w3c.dom.Document doc)
           
static void main(java.lang.String[] args)
           
 boolean moveChapter(org.w3c.dom.Document doc)
           
 boolean moveSect1(org.w3c.dom.Document doc)
           
 boolean removeChild(org.w3c.dom.Document doc)
           
 boolean removeSect1(org.w3c.dom.Document doc)
           
 boolean updateChapter(org.w3c.dom.Document doc)
           
 boolean updateSection(org.w3c.dom.Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

chapterSectionTest

public chapterSectionTest()
Creates new chapterSectionTest
Method Detail

addChapter

public boolean addChapter(org.w3c.dom.Document doc)

updateChapter

public boolean updateChapter(org.w3c.dom.Document doc)

moveChapter

public boolean moveChapter(org.w3c.dom.Document doc)

removeChild

public boolean removeChild(org.w3c.dom.Document doc)

removeSect1

public boolean removeSect1(org.w3c.dom.Document doc)

moveSect1

public boolean moveSect1(org.w3c.dom.Document doc)

addSect1

public boolean addSect1(org.w3c.dom.Document doc)

updateSection

public boolean updateSection(org.w3c.dom.Document doc)

main

public static void main(java.lang.String[] args)