Package liquibase.util
Class XMLUtil
java.lang.Object
liquibase.util.XMLUtil
Various utility methods for working with XML.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getTextContent
(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.
-