toolbox.oracle.xpath.ext
Class DateTimeToMillisXPathImpl

java.lang.Object
  extended by toolbox.oracle.xpath.ext.DateTimeToMillisXPathImpl
All Implemented Interfaces:
oracle.fabric.common.xml.xpath.IXPathFunction

public class DateTimeToMillisXPathImpl
extends java.lang.Object
implements oracle.fabric.common.xml.xpath.IXPathFunction

XPath function implementation to return the provided XSD dateTime value in milliseconds.

The function accepts 1 argument:


Constructor Summary
DateTimeToMillisXPathImpl()
          Default constructor.
 
Method Summary
 java.lang.Object call(oracle.fabric.common.xml.xpath.IXPathContext context, java.util.List args)
          Return the provided XSD dateTime value in milliseconds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeToMillisXPathImpl

public DateTimeToMillisXPathImpl()
Default constructor.

Method Detail

call

public java.lang.Object call(oracle.fabric.common.xml.xpath.IXPathContext context,
                             java.util.List args)
                      throws oracle.fabric.common.xml.xpath.XPathFunctionException
Return the provided XSD dateTime value in milliseconds.

Specified by:
call in interface oracle.fabric.common.xml.xpath.IXPathFunction
Parameters:
context - The context at the point in the expression when the function is called.
args - The list of arguments.
Returns:
Object containing the concatenated string.
Throws:
oracle.fabric.common.xml.xpath.XPathFunctionException