public final class XmlHelper extends Object
Modifier and Type | Method and Description |
---|---|
static Document |
buildNamespaceAwareDocument(File xml) |
static Transformer |
buildTransformer() |
static XPath |
buildXPath(NamespaceContext namespaceContext) |
static boolean |
isNullOrEmpty(String text) |
public static Document buildNamespaceAwareDocument(File xml) throws SAXException, ParserConfigurationException, IOException
public static Transformer buildTransformer() throws TransformerConfigurationException
public static XPath buildXPath(NamespaceContext namespaceContext)
public static boolean isNullOrEmpty(String text)
Apache Camel