src/java.xml/share/classes/javax/xml/xpath/XPathFunctionResolver.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    42  * same namespace. This is a consequence of the design of the resolver.</p>
    42  * same namespace. This is a consequence of the design of the resolver.</p>
    43  *
    43  *
    44  * <p>If you wish to implement additional built-in functions, you will have to
    44  * <p>If you wish to implement additional built-in functions, you will have to
    45  * extend the underlying implementation directly.</p>
    45  * extend the underlying implementation directly.</p>
    46  *
    46  *
    47  * @author  <a href="mailto:Norman.Walsh@Sun.com">Norman Walsh</a>
    47  * @author  Norman Walsh
    48  * @author  <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
    48  * @author  Jeff Suttor
    49  * @see <a href="http://www.w3.org/TR/xpath#corelib">XML Path Language (XPath) Version 1.0, Core Function Library</a>
    49  * @see <a href="http://www.w3.org/TR/xpath#corelib">XML Path Language (XPath) Version 1.0, Core Function Library</a>
    50  * @since 1.5
    50  * @since 1.5
    51  */
    51  */
    52 public interface XPathFunctionResolver {
    52 public interface XPathFunctionResolver {
    53   /**
    53   /**