com.frevvo.forms.client.ext
Class KeysExtension.KeyHandler

java.lang.Object
  extended by com.google.gdata.util.XmlParser.ElementHandler
      extended by com.google.gdata.data.AbstractExtension.AttributesHandler
          extended by com.google.gdata.data.ExtensionPoint.ExtensionHandler
              extended by com.frevvo.forms.client.ext.KeysExtension.KeyHandler
All Implemented Interfaces:
Key
Enclosing class:
KeysExtension

protected class KeysExtension.KeyHandler
extends ExtensionPoint.ExtensionHandler
implements Key


Field Summary
 
Fields inherited from class com.google.gdata.data.ExtensionPoint.ExtensionHandler
extendedClass, extManifest, extProfile, hasExtensions
 
Fields inherited from class com.google.gdata.util.XmlParser.ElementHandler
qName, xmlBase, xmlLang
 
Constructor Summary
KeysExtension.KeyHandler(ExtensionProfile extProfile, String id)
           
 
Method Summary
 String getId()
           
 String getName()
           
 String getValue()
           
 void processAttribute(String namespace, String localName, String value)
           
 void setId(String id)
           
 void setName(String keyName)
           
 void setValue(String keyValue)
           
 
Methods inherited from class com.google.gdata.data.ExtensionPoint.ExtensionHandler
getChildHandler, processEndElement
 
Methods inherited from class com.google.gdata.util.XmlParser.ElementHandler
getAbsoluteUri, getBooleanAttribute, getChildHandler, initializeXmlBlob, parseBooleanValue, processAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeysExtension.KeyHandler

public KeysExtension.KeyHandler(ExtensionProfile extProfile,
                                String id)
                         throws ParseException
Throws:
ParseException
Method Detail

getId

public String getId()
Specified by:
getId in interface Key

setId

public void setId(String id)

getName

public String getName()
Specified by:
getName in interface Key

setName

public void setName(String keyName)

getValue

public String getValue()
Specified by:
getValue in interface Key

setValue

public void setValue(String keyValue)

processAttribute

public void processAttribute(String namespace,
                             String localName,
                             String value)
                      throws ParseException
Overrides:
processAttribute in class XmlParser.ElementHandler
Throws:
ParseException


Copyright © 2006-2011 frevvo Inc. All Rights Reserved.