Class XmlHelper
java.lang.Object
org.apache.camel.dsl.jbang.core.common.XmlHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringcolorPrint(String xml, int spaces, boolean pretty) Prints the XML with ANSi color (similar to jq)static DocumentBuilderFactorystatic StringprettyPrint(String xml, int spaces) Prints the XML in pretty mode (no color).