Package liquibase.util
Class XMLUtil
java.lang.Object
liquibase.util.XMLUtil
Various utility methods for working with XML.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetTextContent(Node element) Extracts the text from the given element. 
- 
Constructor Details
- 
XMLUtil
public XMLUtil() 
 - 
 - 
Method Details
- 
getTextContent
Extracts the text from the given element.Node.getTextContent()returns the text from ALL children, this returns the text only for this element. 
 -