|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object generated.Urllist
Class Urllist.
Constructor Summary | |
Urllist()
|
Method Summary | |
void |
addUrlentry(int index,
java.lang.Object vUrlentry)
Method addUrlentry |
void |
addUrlentry(java.lang.Object vUrlentry)
Method addUrlentry |
java.util.Enumeration |
enumerateUrlentry()
Method enumerateUrlentry |
java.lang.Object[] |
getUrlentry()
Method getUrlentry |
java.lang.Object |
getUrlentry(int index)
Method getUrlentry |
int |
getUrlentryCount()
Method getUrlentryCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
removeAllUrlentry()
Method removeAllUrlentry |
java.lang.Object |
removeUrlentry(int index)
Method removeUrlentry |
void |
setUrlentry(int index,
java.lang.Object vUrlentry)
Method setUrlentry |
void |
setUrlentry(java.lang.Object[] urlentryArray)
Method setUrlentry |
static java.lang.Object |
unmarshal(java.io.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 Urllist()
Method Detail |
public void addUrlentry(java.lang.Object vUrlentry) throws java.lang.IndexOutOfBoundsException
vUrlentry
-
java.lang.IndexOutOfBoundsException
public void addUrlentry(int index, java.lang.Object vUrlentry) throws java.lang.IndexOutOfBoundsException
index
- vUrlentry
-
java.lang.IndexOutOfBoundsException
public java.util.Enumeration enumerateUrlentry()
public java.lang.Object getUrlentry(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public java.lang.Object[] getUrlentry()
public int getUrlentryCount()
public boolean isValid()
public void marshal(java.io.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(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void removeAllUrlentry()
public java.lang.Object removeUrlentry(int index)
index
- public void setUrlentry(int index, java.lang.Object vUrlentry) throws java.lang.IndexOutOfBoundsException
index
- vUrlentry
-
java.lang.IndexOutOfBoundsException
public void setUrlentry(java.lang.Object[] urlentryArray)
urlentryArray
- public static java.lang.Object unmarshal(java.io.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |