ilene 2002/11/22 09:30:51
Modified:java/src/org/apache/xpath/axes Tag: xslt20
LocPathIterator.java PredicatedNodeTest.java
OneStepIterator.java
Log:
Just a small foray into merging main branch with xslt20 branch. I applied
patche
ilene 2002/10/30 13:21:06
Modified:java/src/org/apache/xpath/axes LocPathIterator.java
NodeSequence.java
Log:
Patch for bugzilla #13501.
Length wasn't being properly cached in NodeSequence or LocPathIterator.
Also the predicate count on the clone
sboag 01/06/24 14:54:49
Modified:java/src/org/apache/xpath/axes LocPathIterator.java
PredicatedNodeTest.java UnionPathIterator.java
Log:
These checkins fix http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2005.
Null-pointer in XPath with serialized Temp
sboag 01/06/22 07:54:30
Modified:java/src/org/apache/xpath Tag: Bxalan-j_2_2L XPathAPI.java
java/src/org/apache/xpath/axes Tag: Bxalan-j_2_2L
LocPathIterator.java
Log:
In LocPathIterator#setCacheNodes, don't replace the current m_cachedNodes
sboag 01/06/21 21:35:09
Modified:java/src/org/apache/xpath/axes LocPathIterator.java
Log:
In setCacheNodes, don't replace the current m_cachedNodes if
it is non-null. This fixes a bug with the NodeIterator/NodeSet
adapters.
Revision ChangesPath
1.27 +4 -1