|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkristal.client.SectionType
This Class describes a Section Structure of KRISTAL.
PrimarySectionType,
BasicSectionType,
UnionSectionType,
VirtualSectionType| Field Summary | |
boolean |
hanja
|
java.lang.String |
hl_section_value
|
java.lang.String |
index_type
|
java.util.Vector |
length_list
|
java.util.Vector |
offset_list
|
java.lang.String |
section_name
|
java.lang.String |
section_value
|
| Constructor Summary | |
SectionType()
Constructs a new SectionType object. |
|
SectionType(java.lang.String sec_name,
byte[] sec_value)
Constructs a new SectionType object with its name and encoded value by BASE64. |
|
SectionType(java.lang.String sec_name,
java.lang.String sec_value)
Constructs a new SectionType object with its name and value |
|
| Method Summary | |
java.util.Vector |
getLengthList()
Returns the length list in this object. |
java.util.Vector |
getOffsetList()
Returns the offset list in this object. |
java.lang.String |
getSectionName()
Returns the section name in this object. |
java.lang.String |
getSectionValue()
Returns the section value in this object. |
java.lang.String |
getSectionValue(java.lang.String startTag,
java.lang.String endTag)
Returns the highlighted section value in this object. |
void |
setLengthList(java.util.Vector length_list)
Sets the length list of this object. |
void |
setOffsetList(java.util.Vector offset_list)
Sets the offset list of this object. |
void |
setSectionName(java.lang.String section_name)
Sets the section name of this object. |
void |
setSectionValue(java.lang.String section_value)
Sets the section value of this object. |
java.lang.String |
toString()
Overrides a parent's toString() |
byte[] |
trans_binvalue()
Returns the decoded bytes by BASE64. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.String section_name
public java.lang.String section_value
public java.lang.String hl_section_value
public java.util.Vector offset_list
public java.util.Vector length_list
public java.lang.String index_type
public boolean hanja
| Constructor Detail |
public SectionType()
public SectionType(java.lang.String sec_name,
java.lang.String sec_value)
sec_name - the section namesec_value - the section value
public SectionType(java.lang.String sec_name,
byte[] sec_value)
sec_name - the section namesec_value - the section value| Method Detail |
public java.lang.String toString()
public byte[] trans_binvalue()
public void setSectionName(java.lang.String section_name)
section_name - the section namepublic void setSectionValue(java.lang.String section_value)
section_value - the section valuepublic void setOffsetList(java.util.Vector offset_list)
offset_list - the offset listpublic void setLengthList(java.util.Vector length_list)
length_list - the length listpublic java.lang.String getSectionName()
public java.lang.String getSectionValue()
public java.lang.String getSectionValue(java.lang.String startTag,
java.lang.String endTag)
startTag - the start tagendTag - the end tag
public java.util.Vector getOffsetList()
public java.util.Vector getLengthList()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||