edu.harvard.hul.ois.mets.helper.parser
Class Attributes

java.lang.Object
  extended byedu.harvard.hul.ois.mets.helper.parser.Attributes

public class Attributes
extends java.lang.Object


Constructor Summary
Attributes()
          CLASS CONSTRUCTOR.
 
Method Summary
 void add(Attribute attr)
          PUBLIC INSTANCE METHODS.
 Attribute get(int index)
           
 boolean hasNext()
           
 Attribute next()
           
 void reset()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attributes

public Attributes()
CLASS CONSTRUCTOR.

Method Detail

add

public void add(Attribute attr)
PUBLIC INSTANCE METHODS.


get

public Attribute get(int index)

hasNext

public boolean hasNext()

next

public Attribute next()

reset

public void reset()

size

public int size()