public final class XmlUtils extends Object
Modifier and Type | Method and Description |
---|---|
static Document |
documentFromString(String xml) |
static String |
selectXmlFragment(Document doc,
String expression) |
static Source |
sourceFromString(String xml) |
static XPathExpression |
xpathOf(String s) |
static Validator |
xsdFromResource(Class<?> contextClass,
String resource) |
public static XPathExpression xpathOf(String s)