Uses of Class
org.apache.torque.generator.configuration.mergepoint.ActionSaxHandler
Packages that use ActionSaxHandler
Package
Description
This package contains the classes for reading the mergepoint mappings for
the Torque generator units of generation.
-
Uses of ActionSaxHandler in org.apache.torque.generator.configuration.mergepoint
Subclasses of ActionSaxHandler in org.apache.torque.generator.configuration.mergepointModifier and TypeClassDescriptionclassA SAX handler which reads the configuration for a ApplyAction and creates and configures the Action according to the values in the configuration XML.classA SAX handler which reads the configuration for a OptionAction and creates and configures the Action according to the values in the configuration XML.classA SAX handler which reads the configuration for a OutputAction and creates and configures the Action according to the values in the configuration XML.classA SAX handler which reads the configuration for a SourceElementAttributeAction and creates and configures the Action according to the values in the configuration XML.classA SAX handler which reads the configuration for a TraverseAllAction and creates and configures the Action according to the values in the configuration XML.Methods in org.apache.torque.generator.configuration.mergepoint that return ActionSaxHandlerModifier and TypeMethodDescriptionActionSaxHandlerFactory.getActionSaxHandler(String uri, String localName, String qName, Attributes attributes, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor) Returns a ActionSaxHandler for reading in the configuration of an action.