edu.indiana.dlib.metsnav.mets.v1_5
Class Seq

java.lang.Object
  extended by edu.indiana.dlib.metsnav.mets.v1_5.SeqType
      extended by edu.indiana.dlib.metsnav.mets.v1_5.Seq
All Implemented Interfaces:
Serializable

public class Seq
extends SeqType
implements Serializable

seq: Sequence of files. The seq element should be used to link a div to a set of content files when those files should be played/displayed sequentially to deliver content to a user. See the seqType documentation for more details.

See Also:
Serialized Form

Constructor Summary
Seq()
           
 
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.SeqType
addArea, addArea, clearArea, enumerateArea, getArea, getArea, getAreaCount, getID, removeArea, setArea, setArea, setID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Seq

public Seq()
Method Detail

isValid

public boolean isValid()
Method isValid

Overrides:
isValid in class SeqType
Returns:
boolean

marshal

public void marshal(Writer out)
             throws MarshalException,
                    ValidationException
Method marshal

Overrides:
marshal in class SeqType
Parameters:
out -
Throws:
MarshalException
ValidationException

marshal

public void marshal(ContentHandler handler)
             throws IOException,
                    MarshalException,
                    ValidationException
Method marshal

Overrides:
marshal in class SeqType
Parameters:
handler -
Throws:
IOException
MarshalException
ValidationException

unmarshal

public static Object unmarshal(Reader reader)
                        throws MarshalException,
                               ValidationException
Method unmarshal

Parameters:
reader -
Returns:
Object
Throws:
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

Overrides:
validate in class SeqType
Throws:
ValidationException


Copyright © 2005 Trustees of Indiana University. All Rights Reserved.