public abstract class XMLUtil extends Object
Constructor and Description |
---|
XMLUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getTextContent(Node element)
Extracts the text from the given element.
|
public static String getTextContent(Node element)
Node.getTextContent()
returns the text from ALL children, this returns the text only for this element.Copyright © 2023 Liquibase.org. All rights reserved.