Changelog Report

Timeframe: 30 days, Total Commits: 158 Total Number of Files Changed: 233

DateAuthorFile/Message
2005-04-15 21:28:41Elliotte Rusty Harold

xdocs/releases.xml v 1.7

xdocs/status.xml v 1.4

Updating for beta 5
2005-04-15 20:36:47Elliotte Rusty Harold

.cvsignore v 1.9

Adding cobertura directory to .cvsignore
2005-04-15 20:27:59Elliotte Rusty Harold

project.xml v 1.35

Removing SNAPSHOT from version number
2005-04-15 20:24:04Elliotte Rusty Harold

src/java/main/org/jaxen/expr/PredicateSet.java v 1.18

Adding TODO comment
2005-04-15 20:23:24Elliotte Rusty Harold

src/java/main/org/jaxen/expr/NodeComparator.java v 1.6

Removing equalSiblings method in favor of equals()
2005-04-15 20:19:47Elliotte Rusty Harold

src/java/main/org/jaxen/pattern/Pattern.java v 1.8

JavaDoc edits
2005-04-15 20:18:32Elliotte Rusty Harold

xml/test/tests.xml v 1.78

Uncommenting test for Jaxen-24
2005-04-15 14:13:52Elliotte Rusty Harold

src/java/main/org/jaxen/util/IdentityHashMap.java v 1.9

Removing redundant EmptyHashIterator inner class; using JaxenConstants.EMPTY_ITERATOR instead
2005-04-14 13:06:37Elliotte Rusty Harold

src/java/main/org/jaxen/saxpath/base/DefaultXPathHandler.java v 1.3

Removing pointless inner class
2005-04-12 17:10:07Elliotte Rusty Harold

src/java/main/org/jaxen/BaseXPath.java v 1.36

Adding doc-comment to stringValueOf method
2005-04-12 17:06:11Elliotte Rusty Harold

src/java/main/org/jaxen/dom/DocumentNavigator.java v 1.36

Fixing Jaxen-22 (again). The problem seems to be in the getPrecedingAxisIterator function. For the moment, I just deleted this method so we'll inherit the working version from the superclass instead. Possibly this is slower, though not necessarily. A lot depends on the details of the DOM implementation.
2005-04-12 17:04:31Elliotte Rusty Harold

xml/web2.xml v 1.1

Various tests for tracking down Jaxen-22
2005-04-12 17:02:17Elliotte Rusty Harold

src/java/test/org/jaxen/dom/XPathTest.java v 1.15

Various tests for tracking down Jaxen-22
2005-04-12 13:17:29Elliotte Rusty Harold

src/java/main/org/jaxen/function/StartsWithFunction.java v 1.5

Correcting typo in exception message
2005-04-12 13:16:46Elliotte Rusty Harold

src/java/main/org/jaxen/function/StringFunction.java v 1.16

Working around possibility that a text node is a List, as it is in the XOM built-in navigator
2005-04-12 12:53:41Elliotte Rusty Harold

src/java/main/org/jaxen/function/StringFunction.java v 1.15

Removing unnecessary local variable
2005-04-11 19:14:10Elliotte Rusty Harold

src/java/main/org/jaxen/util/PrecedingSiblingAxisIterator.java v 1.12

Removing unused import
2005-04-11 19:07:17Elliotte Rusty Harold

maven.xml v 1.1

Adding the test data to the distribution
2005-04-11 18:29:00Elliotte Rusty Harold

src/java/main/org/jaxen/saxpath/XPathHandler.java v 1.5

Minor JavaDoc edits
2005-04-11 18:21:39Elliotte Rusty Harold

src/java/main/org/jaxen/expr/DefaultXPathFactory.java v 1.12

src/java/main/org/jaxen/expr/XPathFactory.java v 1.9

XPathFactory should not extend Operator. This violates the principle that inheritance means an "is a" relationship. This shouldn't break anything major. It appears to have just been a hack to get around the lack of static imports in Java 1.4 and earlier.
2005-04-11 17:59:19Elliotte Rusty Harold

project.xml v 1.34

Removing unused versions and branches elements
2005-04-11 17:54:55Elliotte Rusty Harold

project.xml v 1.33

Fixing project.xml to validate against schema
2005-04-11 17:46:33Elliotte Rusty Harold

project.xml v 1.32

Adding "-SNAPSHOT" to version string per Maven recommendation
2005-04-11 17:33:51Elliotte Rusty Harold

project.xml v 1.31

Removing deprecated, unused, and nonexistent elements
2005-04-10 01:52:57Elliotte Rusty Harold

src/java/test/org/jaxen/function/FunctionTests.java v 1.13

src/java/test/org/jaxen/function/SubstringAfterTest.java v 1.1

Adding tests for substring-after function
2005-04-10 01:49:45Elliotte Rusty Harold

src/java/test/org/jaxen/function/FunctionTests.java v 1.12

src/java/test/org/jaxen/function/SubstringBeforeTest.java v 1.1

Adding tests for substring-before function
2005-04-10 01:26:07Elliotte Rusty Harold

xdocs/index.xml v 1.7

Rewriting in third person
2005-04-10 01:24:14Elliotte Rusty Harold

project.xml v 1.30

Changing version to beta 5
2005-04-10 01:24:44Elliotte Rusty Harold

xdocs/releases.xml v 1.6

Adding more explicit links to latest beta releases
2005-04-09 21:59:16Elliotte Rusty Harold

project.xml v 1.29

Upgrading to JDOM 1.0
2005-04-09 21:56:31Elliotte Rusty Harold

src/java/main/org/jaxen/jdom/DocumentNavigator.java v 1.28

src/java/main/org/jaxen/jdom/XPathNamespace.java v 1.5

JavaDoc edits
2005-04-09 14:16:22Elliotte Rusty Harold

src/java/main/org/jaxen/pattern/PatternParser.java v 1.15

Removing double spacing
2005-04-09 14:08:18Elliotte Rusty Harold

src/java/main/org/jaxen/saxpath/base/Verifier.java v 1.2

JavaDoc corrections
2005-04-09 14:06:04Elliotte Rusty Harold

src/java/main/org/jaxen/saxpath/base/TokenTypes.java v 1.5

Throwing exception rather than returning null for unrecognized token type
2005-04-09 14:03:38Elliotte Rusty Harold

src/java/main/org/jaxen/saxpath/helpers/XPathReaderFactory.java v 1.4

Nesting exceptions
2005-04-09 13:58:14Elliotte Rusty Harold

src/java/main/org/jaxen/saxpath/XPathHandler.java v 1.4

src/java/main/org/jaxen/saxpath/XPathReader.java v 1.3

JavaDoc corrections
2005-04-09 13:54:05Elliotte Rusty Harold

src/java/main/org/jaxen/saxpath/SAXPathParseException.java v 1.3

JavaDoc corrections
2005-04-09 13:53:33Elliotte Rusty Harold

src/java/main/org/jaxen/saxpath/SAXPathException.java v 1.3

JavaDoc corrections
2005-04-09 13:52:05Elliotte Rusty Harold

src/java/main/org/jaxen/JaxenRuntimeException.java v 1.2

Adding constrcutor that takes a message but no wrapped exception
2005-04-09 13:51:32Elliotte Rusty Harold

src/java/main/org/jaxen/saxpath/Axis.java v 1.3

Throwing exception rather returning null for unrecognized axis number
2005-04-08 14:39:13Elliotte Rusty Harold

src/java/main/org/jaxen/util/SelfAxisIterator.java v 1.5

By making SelfAxisIterator extend SingleObjectIterator, we can eliminate several methods
2005-04-08 14:32:16Elliotte Rusty Harold

src/java/main/org/jaxen/util/PrecedingSiblingAxisIterator.java v 1.11

Using JaxenConstants.EMPTY_ITERATOR instead of Collections.EMPTY_LIST.iterator();
2005-04-08 14:28:41Elliotte Rusty Harold

src/java/main/org/jaxen/util/DescendantOrSelfAxisIterator.java v 1.8

Replacing SingletonList.iterator with SingleObjectIterator
2005-04-08 14:22:08Elliotte Rusty Harold

src/java/main/org/jaxen/util/AncestorAxisIterator.java v 1.11

src/java/main/org/jaxen/util/AncestorOrSelfAxisIterator.java v 1.9

Removing unnecessary call to hasNext
2005-04-08 14:14:57Elliotte Rusty Harold

src/java/main/org/jaxen/util/PrecedingSiblingAxisIterator.java v 1.10

Inlining stepAhead method
2005-04-08 14:05:42Elliotte Rusty Harold

src/java/main/org/jaxen/util/PrecedingSiblingAxisIterator.java v 1.9

Removing unnecessary null check
2005-04-08 14:00:37Elliotte Rusty Harold

src/java/main/org/jaxen/util/PrecedingSiblingAxisIterator.java v 1.8

Replacing while loop with if statement
2005-04-08 13:55:46Elliotte Rusty Harold

src/java/main/org/jaxen/util/PrecedingSiblingAxisIterator.java v 1.7

Code cleanup to remove casts
2005-04-08 13:51:08Elliotte Rusty Harold

src/java/main/org/jaxen/util/PrecedingSiblingAxisIterator.java v 1.6

Fix for Jaxen-47: use equals() to compare nodes rather than ==
2005-04-07 20:41:33Elliotte Rusty Harold

src/java/main/org/jaxen/util/FollowingSiblingAxisIterator.java v 1.7

Fix for Jaxen-47: use equals() to compare nodes rather than ==
2005-04-07 20:40:20Elliotte Rusty Harold

src/java/main/org/jaxen/expr/NodeComparator.java v 1.5

Fix for Jaxen-47: use equals() to compare nodes rather than ==
2005-04-07 13:39:07Elliotte Rusty Harold

xdocs/releases.xml v 1.5

Encouraging users to upgrade to 1.1
2005-04-07 12:00:40Elliotte Rusty Harold

xdocs/status.xml v 1.3

Rewriting to account for 1.1 beta 4.
2005-04-07 11:25:58Elliotte Rusty Harold

xdocs/index.xml v 1.6

Adding XOM 1.1 news. Fixing URL to Jaxen chapter of processing XML with Java. Changing "nightly build" to latest beta of 1.1, since we're not doing nightly builds right now.
2005-04-06 23:35:04Peter Royal

project.properties v 1.11

set repo properties
2005-04-06 21:55:34Elliotte Rusty Harold

.cvsignore v 1.8

Adding bin directory to CVS .ignore because generated files shouldn't be in CVS anyway
2005-04-06 21:53:14Elliotte Rusty Harold

INSTALL v 1.3

For the moment we're only shipping one jAR. We can revert to the earlier instructions if we figure out how to set up Maven to generate multiple jars.
2005-04-06 21:49:16Elliotte Rusty Harold

src/java/test/org/jaxen/function/IdTest.java v 1.2

Adding test that id() function allows at most one argument
2005-04-06 21:48:25Elliotte Rusty Harold

src/java/main/org/jaxen/util/IdentityHashMap.java v 1.8

javaDoc correction
2005-04-06 21:47:37Elliotte Rusty Harold

src/java/main/org/jaxen/function/FalseFunction.java v 1.6

Correcting line break problem
2005-04-06 11:10:50Elliotte Rusty Harold

src/java/main/org/jaxen/function/FalseFunction.java v 1.5

src/java/main/org/jaxen/function/TrueFunction.java v 1.5

Adding doc comment to evaluate method
2005-04-06 11:07:41Elliotte Rusty Harold

src/java/main/org/jaxen/function/LangFunction.java v 1.5

Various bug fixes: mostly noting that the argument does not have to be a string and the context node list should always be length 1. Also making evaluate methods private.
2005-04-06 10:56:36Elliotte Rusty Harold

src/java/test/org/jaxen/function/FunctionTests.java v 1.11

Various tests for the lang() function
2005-04-06 10:55:46Elliotte Rusty Harold

src/java/test/org/jaxen/function/LangTest.java v 1.1

Various tests for the lang() function
2005-04-06 10:06:26Elliotte Rusty Harold

src/java/main/org/jaxen/util/IdentityHashMap.java v 1.7

JavaDoc edits; <tt> and <i> are deprecated font-style elements; replacing with <code> and <em>
2005-04-06 10:01:42Elliotte Rusty Harold

src/java/main/org/jaxen/BaseXPath.java v 1.35

The number-value of an empty node-set is NaN, not null
2005-04-06 10:00:22Elliotte Rusty Harold

src/java/test/org/jaxen/BaseXPathTest.java v 1.26

The number-value of an empty node-set is NaN, not null
2005-04-06 09:52:01Elliotte Rusty Harold

src/java/main/org/jaxen/BaseXPath.java v 1.34

Removing extra exception
2005-04-06 09:23:34Elliotte Rusty Harold

src/doc/index.xml v 1.11

Replacing ElectricXML with XOM
2005-04-06 09:22:38Elliotte Rusty Harold

src/java/main/org/jaxen/BaseXPath.java v 1.33

JavaDoc edits
2005-04-06 09:21:43Elliotte Rusty Harold

src/java/main/org/jaxen/SimpleVariableContext.java v 1.12

JavaDoc edits
2005-04-06 09:20:11Elliotte Rusty Harold

src/java/main/org/jaxen/SimpleVariableContext.java v 1.11

JavaDoc edits
2005-04-06 09:19:15Elliotte Rusty Harold

src/java/main/org/jaxen/dom/NamespaceNode.java v 1.9

JavaDoc edits; "namespace" is not a proper noun
2005-04-06 09:16:46Elliotte Rusty Harold

src/java/main/org/jaxen/dom/DOMXPath.java v 1.6

JavaDoc edits
2005-04-06 09:15:15Elliotte Rusty Harold

src/java/main/org/jaxen/dom/DocumentNavigator.java v 1.35

JavaDoc edits
2005-04-06 09:13:58Elliotte Rusty Harold

src/java/main/org/jaxen/util/FollowingSiblingAxisIterator.java v 1.6

Using Collections.EMPTY_LIST.iterator() instead of an empty LinkedList
2005-04-06 09:12:37Elliotte Rusty Harold

src/java/main/org/jaxen/expr/DefaultNameStep.java v 1.40

Removing comment about node order; that has now been fixed; also setting initial size of ArrayLists
2005-04-06 09:10:51Elliotte Rusty Harold

src/java/main/org/jaxen/expr/NodeComparator.java v 1.4

Using FollowingSibling rather than child axis iterator to compare siblings for document order
2005-04-06 09:09:19Elliotte Rusty Harold

src/java/main/org/jaxen/expr/DefaultLocationPath.java v 1.24

Removing comment about node order; that has now been fixed
2005-04-06 09:08:53Elliotte Rusty Harold

src/java/main/org/jaxen/expr/DefaultExpr.java v 1.11

Removing comment about node order; that has now been fixed
2005-04-06 09:08:05Elliotte Rusty Harold

src/java/main/org/jaxen/pattern/Pattern.java v 1.7

JavaDoc edits
2005-04-06 09:07:07Elliotte Rusty Harold

src/java/main/org/jaxen/pattern/AnyNodeTest.java v 1.6

Marking constructor private to enforce Singleton pattern
2005-04-06 08:56:39Elliotte Rusty Harold

INSTALL v 1.2

Removing separate install instructions for SAXPATH since it's now bundled
2005-04-06 08:21:16Elliotte Rusty Harold

project.properties v 1.10

Organizing maven.compile properties
2005-04-05 19:45:07Elliotte Rusty Harold

xdocs/releases.xml v 1.4

Correcting spelling error
2005-04-05 18:41:42Elliotte Rusty Harold

xdocs/releases.xml v 1.3

Updated URLs
2005-04-05 18:37:27Elliotte Rusty Harold

xdocs/index.xml v 1.5

Updated URL for JAXM
2005-04-05 18:35:10Elliotte Rusty Harold

xdocs/faq.xml v 1.6

Correcting DOM URL
2005-04-05 18:32:17Elliotte Rusty Harold

xdocs/faq.xml v 1.5

Removing obsolete references to ElextricXML and replacing with XOM
2005-04-05 18:31:55Elliotte Rusty Harold

src/java/main/org/jaxen/overview.html v 1.3

Removing obsolete references to ElextricXML and replacing with XOM
2005-04-05 18:18:54Elliotte Rusty Harold

project.properties v 1.9

Removing broken links to other projects' JavaDocs
2005-04-05 18:12:33Elliotte Rusty Harold

xdocs/faq.xml v 1.4

Correcting well-formedness errors
2005-04-05 17:45:05Elliotte Rusty Harold

src/java/test/org/jaxen/XPathTestBase.java v 1.31

Removing dependence on dom4j
2005-04-05 00:46:22Elliotte Rusty Harold

src/java/test/org/jaxen/JaxenTests.java v 1.4

Adding function tests
2005-04-05 00:27:26Elliotte Rusty Harold

project.xml v 1.28

Replacing deprecated id elements with groupId and artifactId; also excluding currently broken JDOM test cases because brain-damaged Maven doesn't believe you might want to compile even when a couple of minor tests are broken. However, if someone would like to fix the JDOM problems, that would really nice.
2005-04-04 21:43:42Elliotte Rusty Harold

src/java/test/org/jaxen/function/ContainsTest.java v 1.1

src/java/test/org/jaxen/function/FalseTest.java v 1.1

src/java/test/org/jaxen/function/FunctionTests.java v 1.10

src/java/test/org/jaxen/function/LastTest.java v 1.1

src/java/test/org/jaxen/function/LocalNameTest.java v 1.3

src/java/test/org/jaxen/function/NotTest.java v 1.1

src/java/test/org/jaxen/function/StartsWithTest.java v 1.1

src/java/test/org/jaxen/function/StringLengthTest.java v 1.1

src/java/test/org/jaxen/function/TrueTest.java v 1.1

More tests for various functions
2005-04-04 17:20:57Elliotte Rusty Harold

src/java/test/org/jaxen/function/SumTest.java v 1.3

No point to catching an exception and immediately failing; better to just let the exception be thrown so we don't mask the real problem
2005-04-04 17:15:03Elliotte Rusty Harold

src/java/test/org/jaxen/BaseXPathTest.java v 1.25

Correcting DOM namespace used for namespace declaration attributes
2005-04-04 17:10:59Elliotte Rusty Harold

src/java/test/org/jaxen/xom/XPathTest.java v 1.5

No point to catching an exception and immediately failing; better to just let the exception be thrown so we don't mask the real problem
2005-04-04 17:09:49Elliotte Rusty Harold

src/java/test/org/jaxen/dom/XPathTest.java v 1.14

No point to catching an exception and immediately failing; better to just let the exception be thrown so we don't mask the real problem
2005-04-04 17:07:47Elliotte Rusty Harold

src/java/test/org/jaxen/dom4j/XPathTest.java v 1.13

No point to catching an exception and immediately failing; better to just let the exception be thrown so we don't mask the real problem
2005-04-04 17:04:52Elliotte Rusty Harold

src/java/test/org/jaxen/jdom/XPathTest.java v 1.10

No point to catching an exception and immediately failing; better to just let the exception be thrown so we don't mask the real problem
2005-04-04 16:55:54Elliotte Rusty Harold

src/java/test/org/jaxen/BaseXPathTest.java v 1.24

Removing unnecessary dependence on XOM
2005-04-04 16:53:11Elliotte Rusty Harold

src/java/test/org/jaxen/BaseXPathTest.java v 1.23

Removing unnecessary dependence on XOM 1.1
2005-04-04 03:46:08Elliotte Rusty Harold

src/java/main/org/jaxen/util/FollowingSiblingAxisIterator.java v 1.5

Speed up this axis and reduce memory usage by not pre-traversing it. The idea is that the following siblign axis is basically just the parent axis starting right after the context node so we can delegate to a ChildIterator for the parent.
2005-04-03 23:02:47Elliotte Rusty Harold

src/java/main/org/jaxen/expr/NodeComparator.java v 1.3

Fixing some bugs in sorting namespace nodes into document order
2005-04-03 22:57:57Elliotte Rusty Harold

src/java/test/org/jaxen/BaseXPathTest.java v 1.22

Fixing some bugs in sorting attributes into document order
2005-04-03 22:54:36Elliotte Rusty Harold

src/java/main/org/jaxen/expr/NodeComparator.java v 1.2

src/java/test/org/jaxen/BaseXPathTest.java v 1.21

Fixing some bugs in sorting attributes into document order
2005-04-03 04:47:24Elliotte Rusty Harold

src/java/test/org/jaxen/dom/XPathTest.java v 1.13

Adding test case for Jaxen-54; which appears to be invalid
2005-04-03 04:25:29Elliotte Rusty Harold

src/java/main/org/jaxen/BaseXPath.java v 1.32

All legal expressions return nodes in document order
2005-04-03 04:18:43Elliotte Rusty Harold

src/java/test/org/jaxen/BaseXPathTest.java v 1.20

Test for sorting attribute and namespace nodes in result set
2005-04-03 01:30:10Elliotte Rusty Harold

src/java/main/org/jaxen/expr/DefaultUnionExpr.java v 1.12

Union expressions now return nodes in document order
2005-04-03 01:27:21Elliotte Rusty Harold

src/java/test/org/jaxen/BaseXPathTest.java v 1.19

Adding test that union expressions use document order
2005-04-03 01:21:36Elliotte Rusty Harold

src/java/test/org/jaxen/function/BooleanTest.java v 1.4

src/java/test/org/jaxen/function/CeilingTest.java v 1.2

Adding tests for proper handling of NaN
2005-04-03 01:18:25Elliotte Rusty Harold

src/java/test/org/jaxen/expr/EqualsTest.java v 1.1

src/java/test/org/jaxen/expr/ExprTests.java v 1.4

Tests for = operator
2005-04-03 01:17:31Elliotte Rusty Harold

src/java/test/org/jaxen/dom4j/XPathTest.java v 1.12

Removing unused import
2005-04-03 01:16:45Elliotte Rusty Harold

src/java/main/org/jaxen/function/NumberFunction.java v 1.11

More direct isNaN function
2005-04-03 01:16:01Elliotte Rusty Harold

src/java/main/org/jaxen/BaseXPath.java v 1.31

JavaDoc edits
2005-04-03 01:15:04Elliotte Rusty Harold

src/java/main/org/jaxen/expr/DefaultXPathExpr.java v 1.5

Splitting complex statement into multiple statements for easier debugging
2005-04-03 01:14:06Elliotte Rusty Harold

src/java/main/org/jaxen/expr/NodeComparator.java v 1.1

Making sure nodes are always sorted into document order in compound location paths
2005-04-03 01:13:43Elliotte Rusty Harold

src/java/main/org/jaxen/expr/DefaultLocationPath.java v 1.23

src/java/main/org/jaxen/expr/DefaultNameStep.java v 1.39

Making sure nodes are always sorted into document order in compound location paths
2005-04-03 00:05:09Elliotte Rusty Harold

src/java/main/org/jaxen/dom4j/DocumentNavigator.java v 1.28

getParentNode was sometimes returning the node itself when it should have been returning null; i.e. when the node had no parent
2005-04-02 22:09:29Elliotte Rusty Harold

src/java/test/org/jaxen/function/FloorTest.java v 1.1

src/java/test/org/jaxen/function/FunctionTests.java v 1.9

Adding tests for floor function
2005-04-02 21:55:41Elliotte Rusty Harold

src/java/test/org/jaxen/function/CeilingTest.java v 1.1

src/java/test/org/jaxen/function/FunctionTests.java v 1.8

Adding tests for ceiling function
2005-04-02 21:16:29Elliotte Rusty Harold

src/java/test/org/jaxen/function/BooleanTest.java v 1.3

More tests for boolean() function with wrong numbers of arguments
2005-04-02 21:11:50Elliotte Rusty Harold

src/java/test/org/jaxen/function/BooleanTest.java v 1.2

More tests for boolean() function
2005-04-01 02:20:59Elliotte Rusty Harold

src/java/main/org/jaxen/XPath.java v 1.8

JavaDoc edits
2005-04-01 02:14:22Elliotte Rusty Harold

src/java/main/org/jaxen/expr/PredicateSet.java v 1.17

Code cleanup and minro optimization on ArrayList initial size
2005-04-01 02:10:01Elliotte Rusty Harold

src/java/main/org/jaxen/expr/DefaultLocationPath.java v 1.22

src/java/main/org/jaxen/util/AncestorAxisIterator.java v 1.10

src/java/main/org/jaxen/util/AncestorOrSelfAxisIterator.java v 1.8

src/java/test/org/jaxen/BaseXPathTest.java v 1.18

All single step location paths now return node-sets in document order. Basically, the reverse axes are reversed before returning. Positional predicates still work with this approach as they did not with my previous attempt to fix this. This should make full sorting a lot faster.
2005-03-31 21:38:38Elliotte Rusty Harold

src/java/test/org/jaxen/expr/ExprTests.java v 1.3

src/java/test/org/jaxen/expr/ModTest.java v 1.1

The mod operator is defined for non-integers
2005-03-31 03:01:12Elliotte Rusty Harold

src/java/main/org/jaxen/function/LangFunction.java v 1.4

Correcting infinite loop
2005-03-29 07:44:05Elliotte Rusty Harold

src/java/main/org/jaxen/expr/DefaultLocationPath.java v 1.21

Pulling creation of StepContext object out of loop
2005-03-29 01:19:05Elliotte Rusty Harold

src/java/main/org/jaxen/expr/DefaultUnionExpr.java v 1.11

Pulling variable declarations inside loops
2005-03-29 01:12:20Elliotte Rusty Harold

src/java/main/org/jaxen/expr/DefaultFunctionCallExpr.java v 1.12

Pulling variable declarations inside loops
2005-03-29 01:08:57Elliotte Rusty Harold

src/java/main/org/jaxen/expr/DefaultArithExpr.java v 1.7

src/java/main/org/jaxen/expr/DefaultModExpr.java v 1.10

The mod operator is defined for non-integers
2005-03-29 00:54:21Elliotte Rusty Harold

src/java/main/org/jaxen/expr/AllNodeStep.java v 1.3

Removing vestigial comment
2005-03-29 00:53:19Elliotte Rusty Harold

src/java/main/org/jaxen/expr/CommentNodeStep.java v 1.3

src/java/main/org/jaxen/expr/TextNodeStep.java v 1.3

Removing vestigial comment
2005-03-29 00:27:21Elliotte Rusty Harold

src/java/main/org/jaxen/expr/DefaultNameStep.java v 1.38

Marking field private
2005-03-29 00:25:42Elliotte Rusty Harold

src/java/main/org/jaxen/expr/DefaultNameStep.java v 1.37

Moving variable declaration inside loop to reduce scope
2005-03-29 00:23:05Elliotte Rusty Harold

src/java/main/org/jaxen/expr/DefaultNameStep.java v 1.36

Moving variable declaration inside loop to reduce scope
2005-03-29 00:22:18Elliotte Rusty Harold

src/java/main/org/jaxen/expr/DefaultLocationPath.java v 1.20

Pulling call to getContextSupport out of loop
2005-03-29 00:08:17Elliotte Rusty Harold

src/java/main/org/jaxen/util/AncestorAxisIterator.java v 1.9

src/java/main/org/jaxen/util/AncestorOrSelfAxisIterator.java v 1.7

AncestorAxisIterator now returns nodes in document order.
2005-03-29 00:07:26Elliotte Rusty Harold

src/java/main/org/jaxen/function/LangFunction.java v 1.3

AncestorAxisIterator now returns nodes in document order.
2005-03-28 23:46:22Elliotte Rusty Harold

src/java/test/org/jaxen/BaseXPathTest.java v 1.17

Correcting ancestor axis test, and adding test for ancestor-or-self axis
2005-03-28 22:34:11Elliotte Rusty Harold

src/java/test/org/jaxen/function/FunctionTests.java v 1.7

src/java/test/org/jaxen/function/IdTest.java v 1.1

Adding tests for id() function
2005-03-28 22:01:55Elliotte Rusty Harold

src/java/main/org/jaxen/expr/DefaultStep.java v 1.10

Pulling getContextSupport outside of loop
2005-03-28 21:15:24Elliotte Rusty Harold

src/java/main/org/jaxen/expr/DefaultStep.java v 1.9

Removing unnecessary loop label and variable declaration
2005-03-25 23:22:29Elliotte Rusty Harold

src/java/main/org/jaxen/dom/html/DocumentNavigator.java v 1.4

Correcting JavaDoc spelling errors. Multiline if-else statements should use braces
2005-03-25 14:07:48Elliotte Rusty Harold

src/java/main/org/jaxen/dom/NamespaceNode.java v 1.8

Code clean up for naming conventions and indentation
2005-03-23 13:14:18Elliotte Rusty Harold

.cvsignore v 1.7

build.xml v 1.52

Deleting build.xml; generated files should not be in CVS
2005-03-23 13:13:20Elliotte Rusty Harold

src/java/main/org/jaxen/XPathFunctionContext.java v 1.22

TODO comment
2005-03-23 13:12:54Elliotte Rusty Harold

src/java/main/org/jaxen/SimpleFunctionContext.java v 1.9

TODO comment
2005-03-23 13:12:08Elliotte Rusty Harold

src/java/main/org/jaxen/BaseXPath.java v 1.30

JavaDoc improvement
2005-03-23 13:11:18Elliotte Rusty Harold

src/java/main/org/jaxen/saxpath/base/XPathLexer.java v 1.5

Correcting spelling error
2005-03-23 13:05:09Elliotte Rusty Harold

src/java/test/org/jaxen/function/SumTest.java v 1.2

Removing unused imports
2005-03-23 13:04:22Elliotte Rusty Harold

src/java/test/org/jaxen/BaseXPathTest.java v 1.16

Removing unused imports
2005-03-23 13:02:22Elliotte Rusty Harold

project.xml v 1.27

Adding myself (Elliotte Rusty Harold) as a contributor and updating Xerces and XML APIs jars to latest version
2005-03-21 22:39:16Elliotte Rusty Harold

src/java/main/org/jaxen/expr/AllNodeStep.java v 1.2

src/java/main/org/jaxen/expr/CommentNodeStep.java v 1.2

src/java/main/org/jaxen/expr/DefaultAllNodeStep.java v 1.9

src/java/main/org/jaxen/expr/DefaultAndExpr.java v 1.9

src/java/main/org/jaxen/expr/DefaultCommentNodeStep.java v 1.9

src/java/main/org/jaxen/expr/DefaultDivExpr.java v 1.8

src/java/main/org/jaxen/expr/DefaultEqualityExpr.java v 1.11

src/java/main/org/jaxen/expr/DefaultEqualsExpr.java v 1.8

src/java/main/org/jaxen/expr/DefaultExpr.java v 1.10

src/java/main/org/jaxen/expr/DefaultFilterExpr.java v 1.14

src/java/main/org/jaxen/expr/DefaultGreaterThanEqualExpr.java v 1.9

src/java/main/org/jaxen/expr/DefaultGreaterThanExpr.java v 1.9

src/java/main/org/jaxen/expr/DefaultLessThanEqualExpr.java v 1.9

src/java/main/org/jaxen/expr/DefaultLessThanExpr.java v 1.10

src/java/main/org/jaxen/expr/DefaultLiteralExpr.java v 1.7

src/java/main/org/jaxen/expr/DefaultLocationPath.java v 1.19

src/java/main/org/jaxen/expr/DefaultLogicalExpr.java v 1.5

src/java/main/org/jaxen/expr/DefaultMultiplicativeExpr.java v 1.6

src/java/main/org/jaxen/expr/DefaultNameStep.java v 1.35

src/java/main/org/jaxen/expr/DefaultNotEqualsExpr.java v 1.9

src/java/main/org/jaxen/expr/DefaultOrExpr.java v 1.10

src/java/main/org/jaxen/expr/DefaultPlusExpr.java v 1.9

src/java/main/org/jaxen/expr/DefaultPredicate.java v 1.8

src/java/main/org/jaxen/expr/DefaultProcessingInstructionNodeStep.java v 1.12

src/java/main/org/jaxen/expr/DefaultRelationalExpr.java v 1.11

src/java/main/org/jaxen/expr/DefaultRelativeLocationPath.java v 1.7

src/java/main/org/jaxen/expr/DefaultTextNodeStep.java v 1.9

src/java/main/org/jaxen/expr/DefaultUnaryExpr.java v 1.11

src/java/main/org/jaxen/expr/DefaultVariableReferenceExpr.java v 1.8

src/java/main/org/jaxen/expr/EqualityExpr.java v 1.2

src/java/main/org/jaxen/expr/Expr.java v 1.8

src/java/main/org/jaxen/expr/FilterExpr.java v 1.7

src/java/main/org/jaxen/expr/FunctionCallExpr.java v 1.5

src/java/main/org/jaxen/expr/LiteralExpr.java v 1.5

src/java/main/org/jaxen/expr/LogicalExpr.java v 1.2

src/java/main/org/jaxen/expr/MultiplicativeExpr.java v 1.2

src/java/main/org/jaxen/expr/Predicate.java v 1.8

src/java/main/org/jaxen/expr/PredicateSet.java v 1.16

src/java/main/org/jaxen/expr/ProcessingInstructionNodeStep.java v 1.2

src/java/main/org/jaxen/expr/RelationalExpr.java v 1.2

src/java/main/org/jaxen/expr/TextNodeStep.java v 1.2

src/java/main/org/jaxen/expr/VariableReferenceExpr.java v 1.5

src/java/main/org/jaxen/expr/Visitable.java v 1.2

src/java/main/org/jaxen/expr/Visitor.java v 1.2

src/java/main/org/jaxen/expr/VisitorSupport.java v 1.2

Removing double spacing