|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPathException | |
org.apache.xalan.xpath | |
org.apache.xalan.xslt |
Uses of XPathException in org.apache.xalan.xpath |
Subclasses of XPathException in org.apache.xalan.xpath | |
interface |
XPathProcessorException
Derived from XPathException in order that XPath processor exceptions may be specifically caught. |
Methods in org.apache.xalan.xpath that throw XPathException | |
java.lang.Object |
XSLTJavaClassEngine.callJava(java.lang.Object object,
java.lang.String method,
java.lang.Object[] args,
java.lang.Object methodKey)
**For internal use only** call the named method on the object that was loaded by eval. |
java.lang.Object |
XSLTJavaClassEngine.callFunction(java.lang.String funcName,
java.util.Vector args,
java.lang.Object methodKey,
java.lang.Class javaClass)
**For internal use only** Process a call to a function. |
java.lang.Object |
ExtensionFunctionHandler.callJava(java.lang.Object object,
java.lang.String method,
java.lang.Object[] args,
java.lang.Object methodKey)
**For internal use only** call the named method on the object that was loaded by eval. |
java.lang.Object |
ExtensionFunctionHandler.callFunction(java.lang.String funcName,
java.util.Vector args,
java.lang.Object methodKey,
java.lang.Class javaClass)
**For internal use only** Process a call to a function. |
java.lang.Object |
ExtensionFunctionHandler.ExtensionLiaison.callFunction(java.lang.String funcName,
java.util.Vector args,
java.lang.Object methodKey,
java.lang.Class javaClass)
Process a call to a function. |
java.lang.Object |
ExtensionFunctionHandler.ExtensionLiaison.callJava(java.lang.Object object,
java.lang.String method,
java.lang.Object[] args,
java.lang.Object methodKey)
call the named method on the object that was loaded by eval. |
Uses of XPathException in org.apache.xalan.xslt |
Subclasses of XPathException in org.apache.xalan.xslt | |
interface |
XSLProcessorException
The exception used for most XSLT errors. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |