Skip to content

Commit

Permalink
jdoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 20, 2022
1 parent 7eb3d3d commit 23421d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

/**
* This class extends NodeSetDTM, which implements NodeIterator, and fetches nodes one at a time in
* document order based on a XPath <a
* href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath</a>.
* document order based on a XPath.<br>
* </br> see <a href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath</a>.
*
* <p>If setShouldCacheNodes(true) is called, as each node is iterated via nextNode(), the node is
* also stored in the NodeVector, so that previousNode() can easily be done, except in the case
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,8 @@ protected int EqualityExpr(int addPos) throws javax.xml.transform.TransformerExc
}

/**
* RelationalExpr ::= AdditiveExpr | RelationalExpr '<' AdditiveExpr | RelationalExpr '>'
* AdditiveExpr | RelationalExpr '<=' AdditiveExpr | RelationalExpr '>=' AdditiveExpr
* RelationalExpr ::= AdditiveExpr | RelationalExpr '&lt;' AdditiveExpr | RelationalExpr '&gt;'
* AdditiveExpr | RelationalExpr '&lt;=' AdditiveExpr | RelationalExpr '&gt;=' AdditiveExpr
*
* @param addPos Position where expression is to be added, or -1 for append.
* @return the position at the end of the relational expression.
Expand Down

0 comments on commit 23421d2

Please sign in to comment.