com.atlassian.seraph.util
Class XMLUtils
java.lang.Object
com.atlassian.seraph.util.XMLUtils
public class XMLUtils
- extends Object
Some basic XML utility methods used by Seraph.
Method Summary |
static String |
getContainedText(Node parent,
String childTagName)
With a given parent XML Element, find the text contents of the child element with
supplied name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLUtils
public XMLUtils()
getContainedText
public static String getContainedText(Node parent,
String childTagName)
- With a given parent XML Element, find the text contents of the child element with
supplied name.
Copyright © 2013 Atlassian. All Rights Reserved.