org.apache.felix.obrplugin
public class XmlHelper extends java.lang.Object
Constructor and Description |
---|
XmlHelper() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getTextContent(org.w3c.dom.Node node)
based on public Java5 javadoc of org.w3c.dom.Node.getTextContent method
|
static void |
setTextContent(org.w3c.dom.Node node,
java.lang.String text)
based on public Java5 javadoc of org.w3c.dom.Node.setTextContent method
|
public static java.lang.String getTextContent(org.w3c.dom.Node node)
public static void setTextContent(org.w3c.dom.Node node, java.lang.String text)
Copyright © 2014. All Rights Reserved.