public class XMLCollection extends Object
| Constructor and Description |
|---|
XMLCollection() |
XMLCollection(Collection<?> list) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Object> |
getCollection() |
static Collection<Object> |
getCollection(InputStream is) |
Iterator<XMLValue> |
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<Object> getCollection() throws Exception
Exceptionpublic static XMLCollection getXMLCollection(InputStream is) throws Exception
Exceptionpublic static Collection<Object> getCollection(InputStream is) throws Exception
ExceptionCopyright © 2019 eXo Platform SAS. All Rights Reserved.