|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.obrplugin.XmlHelper
public class XmlHelper
Provide XML helper methods to support pre-Java5 runtimes
| Constructor Summary | |
|---|---|
XmlHelper()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlHelper()
| Method Detail |
|---|
public static java.lang.String getTextContent(org.w3c.dom.Node node)
public static void setTextContent(org.w3c.dom.Node node,
java.lang.String text)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||