railo.runtime.functions.xml
Class XmlElemNew

java.lang.Object
  extended by railo.runtime.functions.xml.XmlElemNew
All Implemented Interfaces:
Serializable, Function

public final class XmlElemNew
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
XmlElemNew()
           
 
Method Summary
static Element call(PageContext pc, Node node, String childname)
           
static Element call(PageContext pc, Node node, String namespace, String childname)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlElemNew

public XmlElemNew()
Method Detail

call

public static Element call(PageContext pc,
                           Node node,
                           String childname)
                    throws FunctionException
Throws:
FunctionException

call

public static Element call(PageContext pc,
                           Node node,
                           String namespace,
                           String childname)
                    throws FunctionException
Throws:
FunctionException


Copyright © 2012 Railo