Platform SDK Java 8.5 API Reference

com.genesyslab.platform.configuration.protocol.xml
Class ConfDataSaxHandler.ElementHandler

java.lang.Object
  extended by com.genesyslab.platform.configuration.protocol.xml.ConfDataSaxHandler.ElementHandler
Direct Known Subclasses:
ConfDataSaxHandler.ElementHandlerClass, ConfDataSaxHandler.ElementHandlerIntegerList, ConfDataSaxHandler.ElementHandlerKVList, ConfDataSaxHandler.ElementHandlerObjCollection, ConfDataSaxHandler.ElementHandlerStringList, ConfDataSaxHandler.ElementHandlerStructCollection
Enclosing class:
ConfDataSaxHandler

protected abstract class ConfDataSaxHandler.ElementHandler
extends java.lang.Object

Base class for custom internal handlers of specific configuration data structures.


Constructor Summary
protected ConfDataSaxHandler.ElementHandler(ConfDataSaxHandler.ElementHandler parent)
           
 
Method Summary
 ConfDataSaxHandler.ElementHandler getParent()
           
abstract  java.lang.Object getValue()
           
abstract  ConfDataSaxHandler.ElementHandler handleChild(java.lang.String elementName, org.xml.sax.Attributes attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfDataSaxHandler.ElementHandler

protected ConfDataSaxHandler.ElementHandler(ConfDataSaxHandler.ElementHandler parent)
Method Detail

handleChild

public abstract ConfDataSaxHandler.ElementHandler handleChild(java.lang.String elementName,
                                                              org.xml.sax.Attributes attributes)
                                                       throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getParent

public ConfDataSaxHandler.ElementHandler getParent()

getValue

public abstract java.lang.Object getValue()

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.