Javadoc Report

  Generating Javadoc
  Javadoc execution
  Loading source files for package org.jaxen...
  Loading source files for package org.jaxen.dom...
  Loading source files for package org.jaxen.dom4j...
  Loading source files for package org.jaxen.expr...
  Loading source files for package org.jaxen.expr.iter...
  Loading source files for package org.jaxen.function...
  Loading source files for package org.jaxen.function.ext...
  Loading source files for package org.jaxen.function.xslt...
  Loading source files for package org.jaxen.javabean...
  Loading source files for package org.jaxen.jdom...
  Loading source files for package org.jaxen.pattern...
  Loading source files for package org.jaxen.saxpath...
  Loading source files for package org.jaxen.util...
  Loading source files for package org.jaxen.xom...
  Constructing Javadoc information...
  Standard Doclet version 1.4.2_14
  Generating target/docs/apidocs/constant-values.html...
  Copying file src/doc/style/javadoc.css to file target/docs/apidocs/javadoc.css...
  Building tree for all the packages and classes...
  src/java/main/org/jaxen/function/BooleanFunction.java:102: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/jaxen/class-use/Function.html...
  "<p>
   <b>4.3</b> <code><i>boolean</i> boolean(<i>object</i>)</code>
   "
  This sentence is different from what will be interpreted as the first sentence in the
  next major release (when that interpretation will be internationalized), which is:
  "<p>
   <b>4.3</b> <code><i>boolean</i> boolean(<i>object</i>)</code>
   </p>
   
   <blockquote
   src="http://www.w3.org/TR/xpath#section-Boolean-Functions">
   <p>
   The <b><a href="http://www.w3.org/TR/xpath#function-boolean" target="_top">boolean</a></b>
   function converts its argument to a boolean as follows:
   </p>
   
   <ul>
   
   <li>
   <p>
   a number is true if and only if it is neither positive or negative
   zero nor NaN
   </p>
   </li>
   
   <li>
   <p>
   a node-set is true if and only if it is non-empty
   </p>
   </li>
   
   <li>
   <p>
   a string is true if and only if its length is non-zero
   </p>
   </li>
   
   <li>
   
   <p>
   an object of a type other than the four basic types is converted to a
   boolean in a way that is dependent on that type
   </p></li></ul>
   </blockquote>"
  To avoid this note, change the doc comment to make this a proper first sentence, then
  use -breakiterator from that point forward, which will output this new sentence.
  src/java/main/org/jaxen/function/CeilingFunction.java:81: warning - The first sentence is interpreted to be:
  "<p><b>4.4</b> <code><i>number</i> ceiling(<i>number</i>)</code> 
   <blockquote src="http://www.w3.org/TR/xpath">
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.4</b> <code><i>number</i> ceiling(<i>number</i>)</code> 
   <blockquote src="http://www.w3.org/TR/xpath">
   <p>
  
   <p><q>The ceiling function returns the smallest 
     (closest to negative infinity) number that is not less 
     than the argument and that is an integer....If the argument 
     is NaN, then NaN is returned. "
  src/java/main/org/jaxen/function/ConcatFunction.java:69: warning - The first sentence is interpreted to be:
  "<b>4.2</b> <code><i>string</i> concat(<i>string</i>,<i>string</i>,<i>string*</i>)</code> 
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<b>4.2</b> <code><i>string</i> concat(<i>string</i>,<i>string</i>,<i>string*</i>)</code> 
   <p>
   Concatenates its arguments and returns the resulting string.
   "
  src/java/main/org/jaxen/function/ContainsFunction.java:69: warning - The first sentence is interpreted to be:
  "<p><b>4.2</b> <code><i>boolean</i> contains(<i>string</i>,<i>string</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.2</b> <code><i>boolean</i> contains(<i>string</i>,<i>string</i>)</code></p>
    
   <blockquote src="http://www.w3.org/TR/xpath">
   The <b>contains</b> function returns true if the first argument 
   string contains the second argument string, and otherwise returns false.
   "
  src/java/main/org/jaxen/function/CountFunction.java:65: warning - The first sentence is interpreted to be:
  "<p><b>4.1</b> <code><i>number</i> count(<i>node-set</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.1</b> <code><i>number</i> count(<i>node-set</i>)</code></p> 
    
   <blockquote src="http://www.w3.org/TR/xpath#function-count">
   The <b>count</b> function returns the number of nodes in the argument node-set.
   "
  src/java/main/org/jaxen/function/FalseFunction.java:66: warning - The first sentence is interpreted to be:
  "<p><b>4.3</b> <code><i>boolean</i> false()</code> 
   
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.3</b> <code><i>boolean</i> false()</code> 
   
   <p>Returns false."
  src/java/main/org/jaxen/function/FloorFunction.java:78: warning - The first sentence is interpreted to be:
  "<p><b>4.4</b> <code><i>number</i> floor(<i>number</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.4</b> <code><i>number</i> floor(<i>number</i>)</code></p> 
   
   
   <blockquote src="http://www.w3.org/TR/xpath">
   The floor function returns the largest (closest to positive infinity) 
   number that is not greater than the argument and that is an integer....
   "
  src/java/main/org/jaxen/function/IdFunction.java:83: warning - The first sentence is interpreted to be:
  "<p><b>4.1</b> <code><i>node-set</i> id(<i>object</i>)</code> "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.1</b> <code><i>node-set</i> id(<i>object</i>)</code> </p>
    
   <p>The <b>id</b> function returns a <code>List</code>
   of all the elements in the context document that have an ID
   matching one of a specified list of IDs. "
  src/java/main/org/jaxen/function/LangFunction.java:100: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.3</b> <code><i>boolean</i> lang(<i>string</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.3</b> <code><i>boolean</i> lang(<i>string</i>)</code>
   </p>
   
   <blockquote src="http://www.w3.org/TR/xpath#function-lang">
   <p>
   The <b>lang</b> function returns true or false depending on whether
   the language of the context node as specified by
   <code>xml:lang</code> attributes is the same as or is a sublanguage
   of the language specified by the argument string. "
  src/java/main/org/jaxen/function/LastFunction.java:67: warning - The first sentence is interpreted to be:
  "<p><b>4.1</b> <code><i>number</i> last()</code> "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.1</b> <code><i>number</i> last()</code> </p>
   
   <blockquote src="http://www.w3.org/TR/xpath#function-last">
   The <b>last</b> function returns a number equal to 
   the context size from the expression evaluation context.
   "
  src/java/main/org/jaxen/function/LocalNameFunction.java:73: warning - The first sentence is interpreted to be:
  "<p><b>4.1</b> <code><i>string</i> local-name(<i>node-set?</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.1</b> <code><i>string</i> local-name(<i>node-set?"
  src/java/main/org/jaxen/function/NameFunction.java:77: warning - The first sentence is interpreted to be:
  "<p><b>4.1</b> <code><i>string</i> name(<i>node-set?</i>)</code> "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.1</b> <code><i>string</i> name(<i>node-set?"
  src/java/main/org/jaxen/function/NamespaceUriFunction.java:87: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.1</b>
   <code><i>string</i> namespace-uri(<i>node-set?</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.1</b>
   <code><i>string</i> namespace-uri(<i>node-set?"
  src/java/main/org/jaxen/function/NormalizeSpaceFunction.java:79: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.2</b> <code><i>string</i> normalize-space(<i>string</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.2</b> <code><i>string</i> normalize-space(<i>string</i>)</code>
   </p>
   
   <blockquote src="http://www.w3.org/TR/xpath#function-normalize-space"> 
   The <b>normalize-space</b> function
   returns the argument string with whitespace normalized by stripping
   leading and trailing whitespace and replacing sequences of whitespace
   characters by a single space. "
  src/java/main/org/jaxen/function/NotFunction.java:68: warning - The first sentence is interpreted to be:
  "<p><b>4.3</b> <code><i>boolean</i> not(<i>boolean</i>)</code> "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.3</b> <code><i>boolean</i> not(<i>boolean</i>)</code> </p>
   
   
   <blockquote src="http://www.w3.org/TR/xpath#function-not">
   The <b>not</b> function returns true if its argument is false, and false otherwise.
   "
  src/java/main/org/jaxen/function/NumberFunction.java:127: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.4</b> <code><i>number</i> number(<i>object</i>)</code>
   
   
   <blockquote src="http://www.w3.org/TR/xpath#function-number">
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.4</b> <code><i>number</i> number(<i>object</i>)</code>
   
   
   <blockquote src="http://www.w3.org/TR/xpath#function-number">
   <p>
   The <b>number</b> function converts
   its argument to a number as follows:
   </p>
   
   <ul>
   
   <li>
   <p>
   a string that consists of optional whitespace followed by an optional
   minus sign followed by a <a href="#NT-Number">Number</a> followed by
   whitespace is converted to the IEEE 754 number that is nearest
   (according to the IEEE 754 round-to-nearest rule) to the mathematical
   value represented by the string; any other string is converted to NaN
   </p>
   </li>
   
   <li>
   <p>
   boolean true is converted to 1; boolean false is converted to 0
   </p>
   </li>
   
   <li>
   
   <p>
   a node-set is first converted to a string as if by a call to the <b><a
   href="http://www.w3.org/TR/xpath#function-string" target="_top">string</a></b> function and then converted
   in the same way as a string argument
   </p>
   
   </li>
   
   <li>
   <p>
   an object of a type other than the four basic types is converted to a
   number in a way that is dependent on that type
   </p>
   </li>
   
   </ul>
   
   <p>
   If the argument is omitted, it defaults to a node-set with the
   context node as its only member.
   "
  src/java/main/org/jaxen/function/PositionFunction.java:68: warning - The first sentence is interpreted to be:
  "<p><b>4.1</b> <code><i>number</i> position()</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.1</b> <code><i>number</i> position()</code></p>
  
   
   <blockquote src="http://www.w3.org/TR/xpath">
   The position function returns a number equal to the context position from the expression evaluation context.
   "
  src/java/main/org/jaxen/function/RoundFunction.java:76: warning - The first sentence is interpreted to be:
  "<p><b>4.4</b> <code><i>number</i> round(<i>number</i>)</code> "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.4</b> <code><i>number</i> round(<i>number</i>)</code> </p>
   
   
   <blockquote src="http://www.w3.org/TR/xpath">
   The <b>round</b> function returns the number that is closest to the argument and that is an integer. 
   "
  src/java/main/org/jaxen/function/StartsWithFunction.java:70: warning - The first sentence is interpreted to be:
  "<p><b>4.2</b> <code><i>boolean</i> starts-with(<i>string</i>,<i>string</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.2</b> <code><i>boolean</i> starts-with(<i>string</i>,<i>string</i>)</code></p> 
   
   
   <blockquote src="http://www.w3.org/TR/xpath">
   The <b>starts-with</b> function returns true if the first argument string starts 
   with the second argument string, and otherwise returns false.
   "
  src/java/main/org/jaxen/function/StringFunction.java:183: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.2</b> <code><i>string</i> string(<i>object</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.2</b> <code><i>string</i> string(<i>object</i>)</code>
   </p>
   
   
   <blockquote src="http://www.w3.org/TR/xpath">
   <p>
   The <b>string</b> function converts
   an object to a string as follows:
   </p>
   
   <ul>
   
   <li>
   <p>
   A node-set is converted to a string by returning the <a
   href="http://www.w3.org/TR/xpath#dt-string-value" target="_top">string-value</a> of the node in the node-set
   that is first in <a href="http://www.w3.org/TR/xpath#dt-document-order" target="_top">document order</a>. "
  src/java/main/org/jaxen/function/StringLengthFunction.java:75: warning - The first sentence is interpreted to be:
  "<p><b>4.2</b> <code><i>number</i> string-length(<i>string</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.2</b> <code><i>number</i> string-length(<i>string</i>)</code></p> 
   
   <p>
   The <b>string-length</b> function returns the number of <strong>Unicode characters</strong>
   in its argument. "
  src/java/main/org/jaxen/function/SubstringAfterFunction.java:73: warning - The first sentence is interpreted to be:
  "<p><b>4.2</b> <code><i>string</i> substring-after(<i>string</i>,<i>string</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.2</b> <code><i>string</i> substring-after(<i>string</i>,<i>string</i>)</code></p> 
   
   
   <blockquote src="http://www.w3.org/TR/xpath">
   The <b>substring-after</b> function returns the substring of the first argument string 
   that follows the first occurrence of the second argument string in the first 
   argument string, or the empty string if the first argument string does not contain the second argument string. 
   "
  src/java/main/org/jaxen/function/SubstringBeforeFunction.java:74: warning - The first sentence is interpreted to be:
  "<p><b>4.2</b> <code><i>string</i> substring-before(<i>string</i>,<i>string</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.2</b> <code><i>string</i> substring-before(<i>string</i>,<i>string</i>)</code></p>
   
   
   <blockquote src="http://www.w3.org/TR/xpath#function-substring-before">
   The substring-before function returns the substring of the first argument 
   string that precedes the first occurrence of the second argument string 
   in the first argument string, or the empty string if the 
   first argument string does not contain the second argument string. 
   "
  src/java/main/org/jaxen/function/SubstringFunction.java:144: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.2</b>
   <code><i>string</i> substring(<i>string</i>,<i>number</i>,<i>number?</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.2</b>
   <code><i>string</i> substring(<i>string</i>,<i>number</i>,<i>number?"
  src/java/main/org/jaxen/function/SumFunction.java:70: warning - The first sentence is interpreted to be:
  "<p><b>4.4</b> <code><i>number</i> sum(<i>node-set</i>)</code> "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.4</b> <code><i>number</i> sum(<i>node-set</i>)</code> </p>
   
   <blockquote src="http://www.w3.org/TR/xpath#function-sum">
   The sum function returns the sum, for each node in the argument node-set, 
   of the result of converting the string-values of the node to a number.
   "
  src/java/main/org/jaxen/function/TranslateFunction.java:97: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.2</b>
   <code><i>string</i> translate(<i>string</i>,<i>string</i>,<i>string</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.2</b>
   <code><i>string</i> translate(<i>string</i>,<i>string</i>,<i>string</i>)</code>
   </p>
   
   <blockquote src="http://www.w3.org/TR/xpath#function-translate">
   <p>
   The <b><a href="http://www.w3.org/TR/xpath#function-translate">translate</a></b> function
   returns the first argument string with occurrences of characters in
   the second argument string replaced by the character at the
   corresponding position in the third argument string. "
  src/java/main/org/jaxen/function/TrueFunction.java:66: warning - The first sentence is interpreted to be:
  "<p><b>4.3</b> <code><i>boolean</i> true()</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.3</b> <code><i>boolean</i> true()</code></p>
   
   <p>Returns true."
  src/java/main/org/jaxen/function/BooleanFunction.java:151: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/jaxen/class-use/Navigator.html...
  "<p>Convert the argument <code>obj</code> to a <code>Boolean</code> 
   according to the following rules:"
  This sentence is different from what would be generated using -breakiterator: 
  "<p>Convert the argument <code>obj</code> to a <code>Boolean</code> 
   according to the following rules:</p>
  
   <ul>
   <li>Lists are false if they're empty; true if they're not."
  src/java/main/org/jaxen/dom4j/Dom4jXPath.java:76: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/jaxen/class-use/BaseXPath.html...
  "An XPath implementation for the dom4j model
  
   "
  This sentence is different from what would be generated using -breakiterator: 
  "An XPath implementation for the dom4j model
  
   <p>This is the main entry point for matching an XPath against a DOM
   tree.  "
  src/java/main/org/jaxen/jdom/JDOMXPath.java:75: warning - The first sentence is interpreted to be:
  "An XPath implementation for the JDOM model
  
   "
  This sentence is different from what would be generated using -breakiterator: 
  "An XPath implementation for the JDOM model
  
   <p>This is the main entry point for matching an XPath against a DOM
   tree.  "
  src/java/main/org/jaxen/xom/XOMXPath.java:72: warning - The first sentence is interpreted to be:
  "An XPath implementation for the XOM model
  
   "
  This sentence is different from what would be generated using -breakiterator: 
  "An XPath implementation for the XOM model
  
   <p>This is the main entry point for matching an XPath against a DOM
   tree.  "
  src/java/main/org/jaxen/dom4j/Dom4jXPath.java:76: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/jaxen/class-use/XPath.html...
  "An XPath implementation for the dom4j model
  
   "
  This sentence is different from what would be generated using -breakiterator: 
  "An XPath implementation for the dom4j model
  
   <p>This is the main entry point for matching an XPath against a DOM
   tree.  "
  src/java/main/org/jaxen/jdom/JDOMXPath.java:75: warning - The first sentence is interpreted to be:
  "An XPath implementation for the JDOM model
  
   "
  This sentence is different from what would be generated using -breakiterator: 
  "An XPath implementation for the JDOM model
  
   <p>This is the main entry point for matching an XPath against a DOM
   tree.  "
  src/java/main/org/jaxen/xom/XOMXPath.java:72: warning - The first sentence is interpreted to be:
  "An XPath implementation for the XOM model
  
   "
  This sentence is different from what would be generated using -breakiterator: 
  "An XPath implementation for the XOM model
  
   <p>This is the main entry point for matching an XPath against a DOM
   tree.  "
  src/java/main/org/jaxen/saxpath/XPathHandler.java:206: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/jaxen/saxpath/class-use/SAXPathException.html...
  "Receive notification of the start of an equality ('=' or '!=') expression."
  This sentence is different from what would be generated using -breakiterator: 
  "Receive notification of the start of an equality ('=' or '!"
  src/java/main/org/jaxen/saxpath/XPathHandler.java:215: warning - The first sentence is interpreted to be:
  "Receive notification of the end of an equality ('=' or '!=') expression."
  This sentence is different from what would be generated using -breakiterator: 
  "Receive notification of the end of an equality ('=' or '!"
  Building index for all the packages and classes...
  src/java/main/org/jaxen/function/BooleanFunction.java:102: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/index-all.html...
  "<p>
   <b>4.3</b> <code><i>boolean</i> boolean(<i>object</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.3</b> <code><i>boolean</i> boolean(<i>object</i>)</code>
   </p>
   
   <blockquote
   src="http://www.w3.org/TR/xpath#section-Boolean-Functions">
   <p>
   The <b><a href="http://www.w3.org/TR/xpath#function-boolean" target="_top">boolean</a></b>
   function converts its argument to a boolean as follows:
   </p>
   
   <ul>
   
   <li>
   <p>
   a number is true if and only if it is neither positive or negative
   zero nor NaN
   </p>
   </li>
   
   <li>
   <p>
   a node-set is true if and only if it is non-empty
   </p>
   </li>
   
   <li>
   <p>
   a string is true if and only if its length is non-zero
   </p>
   </li>
   
   <li>
   
   <p>
   an object of a type other than the four basic types is converted to a
   boolean in a way that is dependent on that type
   </p></li></ul>
   </blockquote>"
  src/java/main/org/jaxen/function/CeilingFunction.java:81: warning - The first sentence is interpreted to be:
  "<p><b>4.4</b> <code><i>number</i> ceiling(<i>number</i>)</code> 
   <blockquote src="http://www.w3.org/TR/xpath">
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.4</b> <code><i>number</i> ceiling(<i>number</i>)</code> 
   <blockquote src="http://www.w3.org/TR/xpath">
   <p>
  
   <p><q>The ceiling function returns the smallest 
     (closest to negative infinity) number that is not less 
     than the argument and that is an integer....If the argument 
     is NaN, then NaN is returned. "
  src/java/main/org/jaxen/function/ConcatFunction.java:69: warning - The first sentence is interpreted to be:
  "<b>4.2</b> <code><i>string</i> concat(<i>string</i>,<i>string</i>,<i>string*</i>)</code> 
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<b>4.2</b> <code><i>string</i> concat(<i>string</i>,<i>string</i>,<i>string*</i>)</code> 
   <p>
   Concatenates its arguments and returns the resulting string.
   "
  src/java/main/org/jaxen/function/ContainsFunction.java:69: warning - The first sentence is interpreted to be:
  "<p><b>4.2</b> <code><i>boolean</i> contains(<i>string</i>,<i>string</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.2</b> <code><i>boolean</i> contains(<i>string</i>,<i>string</i>)</code></p>
    
   <blockquote src="http://www.w3.org/TR/xpath">
   The <b>contains</b> function returns true if the first argument 
   string contains the second argument string, and otherwise returns false.
   "
  src/java/main/org/jaxen/function/CountFunction.java:65: warning - The first sentence is interpreted to be:
  "<p><b>4.1</b> <code><i>number</i> count(<i>node-set</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.1</b> <code><i>number</i> count(<i>node-set</i>)</code></p> 
    
   <blockquote src="http://www.w3.org/TR/xpath#function-count">
   The <b>count</b> function returns the number of nodes in the argument node-set.
   "
  src/java/main/org/jaxen/dom4j/Dom4jXPath.java:76: warning - The first sentence is interpreted to be:
  "An XPath implementation for the dom4j model
  
   "
  This sentence is different from what would be generated using -breakiterator: 
  "An XPath implementation for the dom4j model
  
   <p>This is the main entry point for matching an XPath against a DOM
   tree.  "
  src/java/main/org/jaxen/saxpath/XPathHandler.java:215: warning - The first sentence is interpreted to be:
  "Receive notification of the end of an equality ('=' or '!=') expression."
  This sentence is different from what would be generated using -breakiterator: 
  "Receive notification of the end of an equality ('=' or '!"
  src/java/main/org/jaxen/function/BooleanFunction.java:151: warning - The first sentence is interpreted to be:
  "<p>Convert the argument <code>obj</code> to a <code>Boolean</code> 
   according to the following rules:"
  This sentence is different from what would be generated using -breakiterator: 
  "<p>Convert the argument <code>obj</code> to a <code>Boolean</code> 
   according to the following rules:</p>
  
   <ul>
   <li>Lists are false if they're empty; true if they're not."
  src/java/main/org/jaxen/function/FalseFunction.java:66: warning - The first sentence is interpreted to be:
  "<p><b>4.3</b> <code><i>boolean</i> false()</code> 
   
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.3</b> <code><i>boolean</i> false()</code> 
   
   <p>Returns false."
  src/java/main/org/jaxen/function/FloorFunction.java:78: warning - The first sentence is interpreted to be:
  "<p><b>4.4</b> <code><i>number</i> floor(<i>number</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.4</b> <code><i>number</i> floor(<i>number</i>)</code></p> 
   
   
   <blockquote src="http://www.w3.org/TR/xpath">
   The floor function returns the largest (closest to positive infinity) 
   number that is not greater than the argument and that is an integer....
   "
  src/java/main/org/jaxen/dom/NamespaceNode.java:465: warning - The first sentence is interpreted to be:
  "Get the XPath name of the namespace node;; i.e."
  This sentence is different from what would be generated using -breakiterator: 
  "Get the XPath name of the namespace node;; i.e. the
   namespace prefix."
  src/java/main/org/jaxen/function/IdFunction.java:83: warning - The first sentence is interpreted to be:
  "<p><b>4.1</b> <code><i>node-set</i> id(<i>object</i>)</code> "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.1</b> <code><i>node-set</i> id(<i>object</i>)</code> </p>
    
   <p>The <b>id</b> function returns a <code>List</code>
   of all the elements in the context document that have an ID
   matching one of a specified list of IDs. "
  src/java/main/org/jaxen/expr/DefaultNameStep.java:133: warning - The first sentence is interpreted to be:
  "Does this step match any name? (i.e."
  This sentence is different from what would be generated using -breakiterator: 
  "Does this step match any name? "
  src/java/main/org/jaxen/jdom/JDOMXPath.java:75: warning - The first sentence is interpreted to be:
  "An XPath implementation for the JDOM model
  
   "
  This sentence is different from what would be generated using -breakiterator: 
  "An XPath implementation for the JDOM model
  
   <p>This is the main entry point for matching an XPath against a DOM
   tree.  "
  src/java/main/org/jaxen/function/LangFunction.java:100: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.3</b> <code><i>boolean</i> lang(<i>string</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.3</b> <code><i>boolean</i> lang(<i>string</i>)</code>
   </p>
   
   <blockquote src="http://www.w3.org/TR/xpath#function-lang">
   <p>
   The <b>lang</b> function returns true or false depending on whether
   the language of the context node as specified by
   <code>xml:lang</code> attributes is the same as or is a sublanguage
   of the language specified by the argument string. "
  src/java/main/org/jaxen/function/LastFunction.java:67: warning - The first sentence is interpreted to be:
  "<p><b>4.1</b> <code><i>number</i> last()</code> "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.1</b> <code><i>number</i> last()</code> </p>
   
   <blockquote src="http://www.w3.org/TR/xpath#function-last">
   The <b>last</b> function returns a number equal to 
   the context size from the expression evaluation context.
   "
  src/java/main/org/jaxen/function/LocalNameFunction.java:73: warning - The first sentence is interpreted to be:
  "<p><b>4.1</b> <code><i>string</i> local-name(<i>node-set?</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.1</b> <code><i>string</i> local-name(<i>node-set?"
  src/java/main/org/jaxen/saxpath/Operator.java:75: warning - The first sentence is interpreted to be:
  "The not equal to operator <code>!=</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "The not equal to operator <code>!"
  src/java/main/org/jaxen/function/NameFunction.java:77: warning - The first sentence is interpreted to be:
  "<p><b>4.1</b> <code><i>string</i> name(<i>node-set?</i>)</code> "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.1</b> <code><i>string</i> name(<i>node-set?"
  src/java/main/org/jaxen/function/NamespaceUriFunction.java:87: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.1</b>
   <code><i>string</i> namespace-uri(<i>node-set?</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.1</b>
   <code><i>string</i> namespace-uri(<i>node-set?"
  src/java/main/org/jaxen/function/NormalizeSpaceFunction.java:79: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.2</b> <code><i>string</i> normalize-space(<i>string</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.2</b> <code><i>string</i> normalize-space(<i>string</i>)</code>
   </p>
   
   <blockquote src="http://www.w3.org/TR/xpath#function-normalize-space"> 
   The <b>normalize-space</b> function
   returns the argument string with whitespace normalized by stripping
   leading and trailing whitespace and replacing sequences of whitespace
   characters by a single space. "
  src/java/main/org/jaxen/function/NotFunction.java:68: warning - The first sentence is interpreted to be:
  "<p><b>4.3</b> <code><i>boolean</i> not(<i>boolean</i>)</code> "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.3</b> <code><i>boolean</i> not(<i>boolean</i>)</code> </p>
   
   
   <blockquote src="http://www.w3.org/TR/xpath#function-not">
   The <b>not</b> function returns true if its argument is false, and false otherwise.
   "
  src/java/main/org/jaxen/function/NumberFunction.java:127: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.4</b> <code><i>number</i> number(<i>object</i>)</code>
   
   
   <blockquote src="http://www.w3.org/TR/xpath#function-number">
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.4</b> <code><i>number</i> number(<i>object</i>)</code>
   
   
   <blockquote src="http://www.w3.org/TR/xpath#function-number">
   <p>
   The <b>number</b> function converts
   its argument to a number as follows:
   </p>
   
   <ul>
   
   <li>
   <p>
   a string that consists of optional whitespace followed by an optional
   minus sign followed by a <a href="#NT-Number">Number</a> followed by
   whitespace is converted to the IEEE 754 number that is nearest
   (according to the IEEE 754 round-to-nearest rule) to the mathematical
   value represented by the string; any other string is converted to NaN
   </p>
   </li>
   
   <li>
   <p>
   boolean true is converted to 1; boolean false is converted to 0
   </p>
   </li>
   
   <li>
   
   <p>
   a node-set is first converted to a string as if by a call to the <b><a
   href="http://www.w3.org/TR/xpath#function-string" target="_top">string</a></b> function and then converted
   in the same way as a string argument
   </p>
   
   </li>
   
   <li>
   <p>
   an object of a type other than the four basic types is converted to a
   number in a way that is dependent on that type
   </p>
   </li>
   
   </ul>
   
   <p>
   If the argument is omitted, it defaults to a node-set with the
   context node as its only member.
   "
  src/java/main/org/jaxen/function/PositionFunction.java:68: warning - The first sentence is interpreted to be:
  "<p><b>4.1</b> <code><i>number</i> position()</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.1</b> <code><i>number</i> position()</code></p>
  
   
   <blockquote src="http://www.w3.org/TR/xpath">
   The position function returns a number equal to the context position from the expression evaluation context.
   "
  src/java/main/org/jaxen/function/RoundFunction.java:76: warning - The first sentence is interpreted to be:
  "<p><b>4.4</b> <code><i>number</i> round(<i>number</i>)</code> "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.4</b> <code><i>number</i> round(<i>number</i>)</code> </p>
   
   
   <blockquote src="http://www.w3.org/TR/xpath">
   The <b>round</b> function returns the number that is closest to the argument and that is an integer. 
   "
  src/java/main/org/jaxen/function/StartsWithFunction.java:70: warning - The first sentence is interpreted to be:
  "<p><b>4.2</b> <code><i>boolean</i> starts-with(<i>string</i>,<i>string</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.2</b> <code><i>boolean</i> starts-with(<i>string</i>,<i>string</i>)</code></p> 
   
   
   <blockquote src="http://www.w3.org/TR/xpath">
   The <b>starts-with</b> function returns true if the first argument string starts 
   with the second argument string, and otherwise returns false.
   "
  src/java/main/org/jaxen/function/StringFunction.java:183: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.2</b> <code><i>string</i> string(<i>object</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.2</b> <code><i>string</i> string(<i>object</i>)</code>
   </p>
   
   
   <blockquote src="http://www.w3.org/TR/xpath">
   <p>
   The <b>string</b> function converts
   an object to a string as follows:
   </p>
   
   <ul>
   
   <li>
   <p>
   A node-set is converted to a string by returning the <a
   href="http://www.w3.org/TR/xpath#dt-string-value" target="_top">string-value</a> of the node in the node-set
   that is first in <a href="http://www.w3.org/TR/xpath#dt-document-order" target="_top">document order</a>. "
  src/java/main/org/jaxen/function/StringLengthFunction.java:75: warning - The first sentence is interpreted to be:
  "<p><b>4.2</b> <code><i>number</i> string-length(<i>string</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.2</b> <code><i>number</i> string-length(<i>string</i>)</code></p> 
   
   <p>
   The <b>string-length</b> function returns the number of <strong>Unicode characters</strong>
   in its argument. "
  src/java/main/org/jaxen/function/SubstringAfterFunction.java:73: warning - The first sentence is interpreted to be:
  "<p><b>4.2</b> <code><i>string</i> substring-after(<i>string</i>,<i>string</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.2</b> <code><i>string</i> substring-after(<i>string</i>,<i>string</i>)</code></p> 
   
   
   <blockquote src="http://www.w3.org/TR/xpath">
   The <b>substring-after</b> function returns the substring of the first argument string 
   that follows the first occurrence of the second argument string in the first 
   argument string, or the empty string if the first argument string does not contain the second argument string. 
   "
  src/java/main/org/jaxen/function/SubstringBeforeFunction.java:74: warning - The first sentence is interpreted to be:
  "<p><b>4.2</b> <code><i>string</i> substring-before(<i>string</i>,<i>string</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.2</b> <code><i>string</i> substring-before(<i>string</i>,<i>string</i>)</code></p>
   
   
   <blockquote src="http://www.w3.org/TR/xpath#function-substring-before">
   The substring-before function returns the substring of the first argument 
   string that precedes the first occurrence of the second argument string 
   in the first argument string, or the empty string if the 
   first argument string does not contain the second argument string. 
   "
  src/java/main/org/jaxen/function/SubstringFunction.java:144: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.2</b>
   <code><i>string</i> substring(<i>string</i>,<i>number</i>,<i>number?</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.2</b>
   <code><i>string</i> substring(<i>string</i>,<i>number</i>,<i>number?"
  src/java/main/org/jaxen/function/SumFunction.java:70: warning - The first sentence is interpreted to be:
  "<p><b>4.4</b> <code><i>number</i> sum(<i>node-set</i>)</code> "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.4</b> <code><i>number</i> sum(<i>node-set</i>)</code> </p>
   
   <blockquote src="http://www.w3.org/TR/xpath#function-sum">
   The sum function returns the sum, for each node in the argument node-set, 
   of the result of converting the string-values of the node to a number.
   "
  src/java/main/org/jaxen/JaxenHandler.java:90: warning - The first sentence is interpreted to be:
  "This may be changed to an ArrayList in the future (i.e."
  This sentence is different from what would be generated using -breakiterator: 
  "This may be changed to an ArrayList in the future (i.e. version &gt;= 1.2). 
   "
  src/java/main/org/jaxen/saxpath/XPathHandler.java:206: warning - The first sentence is interpreted to be:
  "Receive notification of the start of an equality ('=' or '!=') expression."
  This sentence is different from what would be generated using -breakiterator: 
  "Receive notification of the start of an equality ('=' or '!"
  src/java/main/org/jaxen/function/TranslateFunction.java:97: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.2</b>
   <code><i>string</i> translate(<i>string</i>,<i>string</i>,<i>string</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.2</b>
   <code><i>string</i> translate(<i>string</i>,<i>string</i>,<i>string</i>)</code>
   </p>
   
   <blockquote src="http://www.w3.org/TR/xpath#function-translate">
   <p>
   The <b><a href="http://www.w3.org/TR/xpath#function-translate">translate</a></b> function
   returns the first argument string with occurrences of characters in
   the second argument string replaced by the character at the
   corresponding position in the third argument string. "
  src/java/main/org/jaxen/function/TrueFunction.java:66: warning - The first sentence is interpreted to be:
  "<p><b>4.3</b> <code><i>boolean</i> true()</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.3</b> <code><i>boolean</i> true()</code></p>
   
   <p>Returns true."
  src/java/main/org/jaxen/xom/XOMXPath.java:72: warning - The first sentence is interpreted to be:
  "An XPath implementation for the XOM model
  
   "
  This sentence is different from what would be generated using -breakiterator: 
  "An XPath implementation for the XOM model
  
   <p>This is the main entry point for matching an XPath against a DOM
   tree.  "
  Building index for all classes...
  src/java/main/org/jaxen/dom4j/Dom4jXPath.java:76: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/jaxen/dom4j/package-summary.html...
  "An XPath implementation for the dom4j model
  
   "
  This sentence is different from what would be generated using -breakiterator: 
  "An XPath implementation for the dom4j model
  
   <p>This is the main entry point for matching an XPath against a DOM
   tree.  "
  src/java/main/org/jaxen/function/BooleanFunction.java:102: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/jaxen/function/package-summary.html...
  "<p>
   <b>4.3</b> <code><i>boolean</i> boolean(<i>object</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.3</b> <code><i>boolean</i> boolean(<i>object</i>)</code>
   </p>
   
   <blockquote
   src="http://www.w3.org/TR/xpath#section-Boolean-Functions">
   <p>
   The <b><a href="http://www.w3.org/TR/xpath#function-boolean" target="_top">boolean</a></b>
   function converts its argument to a boolean as follows:
   </p>
   
   <ul>
   
   <li>
   <p>
   a number is true if and only if it is neither positive or negative
   zero nor NaN
   </p>
   </li>
   
   <li>
   <p>
   a node-set is true if and only if it is non-empty
   </p>
   </li>
   
   <li>
   <p>
   a string is true if and only if its length is non-zero
   </p>
   </li>
   
   <li>
   
   <p>
   an object of a type other than the four basic types is converted to a
   boolean in a way that is dependent on that type
   </p></li></ul>
   </blockquote>"
  src/java/main/org/jaxen/function/CeilingFunction.java:81: warning - The first sentence is interpreted to be:
  "<p><b>4.4</b> <code><i>number</i> ceiling(<i>number</i>)</code> 
   <blockquote src="http://www.w3.org/TR/xpath">
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.4</b> <code><i>number</i> ceiling(<i>number</i>)</code> 
   <blockquote src="http://www.w3.org/TR/xpath">
   <p>
  
   <p><q>The ceiling function returns the smallest 
     (closest to negative infinity) number that is not less 
     than the argument and that is an integer....If the argument 
     is NaN, then NaN is returned. "
  src/java/main/org/jaxen/function/ConcatFunction.java:69: warning - The first sentence is interpreted to be:
  "<b>4.2</b> <code><i>string</i> concat(<i>string</i>,<i>string</i>,<i>string*</i>)</code> 
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<b>4.2</b> <code><i>string</i> concat(<i>string</i>,<i>string</i>,<i>string*</i>)</code> 
   <p>
   Concatenates its arguments and returns the resulting string.
   "
  src/java/main/org/jaxen/function/ContainsFunction.java:69: warning - The first sentence is interpreted to be:
  "<p><b>4.2</b> <code><i>boolean</i> contains(<i>string</i>,<i>string</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.2</b> <code><i>boolean</i> contains(<i>string</i>,<i>string</i>)</code></p>
    
   <blockquote src="http://www.w3.org/TR/xpath">
   The <b>contains</b> function returns true if the first argument 
   string contains the second argument string, and otherwise returns false.
   "
  src/java/main/org/jaxen/function/CountFunction.java:65: warning - The first sentence is interpreted to be:
  "<p><b>4.1</b> <code><i>number</i> count(<i>node-set</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.1</b> <code><i>number</i> count(<i>node-set</i>)</code></p> 
    
   <blockquote src="http://www.w3.org/TR/xpath#function-count">
   The <b>count</b> function returns the number of nodes in the argument node-set.
   "
  src/java/main/org/jaxen/function/FalseFunction.java:66: warning - The first sentence is interpreted to be:
  "<p><b>4.3</b> <code><i>boolean</i> false()</code> 
   
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.3</b> <code><i>boolean</i> false()</code> 
   
   <p>Returns false."
  src/java/main/org/jaxen/function/FloorFunction.java:78: warning - The first sentence is interpreted to be:
  "<p><b>4.4</b> <code><i>number</i> floor(<i>number</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.4</b> <code><i>number</i> floor(<i>number</i>)</code></p> 
   
   
   <blockquote src="http://www.w3.org/TR/xpath">
   The floor function returns the largest (closest to positive infinity) 
   number that is not greater than the argument and that is an integer....
   "
  src/java/main/org/jaxen/function/IdFunction.java:83: warning - The first sentence is interpreted to be:
  "<p><b>4.1</b> <code><i>node-set</i> id(<i>object</i>)</code> "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.1</b> <code><i>node-set</i> id(<i>object</i>)</code> </p>
    
   <p>The <b>id</b> function returns a <code>List</code>
   of all the elements in the context document that have an ID
   matching one of a specified list of IDs. "
  src/java/main/org/jaxen/function/LangFunction.java:100: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.3</b> <code><i>boolean</i> lang(<i>string</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.3</b> <code><i>boolean</i> lang(<i>string</i>)</code>
   </p>
   
   <blockquote src="http://www.w3.org/TR/xpath#function-lang">
   <p>
   The <b>lang</b> function returns true or false depending on whether
   the language of the context node as specified by
   <code>xml:lang</code> attributes is the same as or is a sublanguage
   of the language specified by the argument string. "
  src/java/main/org/jaxen/function/LastFunction.java:67: warning - The first sentence is interpreted to be:
  "<p><b>4.1</b> <code><i>number</i> last()</code> "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.1</b> <code><i>number</i> last()</code> </p>
   
   <blockquote src="http://www.w3.org/TR/xpath#function-last">
   The <b>last</b> function returns a number equal to 
   the context size from the expression evaluation context.
   "
  src/java/main/org/jaxen/function/LocalNameFunction.java:73: warning - The first sentence is interpreted to be:
  "<p><b>4.1</b> <code><i>string</i> local-name(<i>node-set?</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.1</b> <code><i>string</i> local-name(<i>node-set?"
  src/java/main/org/jaxen/function/NameFunction.java:77: warning - The first sentence is interpreted to be:
  "<p><b>4.1</b> <code><i>string</i> name(<i>node-set?</i>)</code> "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.1</b> <code><i>string</i> name(<i>node-set?"
  src/java/main/org/jaxen/function/NamespaceUriFunction.java:87: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.1</b>
   <code><i>string</i> namespace-uri(<i>node-set?</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.1</b>
   <code><i>string</i> namespace-uri(<i>node-set?"
  src/java/main/org/jaxen/function/NormalizeSpaceFunction.java:79: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.2</b> <code><i>string</i> normalize-space(<i>string</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.2</b> <code><i>string</i> normalize-space(<i>string</i>)</code>
   </p>
   
   <blockquote src="http://www.w3.org/TR/xpath#function-normalize-space"> 
   The <b>normalize-space</b> function
   returns the argument string with whitespace normalized by stripping
   leading and trailing whitespace and replacing sequences of whitespace
   characters by a single space. "
  src/java/main/org/jaxen/function/NotFunction.java:68: warning - The first sentence is interpreted to be:
  "<p><b>4.3</b> <code><i>boolean</i> not(<i>boolean</i>)</code> "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.3</b> <code><i>boolean</i> not(<i>boolean</i>)</code> </p>
   
   
   <blockquote src="http://www.w3.org/TR/xpath#function-not">
   The <b>not</b> function returns true if its argument is false, and false otherwise.
   "
  src/java/main/org/jaxen/function/NumberFunction.java:127: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.4</b> <code><i>number</i> number(<i>object</i>)</code>
   
   
   <blockquote src="http://www.w3.org/TR/xpath#function-number">
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.4</b> <code><i>number</i> number(<i>object</i>)</code>
   
   
   <blockquote src="http://www.w3.org/TR/xpath#function-number">
   <p>
   The <b>number</b> function converts
   its argument to a number as follows:
   </p>
   
   <ul>
   
   <li>
   <p>
   a string that consists of optional whitespace followed by an optional
   minus sign followed by a <a href="#NT-Number">Number</a> followed by
   whitespace is converted to the IEEE 754 number that is nearest
   (according to the IEEE 754 round-to-nearest rule) to the mathematical
   value represented by the string; any other string is converted to NaN
   </p>
   </li>
   
   <li>
   <p>
   boolean true is converted to 1; boolean false is converted to 0
   </p>
   </li>
   
   <li>
   
   <p>
   a node-set is first converted to a string as if by a call to the <b><a
   href="http://www.w3.org/TR/xpath#function-string" target="_top">string</a></b> function and then converted
   in the same way as a string argument
   </p>
   
   </li>
   
   <li>
   <p>
   an object of a type other than the four basic types is converted to a
   number in a way that is dependent on that type
   </p>
   </li>
   
   </ul>
   
   <p>
   If the argument is omitted, it defaults to a node-set with the
   context node as its only member.
   "
  src/java/main/org/jaxen/function/PositionFunction.java:68: warning - The first sentence is interpreted to be:
  "<p><b>4.1</b> <code><i>number</i> position()</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.1</b> <code><i>number</i> position()</code></p>
  
   
   <blockquote src="http://www.w3.org/TR/xpath">
   The position function returns a number equal to the context position from the expression evaluation context.
   "
  src/java/main/org/jaxen/function/RoundFunction.java:76: warning - The first sentence is interpreted to be:
  "<p><b>4.4</b> <code><i>number</i> round(<i>number</i>)</code> "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.4</b> <code><i>number</i> round(<i>number</i>)</code> </p>
   
   
   <blockquote src="http://www.w3.org/TR/xpath">
   The <b>round</b> function returns the number that is closest to the argument and that is an integer. 
   "
  src/java/main/org/jaxen/function/StartsWithFunction.java:70: warning - The first sentence is interpreted to be:
  "<p><b>4.2</b> <code><i>boolean</i> starts-with(<i>string</i>,<i>string</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.2</b> <code><i>boolean</i> starts-with(<i>string</i>,<i>string</i>)</code></p> 
   
   
   <blockquote src="http://www.w3.org/TR/xpath">
   The <b>starts-with</b> function returns true if the first argument string starts 
   with the second argument string, and otherwise returns false.
   "
  src/java/main/org/jaxen/function/StringFunction.java:183: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.2</b> <code><i>string</i> string(<i>object</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.2</b> <code><i>string</i> string(<i>object</i>)</code>
   </p>
   
   
   <blockquote src="http://www.w3.org/TR/xpath">
   <p>
   The <b>string</b> function converts
   an object to a string as follows:
   </p>
   
   <ul>
   
   <li>
   <p>
   A node-set is converted to a string by returning the <a
   href="http://www.w3.org/TR/xpath#dt-string-value" target="_top">string-value</a> of the node in the node-set
   that is first in <a href="http://www.w3.org/TR/xpath#dt-document-order" target="_top">document order</a>. "
  src/java/main/org/jaxen/function/StringLengthFunction.java:75: warning - The first sentence is interpreted to be:
  "<p><b>4.2</b> <code><i>number</i> string-length(<i>string</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.2</b> <code><i>number</i> string-length(<i>string</i>)</code></p> 
   
   <p>
   The <b>string-length</b> function returns the number of <strong>Unicode characters</strong>
   in its argument. "
  src/java/main/org/jaxen/function/SubstringAfterFunction.java:73: warning - The first sentence is interpreted to be:
  "<p><b>4.2</b> <code><i>string</i> substring-after(<i>string</i>,<i>string</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.2</b> <code><i>string</i> substring-after(<i>string</i>,<i>string</i>)</code></p> 
   
   
   <blockquote src="http://www.w3.org/TR/xpath">
   The <b>substring-after</b> function returns the substring of the first argument string 
   that follows the first occurrence of the second argument string in the first 
   argument string, or the empty string if the first argument string does not contain the second argument string. 
   "
  src/java/main/org/jaxen/function/SubstringBeforeFunction.java:74: warning - The first sentence is interpreted to be:
  "<p><b>4.2</b> <code><i>string</i> substring-before(<i>string</i>,<i>string</i>)</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.2</b> <code><i>string</i> substring-before(<i>string</i>,<i>string</i>)</code></p>
   
   
   <blockquote src="http://www.w3.org/TR/xpath#function-substring-before">
   The substring-before function returns the substring of the first argument 
   string that precedes the first occurrence of the second argument string 
   in the first argument string, or the empty string if the 
   first argument string does not contain the second argument string. 
   "
  src/java/main/org/jaxen/function/SubstringFunction.java:144: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.2</b>
   <code><i>string</i> substring(<i>string</i>,<i>number</i>,<i>number?</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.2</b>
   <code><i>string</i> substring(<i>string</i>,<i>number</i>,<i>number?"
  src/java/main/org/jaxen/function/SumFunction.java:70: warning - The first sentence is interpreted to be:
  "<p><b>4.4</b> <code><i>number</i> sum(<i>node-set</i>)</code> "
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.4</b> <code><i>number</i> sum(<i>node-set</i>)</code> </p>
   
   <blockquote src="http://www.w3.org/TR/xpath#function-sum">
   The sum function returns the sum, for each node in the argument node-set, 
   of the result of converting the string-values of the node to a number.
   "
  src/java/main/org/jaxen/function/TranslateFunction.java:97: warning - The first sentence is interpreted to be:
  "<p>
   <b>4.2</b>
   <code><i>string</i> translate(<i>string</i>,<i>string</i>,<i>string</i>)</code>
   "
  This sentence is different from what would be generated using -breakiterator: 
  "<p>
   <b>4.2</b>
   <code><i>string</i> translate(<i>string</i>,<i>string</i>,<i>string</i>)</code>
   </p>
   
   <blockquote src="http://www.w3.org/TR/xpath#function-translate">
   <p>
   The <b><a href="http://www.w3.org/TR/xpath#function-translate">translate</a></b> function
   returns the first argument string with occurrences of characters in
   the second argument string replaced by the character at the
   corresponding position in the third argument string. "
  src/java/main/org/jaxen/function/TrueFunction.java:66: warning - The first sentence is interpreted to be:
  "<p><b>4.3</b> <code><i>boolean</i> true()</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p><b>4.3</b> <code><i>boolean</i> true()</code></p>
   
   <p>Returns true."
  src/java/main/org/jaxen/jdom/JDOMXPath.java:75: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/jaxen/jdom/package-summary.html...
  "An XPath implementation for the JDOM model
  
   "
  This sentence is different from what would be generated using -breakiterator: 
  "An XPath implementation for the JDOM model
  
   <p>This is the main entry point for matching an XPath against a DOM
   tree.  "
  src/java/main/org/jaxen/xom/XOMXPath.java:72: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/jaxen/xom/package-summary.html...
  "An XPath implementation for the XOM model
  
   "
  This sentence is different from what would be generated using -breakiterator: 
  "An XPath implementation for the XOM model
  
   <p>This is the main entry point for matching an XPath against a DOM
   tree.  "
  src/java/main/org/jaxen/JaxenHandler.java:90: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/jaxen/JaxenHandler.html...
  "This may be changed to an ArrayList in the future (i.e."
  This sentence is different from what would be generated using -breakiterator: 
  "This may be changed to an ArrayList in the future (i.e. version &gt;= 1.2). 
   "
  src/java/main/org/jaxen/JaxenHandler.java:429: warning - The first sentence is interpreted to be:
  "Receive notification of the end of an equality ('=' or '!=') expression."
  This sentence is different from what would be generated using -breakiterator: 
  "Receive notification of the end of an equality ('=' or '!"
  src/java/main/org/jaxen/JaxenHandler.java:425: warning - The first sentence is interpreted to be:
  "Receive notification of the start of an equality ('=' or '!=') expression."
  This sentence is different from what would be generated using -breakiterator: 
  "Receive notification of the start of an equality ('=' or '!"
  src/java/main/org/jaxen/dom/NamespaceNode.java:465: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/jaxen/dom/NamespaceNode.html...
  "Get the XPath name of the namespace node;; i.e."
  This sentence is different from what would be generated using -breakiterator: 
  "Get the XPath name of the namespace node;; i.e. the
   namespace prefix."
  src/java/main/org/jaxen/expr/PathExpr.java:79: warning - @param argument "the" is not a parameter name.
  src/java/main/org/jaxen/expr/Predicate.java:80: warning - @param argument "the" is not a parameter name.
  src/java/main/org/jaxen/expr/XPathExpr.java:79: warning - @param argument "the" is not a parameter name.
  src/java/main/org/jaxen/expr/XPathFactory.java:243: warning - @param argument "number" is not a parameter name.
  src/java/main/org/jaxen/expr/XPathFactory.java:253: warning - @param argument "functionName" is not a parameter name.
  src/java/main/org/jaxen/expr/XPathFactory.java:314: warning - @param argument "the" is not a parameter name.
  src/java/main/org/jaxen/expr/DefaultNameStep.java:133: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/jaxen/expr/DefaultNameStep.html...
  "Does this step match any name? (i.e."
  This sentence is different from what would be generated using -breakiterator: 
  "Does this step match any name? "
  src/java/main/org/jaxen/function/BooleanFunction.java:151: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/jaxen/function/BooleanFunction.html...
  "<p>Convert the argument <code>obj</code> to a <code>Boolean</code> 
   according to the following rules:"
  This sentence is different from what would be generated using -breakiterator: 
  "<p>Convert the argument <code>obj</code> to a <code>Boolean</code> 
   according to the following rules:</p>
  
   <ul>
   <li>Lists are false if they're empty; true if they're not."
  src/java/main/org/jaxen/saxpath/Operator.java:75: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/jaxen/saxpath/Operator.html...
  "The not equal to operator <code>!=</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "The not equal to operator <code>!"
  src/java/main/org/jaxen/saxpath/XPathHandler.java:215: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/jaxen/saxpath/XPathHandler.html...
  "Receive notification of the end of an equality ('=' or '!=') expression."
  This sentence is different from what would be generated using -breakiterator: 
  "Receive notification of the end of an equality ('=' or '!"
  src/java/main/org/jaxen/saxpath/XPathHandler.java:206: warning - The first sentence is interpreted to be:
  "Receive notification of the start of an equality ('=' or '!=') expression."
  This sentence is different from what would be generated using -breakiterator: 
  "Receive notification of the start of an equality ('=' or '!"
  src/java/main/org/jaxen/util/SelfAxisIterator.java:68: warning - @param argument "contextNode" is not a parameter name.
  Generating target/docs/apidocs/help-doc.html...
  119 warnings