| java.lang.Object liquibase.util.XMLUtil
XMLUtil | public class XMLUtil (Code) | | Various utility methods for working with XML.
|
getTextContent | public static String getTextContent(Element element)(Code) | | Extracts the text from the given element.
Element.getTextContet() is java5 specific, so we need to use this until we drop 1.4 support.
|
|
|