Home | History | Annotate | Download | only in xpath

Lines Matching full:resolver

254      * <p>Establish a default variable resolver.</p>
257 * the specified resolver by default.</p>
259 * <p>A <code>NullPointerException</code> is thrown if <code>resolver</code> is <code>null</code>.</p>
261 * @param resolver Variable resolver.
263 * @throws NullPointerException If <code>resolver</code> is <code>null</code>.
265 public abstract void setXPathVariableResolver(XPathVariableResolver resolver);
268 * <p>Establish a default function resolver.</p>
271 * the specified resolver by default.</p>
273 * <p>A <code>NullPointerException</code> is thrown if <code>resolver</code> is <code>null</code>.</p>
275 * @param resolver XPath function resolver.
277 * @throws NullPointerException If <code>resolver</code> is <code>null</code>.
279 public abstract void setXPathFunctionResolver(XPathFunctionResolver resolver);