|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttextractor.acronyms.xml.Expansions
public class Expansions
Class Expansions.
| Constructor Summary | |
|---|---|
Expansions()
|
|
| Method Summary | |
|---|---|
void |
addExpansionsItem(ExpansionsItem vExpansionsItem)
|
void |
addExpansionsItem(int index,
ExpansionsItem vExpansionsItem)
|
Enumeration |
enumerateExpansionsItem()
Method enumerateExpansionsItem |
ExpansionsItem[] |
getExpansionsItem()
Method getExpansionsItem |
ExpansionsItem |
getExpansionsItem(int index)
Method getExpansionsItem |
int |
getExpansionsItemCount()
Method getExpansionsItemCount |
boolean |
isValid()
Method isValid |
Iterator |
iterateExpansionsItem()
Method iterateExpansionsItem |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
removeAllExpansionsItem()
|
boolean |
removeExpansionsItem(ExpansionsItem vExpansionsItem)
Method removeExpansionsItem |
ExpansionsItem |
removeExpansionsItemAt(int index)
Method removeExpansionsItemAt |
void |
setExpansionsItem(ExpansionsItem[] vExpansionsItemArray)
|
void |
setExpansionsItem(int index,
ExpansionsItem vExpansionsItem)
|
static Expansions |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Expansions()
| Method Detail |
|---|
public void addExpansionsItem(ExpansionsItem vExpansionsItem)
throws IndexOutOfBoundsException
vExpansionsItem -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addExpansionsItem(int index,
ExpansionsItem vExpansionsItem)
throws IndexOutOfBoundsException
index - vExpansionsItem -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Enumeration enumerateExpansionsItem()
public ExpansionsItem getExpansionsItem(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic ExpansionsItem[] getExpansionsItem()
public int getExpansionsItemCount()
public boolean isValid()
public Iterator iterateExpansionsItem()
public void marshal(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 schema
public void marshal(ContentHandler handler)
throws IOException,
MarshalException,
ValidationException
handler -
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 removeAllExpansionsItem()
public boolean removeExpansionsItem(ExpansionsItem vExpansionsItem)
vExpansionsItem -
public ExpansionsItem removeExpansionsItemAt(int index)
index -
public void setExpansionsItem(int index,
ExpansionsItem vExpansionsItem)
throws IndexOutOfBoundsException
index - vExpansionsItem -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setExpansionsItem(ExpansionsItem[] vExpansionsItemArray)
vExpansionsItemArray -
public static Expansions unmarshal(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 schema
public void validate()
throws ValidationException
ValidationException - if this
object is an invalid instance according to the schema
|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||