|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jostraca.section.SectionSet
Manage a set of Sections.
| Field Summary | |
static java.lang.String |
CN
|
| Constructor Summary | |
SectionSet()
|
|
| Method Summary | |
void |
addSection(Section pSection)
Add a Section. |
void |
appendToSection(java.lang.String pSectionName,
java.lang.String pContent)
Append content to an existing Section. |
void |
clearAllSections()
Clear all existing sections. |
void |
clearSection(java.lang.String pSectionName)
Clear an existing Section. |
java.util.Enumeration |
enumerateSectionNames()
Get an Enumeration of Section names |
java.util.Enumeration |
enumerateSections()
Get an Enumeration of Sections |
boolean |
equals(java.lang.Object pObject)
|
Section |
getSection(java.lang.String pSectionName)
Get section. |
boolean |
hasSection(java.lang.String pSectionName)
True if Section exists in set. |
boolean |
isEmptySection(java.lang.String pSectionName)
True if section content is empty. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String CN
| Constructor Detail |
public SectionSet()
| Method Detail |
public void addSection(Section pSection)
pSection - Section to add
public void appendToSection(java.lang.String pSectionName,
java.lang.String pContent)
pSectionName - name of Section to append to or createpContent - content to append to Sectionpublic void clearSection(java.lang.String pSectionName)
pSectionName - name of Section to clearpublic void clearAllSections()
public Section getSection(java.lang.String pSectionName)
pSectionName - name of Section to getpublic boolean hasSection(java.lang.String pSectionName)
pSectionName - name of Sectionpublic boolean isEmptySection(java.lang.String pSectionName)
pSectionName - name of Sectionpublic java.util.Enumeration enumerateSections()
public java.util.Enumeration enumerateSectionNames()
public java.lang.String toString()
public boolean equals(java.lang.Object pObject)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||