public class XMLUtil extends Object
Modifier and Type | Method and Description |
---|---|
static void |
cleanDocument(Document doc) |
static Node |
getNodeByName(String name,
NodeList nodeList) |
static String |
getNodeText(Node node)
Java helper function to get XML from a DOM element.
|
static String |
getNodeText1(Node node) |
public static void cleanDocument(Document doc)
public static String getNodeText(Node node)
Copyright © 2016 Aspose. All Rights Reserved.