summaryrefslogtreecommitdiff
path: root/src/node.h
Commit message (Expand)AuthorAgeFilesLines
* Completely revised the way XPath expressions are calculated.John Wiegley2008-04-131-2/+3
* Corrected problem with uninitialized value_t's.John Wiegley2008-04-131-0/+1
* Changed xpath to use the new copy-on-write value_t.John Wiegley2008-04-131-3/+3
* The XPath visitor class is now workingJohn Wiegley2008-04-131-0/+4
* Started working on an XPath visitor classJohn Wiegley2008-04-131-1/+1
* Changed xpath to use intrusive_ptr; got the xml command workingJohn Wiegley2008-04-131-7/+0
* document_builder_t is now working.John Wiegley2008-04-131-1/+3
* Initial implementation of document_builder_t.John Wiegley2008-04-131-0/+276