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