summaryrefslogtreecommitdiff
path: root/packages/fcl-xml/src/xpath.pp
Commit message (Expand)AuthorAgeFilesLines
* XPath: now when predicate filtering is no longer dependent on axis, it become...sergei2010-07-281-63/+15
* XPath: reworked step processing:sergei2010-07-281-43/+52
* * XPath, change parsing of function call so that function arguments are parse...sergei2010-07-261-38/+49
* * XPath, fixed parsing of 'prefix:*' node tests:sergei2010-07-261-2/+2
* XPath, use a perfect hash to recognize all possible keywords.sergei2010-07-261-65/+59
* XPath improvements:sergei2010-07-241-89/+45
* * TXPathScanner.ParseStep split into two functions in order to reduce complex...sergei2010-07-241-112/+123
* * XPath, fixed parent axis of attribute nodes: it must consist of the owner e...sergei2010-06-141-1/+6
* * Fixed XPath functions name() and local-name(), which should behave differen...sergei2010-06-141-7/+21
* xpath.pp:sergei2009-10-201-3/+3
* xpath.pp:sergei2009-10-111-20/+51
* xpath.pp: cleaned up and simplified TXPathScanner.GetToken()sergei2009-10-101-30/+15
* xpath.pp: Fixed runtime range and overflow checks, at least those which could...sergei2009-10-091-6/+6
* * For some reason, any assignment of NaN cannot be compiled with overflow che...sergei2009-10-071-2/+2
* * fixed range check errorsjonas2009-09-181-0/+6
* * Once the #14143 is fixed, I may (and actually must) remove the related work...sergei2009-08-091-3/+2
* * XPath: number-to-string conversion is now compliant to the specs (no scient...sergei2009-07-151-2/+71
* * moved field definitions before method/property definitions (see mantisjonas2009-06-271-2/+3
* xpath.pp:sergei2009-06-241-22/+4
* XPath parser improvements:sergei2009-06-101-45/+82
* XPath improvements:sergei2009-06-091-72/+60
* * Refactored TXPathLocationPathNode.Evaluate(), split that awful 3-level nest...sergei2009-06-061-210/+209
* XPath: reducing memory load:sergei2009-06-031-64/+76
* xpath.pp: A slightly more efficient implementation of TXPathCompareNode.Evalu...sergei2009-05-101-26/+19
* xpath.pp: Honor axis direction when filtering step result with predicates. Fo...sergei2009-05-101-6/+12
* xpath.pp: Fixed lexical analysis in ParseStep(), now conformant with paragrap...sergei2009-05-091-51/+42
* xpath.pp: replaced TXPathScanner.SaveState/RestoreState by PeekToken(). sergei2009-05-091-36/+21
* Further XPath improvements:sergei2009-05-081-69/+65
* xpath refactoring:sergei2009-05-081-152/+156
* Three XPath scanner fixes:sergei2009-05-071-15/+17
* + Implements XPath function id() + test. Running the test is another story, h...sergei2009-05-061-1/+50
* Implementation of XPath function lang() + tests.sergei2009-04-291-1/+35
* Refactoring, no functional changessergei2009-04-281-30/+26
* More progress with XPath:sergei2009-04-261-110/+188
* * Patch from Sergei Gorelkin:michael2009-03-231-87/+160
* * Patch from Sergei Gorelkinmichael2009-03-201-65/+50
* * Patch from Sergei Gorelkin:michael2009-03-041-545/+643
* * xpath memleak patch from #10573marco2008-01-071-1/+17
* * move fcl sources to separate packagespeter2007-02-251-0/+2523