Klasse XmlOptionsSaxHandlerFactory
java.lang.Object
org.apache.torque.generator.configuration.option.XmlOptionsSaxHandlerFactory
- Alle implementierten Schnittstellen:
OptionsSaxHandlerFactory
A Factory which creates a SAX handler for XML Options.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal FileOptionsSaxHandler
Returns a FileOptionsSaxHandler for reading the configuration of XML options.getType()
Returns the options type which can be handled by the OptionsSaxHandlers created by this factory.
-
Konstruktordetails
-
XmlOptionsSaxHandlerFactory
public XmlOptionsSaxHandlerFactory()
-
-
Methodendetails
-
getType
Returns the options type which can be handled by the OptionsSaxHandlers created by this factory.- Angegeben von:
getType
in SchnittstelleOptionsSaxHandlerFactory
- Gibt zurück:
- "xmlOptions".
-
getOptionsSaxHandler
Returns a FileOptionsSaxHandler for reading the configuration of XML options.- Angegeben von:
getOptionsSaxHandler
in SchnittstelleOptionsSaxHandlerFactory
- Gibt zurück:
- a new FileOptionsSaxHandler.
- Löst aus:
SAXException
- if the SAX Handler for the options can not be created from the given XML element.
-