|
||||||||||
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.MdSecType
edu.indiana.dlib.metsnav.mets.v1_5.DmdSec
public class DmdSec
dmdSec: Description Metadata Section. This section records all of the descriptive metadata for all items in the METS object (including both structural map divs and descriptive metadata for data files). Metadata can be either included in the METS hub document (mdWrap) or referenced via an identifier/locator (mdRef), a la Warwick Framework. Multiple dmdSec elements are allowed so that descriptive metadata can be recorded for each separate item within the METS object.
Constructor Summary | |
---|---|
DmdSec()
|
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_5.MdSecType |
---|
addADMID, addADMID, clearADMID, enumerateADMID, getADMID, getADMID, getADMIDCount, getCREATED, getGROUPID, getID, getMdRef, getMdWrap, getSTATUS, removeADMID, setADMID, setADMID, setCREATED, setGROUPID, setID, setMdRef, setMdWrap, setSTATUS |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DmdSec()
Method Detail |
---|
public boolean isValid()
isValid
in class MdSecType
public void marshal(Writer out) throws MarshalException, ValidationException
marshal
in class MdSecType
out
-
MarshalException
ValidationException
public void marshal(ContentHandler handler) throws IOException, MarshalException, ValidationException
marshal
in class MdSecType
handler
-
IOException
MarshalException
ValidationException
public static Object unmarshal(Reader reader) throws MarshalException, ValidationException
reader
-
MarshalException
ValidationException
public void validate() throws ValidationException
validate
in class MdSecType
ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |