gecko-dev/extensions/transformiix/source/xpath
2002-02-05 15:24:52 +00:00
..
.cvsignore Updating .cvsignore files. 2001-07-06 02:36:37 +00:00
AdditiveExpr.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
AttributeExpr.cpp Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets. 2002-02-05 14:22:34 +00:00
AttributeValueTemplate.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
BasicNodeExpr.cpp Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets. 2002-02-05 14:22:34 +00:00
BooleanExpr.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
BooleanFunctionCall.cpp Cleanup BooleanFunctionCall and StringFunctionCall, fixes bugs in lang(), substring() and a few more. 2002-01-28 14:46:39 +00:00
BooleanResult.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
ElementExpr.cpp Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets. 2002-02-05 14:22:34 +00:00
ErrorFunctionCall.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
Expr.cpp Rewrite of XPath Lexer and Parser. Also implement the remaining XPath features (Unary minus and processing-insruction(Literal)). Bug 75102. 2001-06-30 13:54:38 +00:00
Expr.h Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets. 2002-02-05 14:22:34 +00:00
ExprLexer.cpp Fix for bug 88623 (Cleanup Transformiix code). Removing some warnings, fixing txResultStringComparator::compareValues, adding isEmpty to our string class. r=sicking, r=Pike, sr=jst. 2001-10-16 09:26:59 +00:00
ExprLexer.h Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
ExprLexerChars.cpp Rewrite of XPath Lexer and Parser. Also implement the remaining XPath features (Unary minus and processing-insruction(Literal)). Bug 75102. 2001-06-30 13:54:38 +00:00
ExprParser.cpp Bug 95779 - Key cached expressions and patterns on node they appear in rather then string. 2001-11-09 23:46:36 +00:00
ExprParser.h Bug 95779 - Key cached expressions and patterns on node they appear in rather then string. 2001-11-09 23:46:36 +00:00
ExprResult.h Fix for bug 96647 (Change the way output is constructed in Transformiix). r=sicking, Pike, sr=jst. 2002-01-24 13:38:51 +00:00
ExtensionFunctionCall.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
FilterExpr.cpp Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets. 2002-02-05 14:22:34 +00:00
FunctionCall.cpp Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets. 2002-02-05 14:22:34 +00:00
FunctionLib.h Cleanup BooleanFunctionCall and StringFunctionCall, fixes bugs in lang(), substring() and a few more. 2002-01-28 14:46:39 +00:00
LocationStep.cpp Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets. 2002-02-05 14:22:34 +00:00
Makefile.in Fix for bug 96647 (Change the way output is constructed in Transformiix). r=sicking, Pike, sr=jst. 2002-01-24 13:38:51 +00:00
makefile.win remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron 2001-12-05 03:43:29 +00:00
MultiplicativeExpr.cpp 53518, fix NaN handling on certain platform. Copied code from js lib to transformiix, license change courtesy of Netscape. checkin on behalf on sicking@bigfoot.com. r=peterv,me, sr=scc 2001-07-11 09:43:00 +00:00
NodeSet.cpp Bustage fix for sicking 2002-02-05 15:24:52 +00:00
NodeSet.h Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets. 2002-02-05 14:22:34 +00:00
NodeSetFunctionCall.cpp Fix for bug 96647 (Change the way output is constructed in Transformiix). r=sicking, Pike, sr=jst. 2002-01-24 13:38:51 +00:00
nsNodeSet.cpp License changes, take 2. Bug 98089. mozilla/extensions/. 2001-09-25 23:31:24 +00:00
nsNodeSet.h License changes, take 2. Bug 98089. mozilla/extensions/. 2001-09-25 23:31:24 +00:00
NumberExpr.cpp Make Double purly static. Fix some bugs and exactness problems in Double::toString and Double::toDouble. Remove the Integer class. 2001-11-04 23:27:23 +00:00
NumberFunctionCall.cpp Cleanup BooleanFunctionCall and StringFunctionCall, fixes bugs in lang(), substring() and a few more. 2002-01-28 14:46:39 +00:00
NumberResult.cpp Make Double purly static. Fix some bugs and exactness problems in Double::toString and Double::toDouble. Remove the Integer class. 2001-11-04 23:27:23 +00:00
PathExpr.cpp Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets. 2002-02-05 14:22:34 +00:00
PredicateList.cpp Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets. 2002-02-05 14:22:34 +00:00
RelationalExpr.cpp Fix IRIX bustage 2002-02-03 21:36:03 +00:00
RootExpr.cpp Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets. 2002-02-05 14:22:34 +00:00
StringExpr.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
StringFunctionCall.cpp Cleanup BooleanFunctionCall and StringFunctionCall, fixes bugs in lang(), substring() and a few more. 2002-01-28 14:46:39 +00:00
StringResult.cpp Make Double purly static. Fix some bugs and exactness problems in Double::toString and Double::toDouble. Remove the Integer class. 2001-11-04 23:27:23 +00:00
TextExpr.cpp Make the XPath engine handle CDATA sections as text-nodes. 2001-09-17 23:02:57 +00:00
txXPathAtomList.h Fix for bug 105808 (We need atomtables for all xslt elements and attributes). r=Pike, sicking, sr=jst. 2001-10-30 23:48:37 +00:00
UnaryExpr.cpp 53518, fix NaN handling on certain platform. Copied code from js lib to transformiix, license change courtesy of Netscape. checkin on behalf on sicking@bigfoot.com. r=peterv,me, sr=scc 2001-07-11 09:43:00 +00:00
UnionExpr.cpp Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets. 2002-02-05 14:22:34 +00:00
VariableRefExpr.cpp Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets. 2002-02-05 14:22:34 +00:00
XPathNames.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
XPathProcessor.cpp License changes, take 2. Bug 98089. mozilla/extensions/. 2001-09-25 23:31:24 +00:00
XPathProcessor.h License changes, take 2. Bug 98089. mozilla/extensions/. 2001-09-25 23:31:24 +00:00