com.metamatrix.query.function.source
Class XMLSystemFunctions

java.lang.Object
  extended by com.metamatrix.query.function.source.XMLSystemFunctions

public class XMLSystemFunctions
extends java.lang.Object

This class contains scalar system functions supporting for XML manipulation.

Since:
4.2

Constructor Summary
XMLSystemFunctions()
           
 
Method Summary
static java.lang.Object xpathValue(java.lang.Object document, java.lang.Object xpathStr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSystemFunctions

public XMLSystemFunctions()
Method Detail

xpathValue

public static java.lang.Object xpathValue(java.lang.Object document,
                                          java.lang.Object xpathStr)
                                   throws FunctionExecutionException
Throws:
FunctionExecutionException


Copyright © 2009. All Rights Reserved.