< prev index next >

src/java.xml/share/classes/javax/xml/xpath/XPathFunctionResolver.java

Print this page

        

*** 42,53 **** * same namespace. This is a consequence of the design of the resolver.</p> * * <p>If you wish to implement additional built-in functions, you will have to * extend the underlying implementation directly.</p> * ! * @author <a href="mailto:Norman.Walsh@Sun.com">Norman Walsh</a> ! * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a> * @see <a href="http://www.w3.org/TR/xpath#corelib">XML Path Language (XPath) Version 1.0, Core Function Library</a> * @since 1.5 */ public interface XPathFunctionResolver { /** --- 42,53 ---- * same namespace. This is a consequence of the design of the resolver.</p> * * <p>If you wish to implement additional built-in functions, you will have to * extend the underlying implementation directly.</p> * ! * @author Norman Walsh ! * @author Jeff Suttor * @see <a href="http://www.w3.org/TR/xpath#corelib">XML Path Language (XPath) Version 1.0, Core Function Library</a> * @since 1.5 */ public interface XPathFunctionResolver { /**
< prev index next >