|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.mindoo.remote.api.tools.xml.NodeTextExtractor
public class NodeTextExtractor
Class offering methods to extract text from a DOM-Node.
Internal utility class. Not part of the public API.
Constructor Summary | |
---|---|
NodeTextExtractor()
|
Method Summary | |
---|---|
static java.lang.String |
getTextContent(org.w3c.dom.Element node)
Extracts text contained in a child node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeTextExtractor()
Method Detail |
---|
public static java.lang.String getTextContent(org.w3c.dom.Element node)
node
- parent node
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |