Groovy Documentation

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

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

private final class YahooWebSearch.Parser
extends DefaultHandler

Field Summary
private StringBuilder buffer

private Result result

private ResultsList results

 
Constructor Summary
YahooWebSearch.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


result

private Result result


results

private ResultsList results


 
Constructor Detail

YahooWebSearch.Parser

YahooWebSearch.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