|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttextractor.xml.pubmed.xml.Acronym
public class Acronym
Class Acronym.
| Constructor Summary | |
|---|---|
Acronym()
|
|
| Method Summary | |
|---|---|
void |
addAcronymItem(AcronymItem vAcronymItem)
|
void |
addAcronymItem(int index,
AcronymItem vAcronymItem)
|
Enumeration |
enumerateAcronymItem()
Method enumerateAcronymItem |
AcronymItem[] |
getAcronymItem()
Method getAcronymItem |
AcronymItem |
getAcronymItem(int index)
Method getAcronymItem |
int |
getAcronymItemCount()
Method getAcronymItemCount |
String |
getContent()
Returns the value of field 'content'. |
boolean |
isValid()
Method isValid |
Iterator |
iterateAcronymItem()
Method iterateAcronymItem |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
boolean |
removeAcronymItem(AcronymItem vAcronymItem)
Method removeAcronymItem |
AcronymItem |
removeAcronymItemAt(int index)
Method removeAcronymItemAt |
void |
removeAllAcronymItem()
|
void |
setAcronymItem(AcronymItem[] vAcronymItemArray)
|
void |
setAcronymItem(int index,
AcronymItem vAcronymItem)
|
void |
setContent(String content)
Sets the value of field 'content'. |
static Acronym |
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 Acronym()
| Method Detail |
|---|
public void addAcronymItem(AcronymItem vAcronymItem)
throws IndexOutOfBoundsException
vAcronymItem -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addAcronymItem(int index,
AcronymItem vAcronymItem)
throws IndexOutOfBoundsException
index - vAcronymItem -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Enumeration enumerateAcronymItem()
public AcronymItem getAcronymItem(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic AcronymItem[] getAcronymItem()
public int getAcronymItemCount()
public String getContent()
public boolean isValid()
public Iterator iterateAcronymItem()
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 removeAcronymItem(AcronymItem vAcronymItem)
vAcronymItem -
public AcronymItem removeAcronymItemAt(int index)
index -
public void removeAllAcronymItem()
public void setAcronymItem(int index,
AcronymItem vAcronymItem)
throws IndexOutOfBoundsException
index - vAcronymItem -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setAcronymItem(AcronymItem[] vAcronymItemArray)
vAcronymItemArray - public void setContent(String content)
content - the value of field 'content'.
public static Acronym 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 | |||||||||