| Package | Description | 
|---|---|
| org.apache.torque.generator.configuration.mergepoint | 
      This package contains the classes for reading the mergepoint mappings for
      the Torque generator units of generation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ApplyActionSaxHandlerA SAX handler which reads the configuration for a ApplyAction
 and creates and configures the Action according to the values in the
 configuration XML. | 
| class  | OptionActionSaxHandlerA SAX handler which reads the configuration for a OptionAction
 and creates and configures the Action according to the values in the
 configuration XML. | 
| class  | OutputActionSaxHandlerA SAX handler which reads the configuration for a OutputAction
 and creates and configures the Action according to the values in the
 configuration XML. | 
| class  | SourceElementAttributeActionSaxHandlerA SAX handler which reads the configuration for a
 SourceElementAttributeAction and creates and configures the Action
 according to the values in the configuration XML. | 
| class  | TraverseAllActionSaxHandlerA SAX handler which reads the configuration for a TraverseAllAction
 and creates and configures the Action according to the values in the
 configuration XML. | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionSaxHandler | ActionSaxHandlerFactory. getActionSaxHandler(String uri,
                   String localName,
                   String qName,
                   Attributes attributes,
                   ConfigurationProvider configurationProvider,
                   UnitDescriptor unitDescriptor)Returns a ActionSaxHandler for reading in the configuration of
 an action. | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.