|
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.yapex.xml.Abstracts
public class Abstracts
Class Abstracts.
| Constructor Summary | |
|---|---|
Abstracts()
|
|
| Method Summary | |
|---|---|
void |
add_abstract(Abstract v_abstract)
Method add_abstract |
void |
add_abstract(int index,
Abstract v_abstract)
Method add_abstract |
void |
clear_abstract()
Method clear_abstract |
Enumeration |
enumerate_abstract()
Method enumerate_abstract |
Abstract[] |
get_abstract()
Method get_abstract |
Abstract |
get_abstract(int index)
Method get_abstract |
int |
get_abstractCount()
Method get_abstractCount |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
boolean |
remove_abstract(Abstract v_abstract)
Method remove_abstract |
void |
set_abstract(Abstract[] _abstractArray)
Method set_abstract |
void |
set_abstract(int index,
Abstract v_abstract)
Method set_abstract |
static Object |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Abstracts()
| Method Detail |
|---|
public void add_abstract(Abstract v_abstract)
throws IndexOutOfBoundsException
v_abstract -
IndexOutOfBoundsException
public void add_abstract(int index,
Abstract v_abstract)
throws IndexOutOfBoundsException
index - v_abstract -
IndexOutOfBoundsExceptionpublic void clear_abstract()
public Enumeration enumerate_abstract()
public Abstract get_abstract(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic Abstract[] get_abstract()
public int get_abstractCount()
public boolean isValid()
public void marshal(Writer out)
throws MarshalException,
ValidationException
out -
MarshalException
ValidationException
public void marshal(ContentHandler handler)
throws IOException,
MarshalException,
ValidationException
handler -
IOException
MarshalException
ValidationExceptionpublic boolean remove_abstract(Abstract v_abstract)
v_abstract -
public void set_abstract(int index,
Abstract v_abstract)
throws IndexOutOfBoundsException
index - v_abstract -
IndexOutOfBoundsExceptionpublic void set_abstract(Abstract[] _abstractArray)
_abstractArray -
public static Object unmarshal(Reader reader)
throws MarshalException,
ValidationException
reader -
MarshalException
ValidationException
public void validate()
throws ValidationException
ValidationException
|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||