Klasse SourceElementAttributeActionSaxHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.torque.generator.configuration.mergepoint.ActionSaxHandler
org.apache.torque.generator.configuration.mergepoint.SourceElementAttributeActionSaxHandler
Alle implementierten Schnittstellen:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class SourceElementAttributeActionSaxHandler extends ActionSaxHandler
A SAX handler which reads the configuration for a SourceElementAttributeAction and creates and configures the Action according to the values in the configuration XML.
  • Konstruktordetails

    • SourceElementAttributeActionSaxHandler

      public SourceElementAttributeActionSaxHandler(String uri, String localName, String qName, Attributes attributes, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor) throws SAXException
      Creates a OptionActionSaxHandler for reading the configuration of a SourceElementAttributeAction.
      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 configuratiopn files, not null.
      unitDescriptor - The description of the generation unit, not null.
      Löst aus:
      NullPointerException - if an argument is null.
      SAXException - if the element cannot be processed correctly.
  • Methodendetails