railo.runtime.functions.xml
Class XmlSearch

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

public final class XmlSearch
extends Object
implements Function

Implements the CFML Function xmlsearch

See Also:
Serialized Form

Constructor Summary
XmlSearch()
           
 
Method Summary
static Object _call(Node node, String expr, boolean caseSensitive)
           
static Object call(PageContext pc, Node node, String expr)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlSearch

public XmlSearch()
Method Detail

call

public static Object call(PageContext pc,
                          Node node,
                          String expr)
                   throws PageException
Throws:
PageException

_call

public static Object _call(Node node,
                           String expr,
                           boolean caseSensitive)
                    throws PageException
Throws:
PageException


Copyright © 2012 Railo