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

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

public class StructLink
extends StructLinkType
implements Serializable

structLink: Structural Map Linking. The Structural Map Linking section allows for the specification of hyperlinks between different components of a METS structure delineated in a structural map.

See Also:
Serialized Form

Constructor Summary
StructLink()
           
 
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.StructLinkType
addSmLink, addSmLink, clearSmLink, enumerateSmLink, getID, getSmLink, getSmLink, getSmLinkCount, removeSmLink, setID, setSmLink, setSmLink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructLink

public StructLink()
Method Detail

isValid

public boolean isValid()
Method isValid

Overrides:
isValid in class StructLinkType
Returns:
boolean

marshal

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

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

marshal

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

Overrides:
marshal in class StructLinkType
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 StructLinkType
Throws:
ValidationException


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