org.apache.axis2.om.util
Class XPathEvaluator

java.lang.Object
  extended byorg.apache.axis2.om.util.XPathEvaluator

public class XPathEvaluator
extends java.lang.Object

Created by IntelliJ IDEA. User: Ajith Date: Sep 6, 2005 Time: 8:02:51 PM To change this template use File | Settings | File Templates.


Constructor Summary
XPathEvaluator()
           
 
Method Summary
 java.util.List evaluateXpath(java.lang.String xpathExpression, java.lang.Object element, java.lang.String nsURI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathEvaluator

public XPathEvaluator()
Method Detail

evaluateXpath

public java.util.List evaluateXpath(java.lang.String xpathExpression,
                                    java.lang.Object element,
                                    java.lang.String nsURI)
                             throws java.lang.Exception
Throws:
java.lang.Exception