public class XMLStringDataSource extends OMDataSourceExtBase
LOSSY_PREFIX| Constructor and Description |
|---|
XMLStringDataSource(String data) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
OMDataSourceExt |
copy() |
Object |
getObject() |
XMLStreamReader |
getReader() |
byte[] |
getXMLBytes(String encoding) |
boolean |
isDestructiveRead() |
boolean |
isDestructiveWrite() |
getProperty, getXMLInputStream, hasProperty, serialize, serialize, serialize, setPropertypublic XMLStringDataSource(String data)
public void close()
public OMDataSourceExt copy()
public Object getObject()
public XMLStreamReader getReader() throws XMLStreamException
XMLStreamExceptionpublic byte[] getXMLBytes(String encoding) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic boolean isDestructiveRead()
public boolean isDestructiveWrite()
Copyright © The Apache Software Foundation. All Rights Reserved.