Package org.jclouds.ultradns.ws.xml
Class AttributeHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
-
- org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<String>
-
- org.jclouds.ultradns.ws.xml.AttributeHandler
-
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<String>>,ContentHandler,DTDHandler,EntityResolver,ErrorHandler
- Direct Known Subclasses:
AttributeHandler.PoolName
public abstract class AttributeHandler extends ParseSax.HandlerForGeneratedRequestWithResult<String>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttributeHandler.PoolName
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetResult()voidstartElement(String uri, String localName, String qName, Attributes attrs)-
Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult
getRequest, setContext
-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Method Detail
-
getResult
public String getResult()
- Specified by:
getResultin classParseSax.HandlerWithResult<String>
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attrs)
- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler
-
-