public class DescribeRouteTablesResponseHandler extends ParseSax.HandlerForGeneratedRequestWithResult<com.google.common.collect.FluentIterable<RouteTable>>
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String name,
String qName) |
com.google.common.collect.FluentIterable<RouteTable> |
getResult() |
void |
startElement(String uri,
String name,
String qName,
Attributes attrs) |
getRequest, setContext
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public com.google.common.collect.FluentIterable<RouteTable> getResult()
getResult
in class ParseSax.HandlerWithResult<com.google.common.collect.FluentIterable<RouteTable>>
public void startElement(String uri, String name, String qName, Attributes attrs)
startElement
in interface ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
public void endElement(String uri, String name, String qName)
endElement
in interface ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
public void characters(char[] ch, int start, int length)
characters
in interface ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.