public class XMLUtil extends Object
| Constructor and Description |
|---|
XMLUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Document |
htmlToXercesDocument(String content) |
static String |
htmlToXML(String html) |
static String |
htmlToXML(String html,
String encoding) |
static boolean |
isTextNode(Node node) |
static XMLDocument |
toDocument(String content) |
static String |
toHTML(Node node) |
static String |
toString(Node node) |
static String |
toString(Node node,
String encoding) |
static XMLDocument |
xercesToDocument(Document doc) |
public static boolean isTextNode(Node node)
public static XMLDocument xercesToDocument(Document doc)
public static XMLDocument toDocument(String content)
Copyright © 2016. All Rights Reserved.