|
|||||||||
| Home >> All >> com >> sonoma >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sonoma.test
Class chapterSectionTest

java.lang.Objectcom.sonoma.test.chapterSectionTest
- public class chapterSectionTest
- extends java.lang.Object
- Version:
| 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)
|
|||||||||
| Home >> All >> com >> sonoma >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.sonoma.test.chapterSectionTest