liquibase.util
Class XMLUtil

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

public class XMLUtil
extends java.lang.Object

Various utility methods for working with XML.


Constructor Summary
XMLUtil()
           
 
Method Summary
static java.lang.String getTextContent(org.w3c.dom.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 java.lang.String getTextContent(org.w3c.dom.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 © 2010 Liquibase.org. All Rights Reserved.