com.ricebridge.xmlman.in.func
Class XmlFunction

java.lang.Object
  extended bycom.ricebridge.xmlman.in.func.XmlFunction
All Implemented Interfaces:
Function

public class XmlFunction
extends Object
implements Function

string xml() Placeholder to indicate that xml should be generated for parent element


Constructor Summary
XmlFunction()
           
 
Method Summary
 Object call(com.ricebridge.xmlman.tp.Context context, List args)
          Call this function.
static String evaluate(Object obj, com.ricebridge.xmlman.tp.Navigator nav)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlFunction

public XmlFunction()
Method Detail

call

public Object call(com.ricebridge.xmlman.tp.Context context,
                   List args)
            throws com.ricebridge.xmlman.tp.FunctionCallException
Description copied from interface: Function
Call this function.

Specified by:
call in interface Function
Parameters:
context - The context at the point in the expression when the function is called.
args - List of arguments provided during the call of the function.
Throws:
com.ricebridge.xmlman.tp.FunctionCallException

evaluate

public static String evaluate(Object obj,
                              com.ricebridge.xmlman.tp.Navigator nav)


Copyright © 2004-2005 Ricebridge