org.bibop.xml.xforge.parser.functions
Class IndexOfFunction

java.lang.Object
  |
  +--org.bibop.xml.xforge.parser.functions.Function
        |
        +--org.bibop.xml.xforge.parser.functions.IndexOfFunction

public class IndexOfFunction
extends Function


Field Summary
 
Fields inherited from class org.bibop.xml.xforge.parser.functions.Function
parameters
 
Constructor Summary
IndexOfFunction(java.util.Vector arguments, java.lang.String encoding)
           
 
Method Summary
 java.lang.Class[] getNeededArgumentsClasses()
           
 int getNeededArgumentsCount()
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexOfFunction

public IndexOfFunction(java.util.Vector arguments,
                       java.lang.String encoding)
                throws ArgumentsException,
                       InternalParserError
Method Detail

getNeededArgumentsCount

public int getNeededArgumentsCount()
Specified by:
getNeededArgumentsCount in class Function

getNeededArgumentsClasses

public java.lang.Class[] getNeededArgumentsClasses()
Specified by:
getNeededArgumentsClasses in class Function

getValue

public java.lang.Object getValue()
                          throws java.lang.Exception
Specified by:
getValue in class Function
java.lang.Exception


Copyright © 2003 Bibop Research International. All Rights Reserved.