com.evolveum.midpoint.xpath
Class MidPointXPathFunctionResolver

java.lang.Object
  extended by com.evolveum.midpoint.xpath.MidPointXPathFunctionResolver
All Implemented Interfaces:
javax.xml.xpath.XPathFunctionResolver

public class MidPointXPathFunctionResolver
extends java.lang.Object
implements javax.xml.xpath.XPathFunctionResolver

Since:
0.1
Version:
$Revision$ $Date$
Author:
Igor Farinic

Constructor Summary
MidPointXPathFunctionResolver()
           
 
Method Summary
 void registerFunction(javax.xml.namespace.QName fname, javax.xml.xpath.XPathFunction function)
           
 javax.xml.xpath.XPathFunction resolveFunction(javax.xml.namespace.QName fname, int arity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MidPointXPathFunctionResolver

public MidPointXPathFunctionResolver()
Method Detail

resolveFunction

public javax.xml.xpath.XPathFunction resolveFunction(javax.xml.namespace.QName fname,
                                                     int arity)
Specified by:
resolveFunction in interface javax.xml.xpath.XPathFunctionResolver

registerFunction

public void registerFunction(javax.xml.namespace.QName fname,
                             javax.xml.xpath.XPathFunction function)


Copyright © 2011 evolveum. All Rights Reserved.