aboutsummaryrefslogtreecommitdiff
path: root/src/support/filesystem_context.cc
AgeCommit message (Expand)Author
2014-11-09Removed unnecessary `inline` declarationsAdrian Kummerlaender
2014-10-11Changed FunctionBase FilesystemContext base to working directoryAdrian Kummerlaender
2014-08-09Reduced FilesystemContext's determination to resolve into absolute pathsAdrian Kummerlaender
2014-07-18Set SystemId for node based xalan::XSLTInputSource parametersAdrian Kummerlaender
2014-06-17Added context awareness to XObjectValue casting logicAdrian Kummerlaender
2014-06-09Added include path resolution to FilesystemContext constructorAdrian Kummerländer
2014-05-24Prevented FilesystemContext from resolving absolute pathsAdrian Kummerländer
2014-05-23Changed iterate functor parameter to const referenceAdrian Kummerländer
2014-05-14Moved responsibility for argument conversion to FunctionBase descendantsAdrian Kummerländer
2014-05-13Sorting FilesystemContext iteration resultsAdrian Kummerländer
2014-05-06Added basic external read file function test caseAdrian Kummerländer
2014-05-04Moved DOM document construction logic into local functionsAdrian Kummerländer
2014-05-04Changed FilesystemContext constructor to accept xalan::Locator*Adrian Kummerländer
2014-04-30Moved file reading functionality into local functionsAdrian Kummerländer
2014-04-28Adapted read-directory tree construction to match the other functionsAdrian Kummerländer
2014-04-26Converted external read-file function output into a node setAdrian Kummerländer
2014-04-26Implemented global DOM document cacheAdrian Kummerländer
2014-04-24Expanded FunctionReadDirectory class to return files and directoriesAdrian Kummerländer
2014-04-21Implemented basic external directory traversal functionAdrian Kummerländer
2014-04-21Extracted filesystem path resolution into InputXSLT::FilesystemContextAdrian Kummerländer