| 限定符和类型 | 字段和说明 |
|---|---|
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) |
private static final String EXCEL_TEMPLATE_DIR
public XMLUtil()
public static Document createDocument()
public static Element createElement(Document doc, String name, String data)
public static String getElementValue(Document doc, String name)
Copyright © 2024. All rights reserved.