Searched defs:CachedXPathAPI (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DCachedXPathAPI.java21 * $Id: CachedXPathAPI.java,v 1.2.4.1 2005/09/10 03:47:42 jeffsuttor Exp $
59 public class CachedXPathAPI class
70 * <p>Note that any particular instance of {@link CachedXPathAPI} must not be
75 public CachedXPathAPI() method in class:CachedXPathAPI
82 * {@link CachedXPathAPI}. That allows sharing document models
85 * <p>Note that the original {@link CachedXPathAPI} and the new one should
88 * any particular instance of {@link CachedXPathAPI} must not be operated
93 public CachedXPathAPI(CachedXPathAPI priorXPathAPI) method in class:CachedXPathAPI
99 /** Returns the XPathSupport object used in this CachedXPathAPI
[all...]

Completed in 26 milliseconds