summaryrefslogtreecommitdiff
path: root/src/xpath.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes to the XPath code.John Wiegley2008-04-131-69/+2
|
* Trying to get the new XPath code working.John Wiegley2008-04-131-62/+108
|
* Predicates are not working yet.John Wiegley2008-04-131-40/+8
|
* Everything is working again except for predicates.John Wiegley2008-04-131-71/+42
|
* Completely revised the way XPath expressions are calculated.John Wiegley2008-04-131-250/+393
|
* Changed all uses of scope_t * to scope_t&John Wiegley2008-04-131-44/+49
|
* XPath expressions may now yield values.John Wiegley2008-04-131-52/+52
|
* Now using xpath_t::path_t to select nodes.John Wiegley2008-04-131-35/+55
|
* Revised xpath_t::path_tJohn Wiegley2008-04-131-29/+18
|
* Changed scope resolution to use the new value_t.John Wiegley2008-04-131-7/+6
|
* Changed xpath to use the new copy-on-write value_t.John Wiegley2008-04-131-50/+28
|
* Modified value_t to use copy-on-write semantics.John Wiegley2008-04-131-14/+14
|
* The XPath visitor class is now workingJohn Wiegley2008-04-131-11/+22
|
* The XPath visitor class is now workingJohn Wiegley2008-04-131-17/+30
|
* Started working on an XPath visitor classJohn Wiegley2008-04-131-2/+44
|
* Started working on an XPath visitor classJohn Wiegley2008-04-131-0/+79
|
* Got the xpath command working again.John Wiegley2008-04-131-4/+14
|
* Fixed a problem in the use of boost::variant<>.John Wiegley2008-04-131-9/+6
|
* Changed xpath to use intrusive_ptr; got the xml command workingJohn Wiegley2008-04-131-322/+196
|
* Initial implementation of document_builder_t.John Wiegley2008-04-131-42/+13
|
* Major restructuring of the value_t class.John Wiegley2008-04-131-19/+29
|
* Added COPYRIGHT notice to all files.John Wiegley2008-04-131-0/+31
|
* Changed write methods to print.John Wiegley2008-04-131-7/+7
|
* Rearranged many method names.John Wiegley2008-04-131-1/+1
|
* More work to use boost/operators.hpp.John Wiegley2008-04-131-1/+1
|
* Started using boost::optional<T>.John Wiegley2008-04-131-1/+1
|
* Did more work on the utility code.John Wiegley2008-04-131-3/+3
|
* Changed some of the logging macro names.John Wiegley2008-04-131-3/+3
|
* Rearranged the sources a bit.John Wiegley2008-04-131-0/+783