fr.opensagres.xdocreport.core.utils
Class XPathUtils

java.lang.Object
  extended by fr.opensagres.xdocreport.core.utils.XPathUtils

public class XPathUtils
extends Object


Constructor Summary
XPathUtils()
           
 
Method Summary
static NodeList evaluateNodeSet(Object source, String xpath, NamespaceContext namespaceContext)
           
static XPathFactory getFactory()
           
static void setFactory(XPathFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathUtils

public XPathUtils()
Method Detail

evaluateNodeSet

public static NodeList evaluateNodeSet(Object source,
                                       String xpath,
                                       NamespaceContext namespaceContext)
                                throws XPathExpressionException
Throws:
XPathExpressionException

getFactory

public static XPathFactory getFactory()

setFactory

public static void setFactory(XPathFactory factory)


Copyright © 2013. All rights reserved.