Klasse OptionActionSaxHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.torque.generator.configuration.mergepoint.ActionSaxHandler
org.apache.torque.generator.configuration.mergepoint.OptionActionSaxHandler
- Alle implementierten Schnittstellen:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
A SAX handler which reads the configuration for a OptionAction
and creates and configures the Action according to the values in the
configuration XML.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungOptionActionSaxHandler
(String uri, String localName, String qName, Attributes attributes, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor) Creates a OptionActionSaxHandler for reading the configuration of a OptionAction. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
startElement
(String uri, String localName, String rawName, Attributes attributes) Von Klasse geerbte Methoden org.apache.torque.generator.configuration.mergepoint.ActionSaxHandler
getAction, getConfigurationProvider, getUnitDescriptor
Von Klasse geerbte Methoden org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden org.xml.sax.ContentHandler
declaration
-
Konstruktordetails
-
OptionActionSaxHandler
public OptionActionSaxHandler(String uri, String localName, String qName, Attributes attributes, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor) throws SAXException Creates a OptionActionSaxHandler for reading the configuration of a OptionAction.- Parameter:
uri
- - The Namespace URI, 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), or the empty string if qualified names are not available.attributes
- - The attributes attached to the element. If there are no attributes, it shall be an empty Attributes object.configurationProvider
- The access object for the configuration 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
-
startElement
public void startElement(String uri, String localName, String rawName, Attributes attributes) throws SAXException - Angegeben von:
startElement
in SchnittstelleContentHandler
- Setzt außer Kraft:
startElement
in KlasseActionSaxHandler
- Löst aus:
SAXException
-