|
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.Acronyms
public class Acronyms
List of acronym/expansion pairs
| Constructor Summary | |
|---|---|
Acronyms()
|
|
| Method Summary | |
|---|---|
void |
addAcronymsItem(AcronymsItem vAcronymsItem)
|
void |
addAcronymsItem(int index,
AcronymsItem vAcronymsItem)
|
Enumeration |
enumerateAcronymsItem()
Method enumerateAcronymsItem |
AcronymsItem[] |
getAcronymsItem()
Method getAcronymsItem |
AcronymsItem |
getAcronymsItem(int index)
Method getAcronymsItem |
int |
getAcronymsItemCount()
Method getAcronymsItemCount |
boolean |
isValid()
Method isValid |
Iterator |
iterateAcronymsItem()
Method iterateAcronymsItem |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
boolean |
removeAcronymsItem(AcronymsItem vAcronymsItem)
Method removeAcronymsItem |
AcronymsItem |
removeAcronymsItemAt(int index)
Method removeAcronymsItemAt |
void |
removeAllAcronymsItem()
|
void |
setAcronymsItem(AcronymsItem[] vAcronymsItemArray)
|
void |
setAcronymsItem(int index,
AcronymsItem vAcronymsItem)
|
static Acronyms |
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 Acronyms()
| Method Detail |
|---|
public void addAcronymsItem(AcronymsItem vAcronymsItem)
throws IndexOutOfBoundsException
vAcronymsItem -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addAcronymsItem(int index,
AcronymsItem vAcronymsItem)
throws IndexOutOfBoundsException
index - vAcronymsItem -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Enumeration enumerateAcronymsItem()
public AcronymsItem getAcronymsItem(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic AcronymsItem[] getAcronymsItem()
public int getAcronymsItemCount()
public boolean isValid()
public Iterator iterateAcronymsItem()
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 boolean removeAcronymsItem(AcronymsItem vAcronymsItem)
vAcronymsItem -
public AcronymsItem removeAcronymsItemAt(int index)
index -
public void removeAllAcronymsItem()
public void setAcronymsItem(int index,
AcronymsItem vAcronymsItem)
throws IndexOutOfBoundsException
index - vAcronymsItem -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setAcronymsItem(AcronymsItem[] vAcronymsItemArray)
vAcronymsItemArray -
public static Acronyms 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 | |||||||||