com.servingxml.util.xml
Class XPathExpression

java.lang.Object
  extended by com.servingxml.util.xml.XPathExpression

public class XPathExpression
extends java.lang.Object


Method Summary
 java.lang.String[] evaluate(javax.xml.transform.Source source, Record parameters)
           
 java.lang.String getMatchExpression()
           
 java.lang.String getSelectExpression()
           
 void setErrorListener(javax.xml.transform.ErrorListener errorListener)
           
 void setUriResolverFactory(UriResolverFactory uriResolverFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMatchExpression

public java.lang.String getMatchExpression()

getSelectExpression

public java.lang.String getSelectExpression()

setUriResolverFactory

public void setUriResolverFactory(UriResolverFactory uriResolverFactory)

setErrorListener

public void setErrorListener(javax.xml.transform.ErrorListener errorListener)

evaluate

public java.lang.String[] evaluate(javax.xml.transform.Source source,
                                   Record parameters)