liquibase.util
Class XMLUtil
java.lang.Object
liquibase.util.XMLUtil
public class XMLUtil
- extends Object
Various utility methods for working with XML.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLUtil
public XMLUtil()
getTextContent
public static String getTextContent(Node element)
- Extracts the text from the given element.
Element.getTextContet() is java5 specific, so we need to use this until we drop 1.4 support.
Copyright © 2015 Liquibase.org. All rights reserved.