org.camunda.bpm.cycle.util
Class XmlUtil

java.lang.Object
  extended by org.camunda.bpm.cycle.util.XmlUtil

public class XmlUtil
extends Object


Field Summary
static String SAXON_SF_NET_JAXP_XPATH_OM
           
static String SAXON_XPATH_FACTORY
           
 
Constructor Summary
XmlUtil()
           
 
Method Summary
static boolean containsElementByValue(NodeList elements, String value)
           
static NodeList getListOfElementsByXPath(Object searchContext, String expression)
           
static Node getSingleElementByXPath(Object searchContext, String expression)
           
static String getXPathResult(String expression, InputSource source)
           
static String getXPathResult(String expression, Node contextItem)
           
static String getXPathResult(String expression, String sourceXml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

XmlUtil

public XmlUtil()
Method Detail

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.