org.apache.xpath.compiler
Class FuncLoader

java.lang.Object
  |
  +--org.apache.xpath.compiler.FuncLoader

public class FuncLoader
extends java.lang.Object

**For advanced use only** Load functions in function table as needed


Constructor Summary
FuncLoader(java.lang.String funcName, int funcID)
          **For advanced use only**  
 
Method Summary
 Function getFunction()
          **For advanced use only**  
 java.lang.String getName()
          **For advanced use only**  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FuncLoader

public FuncLoader(java.lang.String funcName,
                  int funcID)
Method Detail

getName

public java.lang.String getName()

getFunction

public Function getFunction()
                     throws SAXException


Copyright © 2000 Apache XML Project. All Rights Reserved.