Verwendungen von Klasse
org.apache.torque.generator.configuration.mergepoint.ActionSaxHandler
Packages, die ActionSaxHandler verwenden
Package
Beschreibung
This package contains the classes for reading the mergepoint mappings for
the Torque generator units of generation.
-
Verwendungen von ActionSaxHandler in org.apache.torque.generator.configuration.mergepoint
Unterklassen von ActionSaxHandler in org.apache.torque.generator.configuration.mergepointModifizierer und TypKlasseBeschreibungclass
A SAX handler which reads the configuration for a ApplyAction and creates and configures the Action according to the values in the configuration XML.class
A SAX handler which reads the configuration for a OptionAction and creates and configures the Action according to the values in the configuration XML.class
A SAX handler which reads the configuration for a OutputAction and creates and configures the Action according to the values in the configuration XML.class
A SAX handler which reads the configuration for a SourceElementAttributeAction and creates and configures the Action according to the values in the configuration XML.class
A SAX handler which reads the configuration for a TraverseAllAction and creates and configures the Action according to the values in the configuration XML.Methoden in org.apache.torque.generator.configuration.mergepoint, die ActionSaxHandler zurückgebenModifizierer und TypMethodeBeschreibungActionSaxHandlerFactory.getActionSaxHandler
(String uri, String localName, String qName, Attributes attributes, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor) Returns a ActionSaxHandler for reading in the configuration of an action.