Klasse OutputActionSaxHandlerFactory
java.lang.Object
org.apache.torque.generator.configuration.mergepoint.OutputActionSaxHandlerFactory
- Alle implementierten Schnittstellen:
ActionSaxHandlerFactory
A Factory which creates a SAX handler for an OutputAction.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal OutputActionSaxHandler
getActionSaxHandler
(String uri, String localName, String qName, Attributes attributes, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor) Returns a OutputActionSaxHandler for reading the configuration of OptionActions.getType()
Returns the action type which can be handled by the OutletSaxHandlers created by this factory.
-
Konstruktordetails
-
OutputActionSaxHandlerFactory
public OutputActionSaxHandlerFactory()
-
-
Methodendetails
-
getType
Returns the action type which can be handled by the OutletSaxHandlers created by this factory.- Angegeben von:
getType
in SchnittstelleActionSaxHandlerFactory
- Gibt zurück:
- "outputAction".
-
getActionSaxHandler
public final OutputActionSaxHandler getActionSaxHandler(String uri, String localName, String qName, Attributes attributes, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor) throws SAXException Returns a OutputActionSaxHandler for reading the configuration of OptionActions.- Angegeben von:
getActionSaxHandler
in SchnittstelleActionSaxHandlerFactory
- Parameter:
uri
- The namespace URI of the action element, or the empty string if the element has no namespace URI or if namespace processing is not being performed.localName
- The local name (without prefix), or the empty string if namespace processing is not being performed.qName
- The qualified name (with prefix, if present), or the empty string if qualified names are not available.attributes
- The attributes attached to the element.configurationProvider
- for accessing the configuration files, not null.unitDescriptor
- The description of the generation unit, not null.- Gibt zurück:
- a new OptionActionSaxHandler.
- Löst aus:
SAXException
- if the SAX Handler for the outlet can not be created from the given XML element.
-