|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.indiana.dlib.metsnav.mets.v1_5.Fptr
public class Fptr
fptr: File Pointer. The fptr element associates a div element with content files that represent that div. It can either point to a file directly itself, via the FILEID attribute, or it can do more complex links to content via the subsidiary area, par and seq elements.
Constructor Summary | |
---|---|
Fptr()
|
Method Summary | |
---|---|
void |
addCONTENTIDS(int index,
String vCONTENTIDS)
Method addCONTENTIDS |
void |
addCONTENTIDS(String vCONTENTIDS)
Method addCONTENTIDS |
void |
clearCONTENTIDS()
Method clearCONTENTIDS |
Enumeration |
enumerateCONTENTIDS()
Method enumerateCONTENTIDS |
Area |
getArea()
Returns the value of field 'area'. |
String[] |
getCONTENTIDS()
Method getCONTENTIDS |
String |
getCONTENTIDS(int index)
Method getCONTENTIDS |
int |
getCONTENTIDSCount()
Method getCONTENTIDSCount |
Object |
getFILEID()
Returns the value of field 'FILEID'. |
String |
getID()
Returns the value of field 'ID'. |
Par |
getPar()
Returns the value of field 'par'. |
Seq |
getSeq()
Returns the value of field 'seq'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
boolean |
removeCONTENTIDS(String vCONTENTIDS)
Method removeCONTENTIDS |
void |
setArea(Area area)
Sets the value of field 'area'. |
void |
setCONTENTIDS(int index,
String vCONTENTIDS)
Method setCONTENTIDS |
void |
setCONTENTIDS(String[] CONTENTIDSArray)
Method setCONTENTIDS |
void |
setFILEID(Object FILEID)
Sets the value of field 'FILEID'. |
void |
setID(String ID)
Sets the value of field 'ID'. |
void |
setPar(Par par)
Sets the value of field 'par'. |
void |
setSeq(Seq seq)
Sets the value of field 'seq'. |
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 Fptr()
Method Detail |
---|
public void addCONTENTIDS(String vCONTENTIDS) throws IndexOutOfBoundsException
vCONTENTIDS
-
IndexOutOfBoundsException
public void addCONTENTIDS(int index, String vCONTENTIDS) throws IndexOutOfBoundsException
index
- vCONTENTIDS
-
IndexOutOfBoundsException
public void clearCONTENTIDS()
public Enumeration enumerateCONTENTIDS()
public Area getArea()
public String getCONTENTIDS(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public String[] getCONTENTIDS()
public int getCONTENTIDSCount()
public Object getFILEID()
public String getID()
public Par getPar()
public Seq getSeq()
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
ValidationException
public boolean removeCONTENTIDS(String vCONTENTIDS)
vCONTENTIDS
-
public void setArea(Area area)
area
- the value of field 'area'.public void setCONTENTIDS(int index, String vCONTENTIDS) throws IndexOutOfBoundsException
index
- vCONTENTIDS
-
IndexOutOfBoundsException
public void setCONTENTIDS(String[] CONTENTIDSArray)
CONTENTIDSArray
- public void setFILEID(Object FILEID)
FILEID
- the value of field 'FILEID'.public void setID(String ID)
ID
- the value of field 'ID'.public void setPar(Par par)
par
- the value of field 'par'.public void setSeq(Seq seq)
seq
- the value of field 'seq'.public static Object unmarshal(Reader reader) throws MarshalException, ValidationException
reader
-
MarshalException
ValidationException
public void validate() throws ValidationException
ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |