UIX 2.2.15

oracle.cabo.servlet.xml.parse
Class EventHandlerFactory

java.lang.Object
  |
  +--oracle.cabo.share.xml.beans.BeanParserFactory
        |
        +--oracle.cabo.servlet.xml.parse.EventHandlerFactory
All Implemented Interfaces:
ParserFactory

public class EventHandlerFactory
extends BeanParserFactory

The ParserFactory for event handlers.


Constructor Summary
EventHandlerFactory()
Creates a EventHandlerFactory.

Method Summary
NodeParser getParser(ParseContext context, java.lang.String namespaceURI, java.lang.String localName)
Returns the parser used for creating EventHandlers off XML elements with the given namespace and local name.

Methods inherited from class oracle.cabo.share.xml.beans.BeanParserFactory
createBeanParser, getBeanDef, registerSelf

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

EventHandlerFactory

public EventHandlerFactory()
Creates a EventHandlerFactory.

Method Detail

getParser

public NodeParser getParser(ParseContext context,
                            java.lang.String namespaceURI,
                            java.lang.String localName)
Returns the parser used for creating EventHandlers off XML elements with the given namespace and local name.
Overrides:
getParser in class BeanParserFactory

UIX 2.2.15