public class XMLUtil extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private static String |
EXCEL_TEMPLATE_DIR |
| 构造器和说明 |
|---|
XMLUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Document |
createDocument() |
static Element |
createElement(Document doc,
String name,
String data) |
static String |
getElementValue(Document doc,
String name) |
static byte[] |
toBytes(Document xml) |
static File |
toFile(Document xml) |
static String |
toStr(Document xml) |
static String |
toXml(Document doc,
Element head,
Element param,
String charset) |
static Document |
toXmlDoc(String xmlStr) |
Copyright © 2023. All rights reserved.