Groovy Documentation

org.jdesktop.swingx.ws.yahoo.search.websearch
[Java] Class YahooSpellingSuggestion.Parser

java.lang.Object
  org.xml.sax.helpers.DefaultHandler
      org.jdesktop.swingx.ws.yahoo.search.websearch.YahooSpellingSuggestion.Parser

private static final class YahooSpellingSuggestion.Parser
extends DefaultHandler

Field Summary
private StringBuilder buffer

private List results

 
Constructor Summary
YahooSpellingSuggestion.Parser()

 
Method Summary
void characters(char[] chars, int start, int offset)

void endElement(String uri, String localName, String qName)

void startElement(String uri, String localName, String qName, Attributes attributes)

 
Methods inherited from class DefaultHandler
fatalError, error, warning, resolveEntity, processingInstruction, startDocument, startElement, characters, ignorableWhitespace, endElement, endDocument, unparsedEntityDecl, notationDecl, setDocumentLocator, startPrefixMapping, endPrefixMapping, skippedEntity, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

buffer

private StringBuilder buffer


results

private List results


 
Constructor Detail

YahooSpellingSuggestion.Parser

YahooSpellingSuggestion.Parser()


 
Method Detail

characters

public void characters(char[] chars, int start, int offset)


endElement

public void endElement(String uri, String localName, String qName)


startElement

public void startElement(String uri, String localName, String qName, Attributes attributes)


 

Groovy Documentation