curcuru     01/04/17 14:23:48

  Modified:    java/src/org/apache/xpath XPath.java
  Log:
  Fix Bugzilla bug:
  PR: 1106
  Submitted by: [EMAIL PROTECTED]
  
  Revision  Changes    Path
  1.19      +0 -9      xml-xalan/java/src/org/apache/xpath/XPath.java
  
  Index: XPath.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xpath/XPath.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- XPath.java        2001/03/16 22:17:28     1.18
  +++ XPath.java        2001/04/17 21:23:43     1.19
  @@ -241,15 +241,6 @@
      * XPath are supposed to be expanded.
      * @throws TransformerException thrown if the active ProblemListener 
decides
      * the error condition is severe enough to halt processing.
  -   * @param callback Interface that implements the processLocatedNode method.
  -   * @param callbackInfo Object that will be passed to the 
processLocatedNode method.
  -   * @param stopAtFirst True if the search should stop once the first node 
in document
  -   * order is found.
  -   * @return The result of the XPath or null if callbacks are used.
  -   * @throws TransformerException thrown if
  -   * the error condition is severe enough to halt processing.
  -   *
  -   * @throws javax.xml.transform.TransformerException
      */
     public XObject execute(
             XPathContext xctxt, Node contextNode, PrefixResolver 
namespaceContext)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to