|
HPSearch | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.hpsearch.common.xml.Container
Class Container.
| Constructor Summary | |
Container()
|
|
| Method Summary | |
void |
addItem(int index,
Item vItem)
Method addItem |
void |
addItem(Item vItem)
Method addItem |
Enumeration |
enumerateItem()
Method enumerateItem |
Item[] |
getItem()
Method getItem |
Item |
getItem(int index)
Method getItem |
int |
getItemCount()
Method getItemCount |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
removeAllItem()
Method removeAllItem |
Item |
removeItem(int index)
Method removeItem |
void |
setItem(int index,
Item vItem)
Method setItem |
void |
setItem(Item[] itemArray)
Method setItem |
static Object |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Container()
| Method Detail |
public void addItem(Item vItem)
throws IndexOutOfBoundsException
vItem -
IndexOutOfBoundsException
public void addItem(int index,
Item vItem)
throws IndexOutOfBoundsException
index - vItem -
IndexOutOfBoundsExceptionpublic Enumeration enumerateItem()
public Item getItem(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic Item[] getItem()
public int getItemCount()
public boolean isValid()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationExceptionpublic void removeAllItem()
public Item removeItem(int index)
index -
public void setItem(int index,
Item vItem)
throws IndexOutOfBoundsException
index - vItem -
IndexOutOfBoundsExceptionpublic void setItem(Item[] itemArray)
itemArray -
public static Object unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
HPSearch | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||