| 
||||||||||
| 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.XmlData
public class XmlData
xmlData: A wrapper element used to contain an XML encoded file.
| Constructor Summary | |
|---|---|
XmlData()
 | 
|
| Method Summary | |
|---|---|
 void | 
addAnyObject(int index,
             Object vAnyObject)
Method addAnyObject  | 
 void | 
addAnyObject(Object vAnyObject)
Method addAnyObject  | 
 void | 
clearAnyObject()
Method clearAnyObject  | 
 Enumeration | 
enumerateAnyObject()
Method enumerateAnyObject  | 
 Object[] | 
getAnyObject()
Method getAnyObject  | 
 Object | 
getAnyObject(int index)
Method getAnyObject  | 
 int | 
getAnyObjectCount()
Method getAnyObjectCount  | 
 boolean | 
isValid()
Method isValid  | 
 void | 
marshal(ContentHandler handler)
Method marshal  | 
 void | 
marshal(Writer out)
Method marshal  | 
 boolean | 
removeAnyObject(Object vAnyObject)
Method removeAnyObject  | 
 void | 
setAnyObject(int index,
             Object vAnyObject)
Method setAnyObject  | 
 void | 
setAnyObject(Object[] anyObjectArray)
Method setAnyObject  | 
static Object | 
unmarshal(Reader reader)
Method unmarshal  | 
 void | 
validate()
Method validate  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public XmlData()
| Method Detail | 
|---|
public void addAnyObject(Object vAnyObject)
                  throws IndexOutOfBoundsException
vAnyObject - 
IndexOutOfBoundsException
public void addAnyObject(int index,
                         Object vAnyObject)
                  throws IndexOutOfBoundsException
index - vAnyObject - 
IndexOutOfBoundsExceptionpublic void clearAnyObject()
public Enumeration enumerateAnyObject()
public Object getAnyObject(int index)
                    throws IndexOutOfBoundsException
index - 
IndexOutOfBoundsExceptionpublic Object[] getAnyObject()
public int getAnyObjectCount()
public boolean isValid()
public void marshal(Writer out)
             throws MarshalException,
                    ValidationException
out - 
MarshalException
ValidationException
public void marshal(ContentHandler handler)
             throws IOException,
                    MarshalException,
                    ValidationException
handler - 
IOException
MarshalException
ValidationExceptionpublic boolean removeAnyObject(Object vAnyObject)
vAnyObject - 
public void setAnyObject(int index,
                         Object vAnyObject)
                  throws IndexOutOfBoundsException
index - vAnyObject - 
IndexOutOfBoundsExceptionpublic void setAnyObject(Object[] anyObjectArray)
anyObjectArray - 
public static Object unmarshal(Reader reader)
                        throws MarshalException,
                               ValidationException
reader - 
MarshalException
ValidationException
public void validate()
              throws ValidationException
ValidationException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||