|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.builder.binding.xml.Excludes
public class Excludes
Class Excludes.
Constructor Summary | |
---|---|
Excludes()
|
Method Summary | |
---|---|
void |
addExclude(Exclude vExclude)
|
void |
addExclude(int index,
Exclude vExclude)
|
java.util.Enumeration |
enumerateExclude()
Method enumerateExclude. |
Exclude[] |
getExclude()
Method getExclude.Returns the contents of the collection in an Array. |
Exclude |
getExclude(int index)
Method getExclude. |
int |
getExcludeCount()
Method getExcludeCount. |
boolean |
isValid()
Method isValid. |
java.util.Iterator |
iterateExclude()
Method iterateExclude. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
removeAllExclude()
|
boolean |
removeExclude(Exclude vExclude)
Method removeExclude. |
Exclude |
removeExcludeAt(int index)
Method removeExcludeAt. |
void |
setExclude(Exclude[] vExcludeArray)
|
void |
setExclude(int index,
Exclude vExclude)
|
static Excludes |
unmarshalExcludes(java.io.Reader reader)
Method unmarshalExcludes. |
void |
validate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Excludes()
Method Detail |
---|
public void addExclude(Exclude vExclude) throws java.lang.IndexOutOfBoundsException
vExclude
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addExclude(int index, Exclude vExclude) throws java.lang.IndexOutOfBoundsException
index
- vExclude
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration enumerateExclude()
public Exclude getExclude(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic Exclude[] getExclude()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getExcludeCount()
public boolean isValid()
public java.util.Iterator iterateExclude()
public void marshal(java.io.Writer out) throws MarshalException, ValidationException
out
-
MarshalException
- if object is
null or if any SAXException is thrown during marshaling
ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, MarshalException, ValidationException
handler
-
java.io.IOException
- if an IOException occurs during
marshaling
ValidationException
- if this
object is an invalid instance according to the schema
MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void removeAllExclude()
public boolean removeExclude(Exclude vExclude)
vExclude
-
public Exclude removeExcludeAt(int index)
index
-
public void setExclude(int index, Exclude vExclude) throws java.lang.IndexOutOfBoundsException
index
- vExclude
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setExclude(Exclude[] vExcludeArray)
vExcludeArray
- public static Excludes unmarshalExcludes(java.io.Reader reader) throws MarshalException, ValidationException
reader
-
MarshalException
- if object is
null or if any SAXException is thrown during marshaling
ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws ValidationException
ValidationException
- if this
object is an invalid instance according to the schema
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |