Package org.exoplatform.xml.object
Class XMLCollection
- java.lang.Object
-
- org.exoplatform.xml.object.XMLCollection
-
public class XMLCollection extends Object
- Since:
- Apr 11, 2005
- Version:
- $Id: XMLCollection.java 5799 2006-05-28 17:55:42Z geaz $
- Author:
- Tuan Nguyen (tuan08@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description XMLCollection()XMLCollection(Collection<?> list)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Object>getCollection()static Collection<Object>getCollection(InputStream is)Iterator<XMLValue>getIterator()StringgetType()static XMLCollectiongetXMLCollection(InputStream is)voidsetType(String s)byte[]toByteArray(String encoding)StringtoXML(String encoding)
-
-
-
Constructor Detail
-
XMLCollection
public XMLCollection()
-
XMLCollection
public XMLCollection(Collection<?> list) throws Exception
- Throws:
Exception
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String s)
-
getCollection
public Collection<Object> getCollection() throws Exception
- Throws:
Exception
-
getXMLCollection
public static XMLCollection getXMLCollection(InputStream is) throws Exception
- Throws:
Exception
-
getCollection
public static Collection<Object> getCollection(InputStream is) throws Exception
- Throws:
Exception
-
-