public class XMLTools extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getText(Node node)
Returns the text under the node.
|
static StringBuilder |
getText(Node node,
StringBuilder buf)
Add the data of all text nodes which are descendants of the node
to the string buffer.
|
public static String getText(Node node)
getText(Node,StringBuilder)
public static StringBuilder getText(Node node, StringBuilder buf)
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.