org.jdesktop.swingx.ws.yahoo.search.videosearch
[Java] Class YahooVideoSearch.Parser
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jdesktop.swingx.ws.yahoo.search.videosearch.YahooVideoSearch.Parser
private final class YahooVideoSearch.Parser
extends DefaultHandler
|
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 |
buffer
private StringBuilder buffer
-
result
private Result result
-
results
private ResultsList results
-
YahooVideoSearch.Parser
YahooVideoSearch.Parser()
-
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