public interface DataLoaderXMLFormat
| Modifier and Type | Method and Description |
|---|---|
String |
format(DataLoader loader) |
void |
format(DataLoader loader,
PrintWriter out,
int indent) |
DataLoader |
parse(NodeList xmlNodes) |
DataLoader |
parse(String xml) |
DataLoader parse(String xml) throws Exception
ExceptionDataLoader parse(NodeList xmlNodes) throws Exception
ExceptionString format(DataLoader loader) throws Exception
Exceptionvoid format(DataLoader loader, PrintWriter out, int indent) throws Exception
ExceptionCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.