Esempio n. 1
0
 public void RemoveUsedTopics(HashSet <Preprocessor.TopicPreprocessor> topics)
 {
     _tableOfContentsParser.RemoveUsedTopics(_tableOfContentsRootNode, topics);
 }
Esempio n. 2
0
 public void RemoveUsedTopics(HashSet <Preprocessor.TopicPreprocessor> topics)
 {
     _indexParser.RemoveUsedTopics(_indexRootNode, topics);
 }