com.gargoylesoftware.htmlunit.html.xpath
Class LowerCaseFunction

java.lang.Object
  extended by com.gargoylesoftware.htmlunit.html.xpath.LowerCaseFunction
All Implemented Interfaces:
org.jaxen.Function

public class LowerCaseFunction
extends java.lang.Object
implements org.jaxen.Function

Custom XPath function to convert the argument to lower case (using the default locale as in String.toLowerCase(). This class will be removed as soon as we use Jaxen >= 1.1 because it already contains a LowerFunction class doing the same job. This class is therefore not intended for public use.

Version:
$Revision: 1.3 $
Author:
Marc Guillemot

Constructor Summary
LowerCaseFunction()
  
 
Method Summary
 java.lang.Object call(org.jaxen.Context context, java.util.List arguments)
 
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LowerCaseFunction

public LowerCaseFunction()
Method Detail

call

public java.lang.Object call(org.jaxen.Context context,
                             java.util.List arguments)
                      throws org.jaxen.FunctionCallException

Specified by:
call in interface org.jaxen.Function
Throws:
org.jaxen.FunctionCallException


Copyright © 2003-2009 AppPerfect Corporation. All Rights Reserved.