Contents
Inserts a new file node for the given url, if the parent node already exists.
class FileNodeInserter: public FileNodeTraverser { public: // construction FileNodeInserter (Browser& browser, UrlRef filePath); };