org.camunda.bpm.cycle.util
Class XmlUtil
java.lang.Object
org.camunda.bpm.cycle.util.XmlUtil
public class XmlUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAXON_SF_NET_JAXP_XPATH_OM
public static final String SAXON_SF_NET_JAXP_XPATH_OM
- See Also:
- Constant Field Values
SAXON_XPATH_FACTORY
public static final String SAXON_XPATH_FACTORY
- See Also:
- Constant Field Values
XmlUtil
public XmlUtil()
getXPathResult
public static String getXPathResult(String expression,
InputSource source)
getXPathResult
public static String getXPathResult(String expression,
Node contextItem)
getXPathResult
public static String getXPathResult(String expression,
String sourceXml)
containsElementByValue
public static boolean containsElementByValue(NodeList elements,
String value)
getSingleElementByXPath
public static Node getSingleElementByXPath(Object searchContext,
String expression)
getListOfElementsByXPath
public static NodeList getListOfElementsByXPath(Object searchContext,
String expression)
Copyright © 2014 camunda services GmbH. All rights reserved.