public class DataDocumentFormatV2 extends java.lang.Object implements DataFormat<org.w3c.dom.Document>
| Constructor and Description |
|---|
DataDocumentFormatV2(ResultData data) |
DataDocumentFormatV2(XMLFormException data) |
| Modifier and Type | Method and Description |
|---|---|
static org.w3c.dom.Document |
beanToDocument(java.lang.Object data) |
org.w3c.dom.Document |
format(DataFormatContext ctx) |
static org.w3c.dom.Document |
listToDocument(java.util.List data) |
public DataDocumentFormatV2(ResultData data)
public DataDocumentFormatV2(XMLFormException data)
public org.w3c.dom.Document format(DataFormatContext ctx)
format in interface DataFormat<org.w3c.dom.Document>public static org.w3c.dom.Document beanToDocument(java.lang.Object data)
public static org.w3c.dom.Document listToDocument(java.util.List data)
Copyright © 2023. All Rights Reserved.