| 
||||||||||
| 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.StructMapType
edu.indiana.dlib.metsnav.mets.v1_4.StructMap
public class StructMap
structMap: Structural Map. The structural map is the heart of a METS document, defining the hierarchical arrangement of a primary source document which has been digitized. This hierarchy is encoded as a tree of 'div' elements. Any given 'div' can point to another METS document via the 'mptr' element, or to a single file, to a group of files, or to segments of individual files or groups of files through the 'fptr' and subsidiary elements.
| Constructor Summary | |
|---|---|
StructMap()
 | 
|
| 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.StructMapType | 
|---|
getDiv, getID, getLABEL, getTYPE, setDiv, setID, setLABEL, setTYPE | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public StructMap()
| Method Detail | 
|---|
public boolean isValid()
isValid in class StructMapType
public void marshal(Writer out)
             throws MarshalException,
                    ValidationException
marshal in class StructMapTypeout - 
MarshalException
ValidationException
public void marshal(ContentHandler handler)
             throws IOException,
                    MarshalException,
                    ValidationException
marshal in class StructMapTypehandler - 
IOException
MarshalException
ValidationException
public static Object unmarshal(Reader reader)
                        throws MarshalException,
                               ValidationException
reader - 
MarshalException
ValidationException
public void validate()
              throws ValidationException
validate in class StructMapTypeValidationException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||