liquibase.util
Class XMLUtil

java.lang.Object
  extended by liquibase.util.XMLUtil

public class XMLUtil
extends Object

Various utility methods for working with XML.


Constructor Summary
XMLUtil()
           
 
Method Summary
static String getTextContent(Node element)
          Extracts the text from the given element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtil

public XMLUtil()
Method Detail

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.