public class XMLCollection extends Object
| Constructor and Description |
|---|
XMLCollection() |
XMLCollection(Collection list) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
getCollection() |
static Collection |
getCollection(InputStream is) |
Iterator |
getIterator() |
String |
getType() |
static XMLCollection |
getXMLCollection(InputStream is) |
void |
setType(String s) |
byte[] |
toByteArray(String encoding) |
String |
toXML(String encoding) |
public XMLCollection()
public XMLCollection(Collection list) throws Exception
Exceptionpublic String getType()
public void setType(String s)
public Collection getCollection() throws Exception
Exceptionpublic Iterator getIterator()
public static XMLCollection getXMLCollection(InputStream is) throws Exception
Exceptionpublic static Collection getCollection(InputStream is) throws Exception
ExceptionCopyright © 2014 eXo Platform SAS. All Rights Reserved.