|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.indiana.dlib.metsnav.mets.v1_4.DivType
edu.indiana.dlib.metsnav.mets.v1_4.Div
public class Div
div: Division. The METS standard represents a document structurally as a series of nested div elements, that is, as a hierarchy (e.g., a book, which is composed of chapters, which are composed of subchapters, which are composed of text). Every div node in the structural map hierarchy may be connected (via subsidiary mptr or fptr elements) to content files which represent that div's portion of the whole document.
Constructor Summary | |
---|---|
Div()
|
Method Summary | |
---|---|
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
static Object |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class edu.indiana.dlib.metsnav.mets.v1_4.DivType |
---|
addADMID, addADMID, addCONTENTIDS, addCONTENTIDS, addDiv, addDiv, addDMDID, addDMDID, addFptr, addFptr, addMptr, addMptr, clearADMID, clearCONTENTIDS, clearDiv, clearDMDID, clearFptr, clearMptr, deleteORDER, enumerateADMID, enumerateCONTENTIDS, enumerateDiv, enumerateDMDID, enumerateFptr, enumerateMptr, getADMID, getADMID, getADMIDCount, getCONTENTIDS, getCONTENTIDS, getCONTENTIDSCount, getDiv, getDiv, getDivCount, getDMDID, getDMDID, getDMDIDCount, getFptr, getFptr, getFptrCount, getID, getLABEL, getMptr, getMptr, getMptrCount, getORDER, getORDERLABEL, getTYPE, hasORDER, removeADMID, removeCONTENTIDS, removeDiv, removeDMDID, removeFptr, removeMptr, setADMID, setADMID, setCONTENTIDS, setCONTENTIDS, setDiv, setDiv, setDMDID, setDMDID, setFptr, setFptr, setID, setLABEL, setMptr, setMptr, setORDER, setORDERLABEL, setTYPE |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Div()
Method Detail |
---|
public boolean isValid()
isValid
in class DivType
public void marshal(Writer out) throws MarshalException, ValidationException
marshal
in class DivType
out
-
MarshalException
ValidationException
public void marshal(ContentHandler handler) throws IOException, MarshalException, ValidationException
marshal
in class DivType
handler
-
IOException
MarshalException
ValidationException
public static Object unmarshal(Reader reader) throws MarshalException, ValidationException
reader
-
MarshalException
ValidationException
public void validate() throws ValidationException
validate
in class DivType
ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |