Package | Description |
---|---|
org.apache.commons.jxpath |
Public, abstract part of JXPath: interfaces and configuration.
|
org.apache.commons.jxpath.ri |
Reference implementation of JXPath.
|
org.apache.commons.jxpath.ri.model |
The "model" package defines APIs that are implemented
for every object model to be supported by JXPath.
|
Modifier and Type | Method and Description |
---|---|
void |
JXPathContext.setExceptionHandler(ExceptionHandler exceptionHandler)
Set the ExceptionHandler used by this context, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
JXPathContextReferenceImpl.setExceptionHandler(ExceptionHandler exceptionHandler)
Set the ExceptionHandler used by this context, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
NodePointer.setExceptionHandler(ExceptionHandler exceptionHandler)
Set the exceptionHandler of this NodePointer.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.