org.apache.myfaces.util.xml
public class XmlUtils extends Object
Version: $Revision: 209486 $ $Date: 2005-07-06 19:48:41 +0200 (Wed, 06 Jul 2005) $
Method Summary | |
---|---|
static String | getChildText(Element elem, String childTagName)
Return content of child element with given tag name.
|
static List | getChildTextList(Element elem, String childTagName)
Return list of content Strings of all child elements with given tag name. |
static String | getElementText(Element elem) |
Parameters: elem childTagName
Returns: content of child element or null if no child element with this name was found
Parameters: elem childTagName
Returns: List