railo.runtime.functions.xml
Class XmlParse

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

public final class XmlParse
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
XmlParse()
           
 
Method Summary
static Node call(PageContext pc, String string)
           
static Node call(PageContext pc, String string, boolean caseSensitive)
           
static Node call(PageContext pc, String strXML, boolean caseSensitive, String strValidator)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlParse

public XmlParse()
Method Detail

call

public static Node call(PageContext pc,
                        String string)
                 throws PageException
Throws:
PageException

call

public static Node call(PageContext pc,
                        String string,
                        boolean caseSensitive)
                 throws PageException
Throws:
PageException

call

public static Node call(PageContext pc,
                        String strXML,
                        boolean caseSensitive,
                        String strValidator)
                 throws PageException
Throws:
PageException


Copyright © 2012 Railo