com.google.appengine.tools.cloudstorage.oauth
Class XmlHandler.XmlEvent
- java.lang.Object
-
- com.google.appengine.tools.cloudstorage.oauth.XmlHandler.XmlEvent
-
- Enclosing class:
- XmlHandler
public static final class XmlHandler.XmlEvent extends Object
Information associated with the callback event.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description boolean
equals(Object obj)
XmlHandler.EventType
getEventType()
String
getName()
String
getValue()
Returns an XML element's text (only available forXmlHandler.EventType.CLOSE_ELEMENT
events).int
hashCode()
String
toString()
-
-
-
Method Detail
-
getEventType
public XmlHandler.EventType getEventType()
-
getName
public String getName()
-
getValue
public String getValue()
Returns an XML element's text (only available forXmlHandler.EventType.CLOSE_ELEMENT
events).
-
-
Copyright © 2016 Google. All rights reserved.