XQueryResource Class

com.bea.control.DynamicTransformation
XQueryResource Class

public class XQueryResource

    extends Object

Hierarchy
Object
  XQueryResource

Method Summary

public XmlObject[]
executeDynamic(String xQName, HashMap iMap)
public XmlObject
executeXmlObject(String xQName, XmlObject inputDoc, String varName)
public Object
executeXQuery(Method method, Object[] args)
public String
getXQueryString(Object arg)
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Method Detail

executeDynamic(String, HashMap) Method

public XmlObject[] executeDynamic(String xQName, 
                                HashMap iMap)
throws ResourceException

Exceptions

ResourceException

executeXmlObject(String, XmlObject, String) Method

public XmlObject executeXmlObject(String xQName, 
                                  XmlObject inputDoc, 
                                  String varName)
throws ResourceException

Exceptions

ResourceException

executeXQuery(Method, Object[]) Method

public Object executeXQuery(Method method, 
                            Object[] args)
throws ResourceException

Exceptions

ResourceException

getXQueryString(Object) Method

public String getXQueryString(Object arg)
throws ResourceException

Exceptions

ResourceException