com.yahoo.search.xmlparser
Class XmlParserRelatedSuggestionResults

java.lang.Object
  extended by com.yahoo.search.xmlparser.XmlParserRelatedSuggestionResults
All Implemented Interfaces:
RelatedSuggestionResults

public class XmlParserRelatedSuggestionResults
extends Object
implements RelatedSuggestionResults


Constructor Summary
XmlParserRelatedSuggestionResults(Map root)
           
 
Method Summary
 String[] getSuggestions()
          The suggestions found for the given search query.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlParserRelatedSuggestionResults

public XmlParserRelatedSuggestionResults(Map root)
Method Detail

getSuggestions

public String[] getSuggestions()
Description copied from interface: RelatedSuggestionResults
The suggestions found for the given search query.

Specified by:
getSuggestions in interface RelatedSuggestionResults
Returns:
The suggestions found for the given search query.