public class XmlHelper extends Object
| Constructor and Description |
|---|
XmlHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getTextContent(Node node)
based on public Java5 javadoc of org.w3c.dom.Node.getTextContent method
|
static void |
setTextContent(Node node,
String text)
based on public Java5 javadoc of org.w3c.dom.Node.setTextContent method
|
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.