com.atlassian.seraph.util
Class XMLUtils

java.lang.Object
  extended by com.atlassian.seraph.util.XMLUtils

public class XMLUtils
extends Object

Some basic XML utility methods used by Seraph.


Constructor Summary
XMLUtils()
           
 
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
 

Constructor Detail

XMLUtils

public XMLUtils()
Method Detail

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.