|
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.pubmedabstracts.xml.AbstractText
public class AbstractText
Class AbstractText.
| Constructor Summary | |
|---|---|
AbstractText()
|
|
| Method Summary | |
|---|---|
void |
addAbstractTextItem(AbstractTextItem vAbstractTextItem)
|
void |
addAbstractTextItem(int index,
AbstractTextItem vAbstractTextItem)
|
Enumeration |
enumerateAbstractTextItem()
Method enumerateAbstractTextItem |
AbstractTextItem[] |
getAbstractTextItem()
Method getAbstractTextItem |
AbstractTextItem |
getAbstractTextItem(int index)
Method getAbstractTextItem |
int |
getAbstractTextItemCount()
Method getAbstractTextItemCount |
String |
getContent()
Returns the value of field 'content'. |
boolean |
isValid()
Method isValid |
Iterator |
iterateAbstractTextItem()
Method iterateAbstractTextItem |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
boolean |
removeAbstractTextItem(AbstractTextItem vAbstractTextItem)
Method removeAbstractTextItem |
AbstractTextItem |
removeAbstractTextItemAt(int index)
Method removeAbstractTextItemAt |
void |
removeAllAbstractTextItem()
|
void |
setAbstractTextItem(AbstractTextItem[] vAbstractTextItemArray)
|
void |
setAbstractTextItem(int index,
AbstractTextItem vAbstractTextItem)
|
void |
setContent(String content)
Sets the value of field 'content'. |
static AbstractText |
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 AbstractText()
| Method Detail |
|---|
public void addAbstractTextItem(AbstractTextItem vAbstractTextItem)
throws IndexOutOfBoundsException
vAbstractTextItem -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addAbstractTextItem(int index,
AbstractTextItem vAbstractTextItem)
throws IndexOutOfBoundsException
index - vAbstractTextItem -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Enumeration enumerateAbstractTextItem()
public AbstractTextItem getAbstractTextItem(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic AbstractTextItem[] getAbstractTextItem()
public int getAbstractTextItemCount()
public String getContent()
public boolean isValid()
public Iterator iterateAbstractTextItem()
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 removeAbstractTextItem(AbstractTextItem vAbstractTextItem)
vAbstractTextItem -
public AbstractTextItem removeAbstractTextItemAt(int index)
index -
public void removeAllAbstractTextItem()
public void setAbstractTextItem(int index,
AbstractTextItem vAbstractTextItem)
throws IndexOutOfBoundsException
index - vAbstractTextItem -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setAbstractTextItem(AbstractTextItem[] vAbstractTextItemArray)
vAbstractTextItemArray - public void setContent(String content)
content - the value of field 'content'.
public static AbstractText 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 | |||||||||