You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sb...@locus.apache.org on 2000/07/31 00:43:22 UTC

cvs commit: xml-xalan/java/src/org/apache/xpath XPathAPI.java

sboag       00/07/30 15:43:22

  Modified:    java/src/org/apache/xpath XPathAPI.java
  Log:
  Fixed javadoc comment.
  
  Revision  Changes    Path
  1.2       +1 -7      xml-xalan/java/src/org/apache/xpath/XPathAPI.java
  
  Index: XPathAPI.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xpath/XPathAPI.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XPathAPI.java	2000/07/05 14:44:26	1.1
  +++ XPathAPI.java	2000/07/30 22:43:20	1.2
  @@ -71,13 +71,7 @@
   
   /**
    * The methods in this class are convenience methods into the
  - * low-level XPath API.  We would like to eventually move these
  - * methods into the XPath core, but would like to do some peer
  - * review first to make sure we have it right.
  - * Please note that these methods execute pure XPaths. They do not
  - * implement those parts of XPath extended by XSLT, such as the
  - * document() function).  If you want to install XSLT functions, you
  - * have to use the low-level API.
  + * low-level XPath API.  
    * These functions tend to be a little slow, since a number of objects must be
    * created for each evaluation.  A faster way is to precompile the
    * XPaths using the low-level API, and then just use the XPaths