Klasse OptionsSaxHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.torque.generator.configuration.option.OptionsSaxHandler
- Alle implementierten Schnittstellen:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Bekannte direkte Unterklassen:
FileOptionsSaxHandler
A SAX handler for reading the options tag in the control configuration.
$Id: OptionsSaxHandler.java 1917241 2024-04-21 13:29:41Z tv $
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the options configuration read by this SAX handler.boolean
Returns whether the SAX handler has finished reading the options configuration.Von Klasse geerbte Methoden org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, 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
-
OptionsSaxHandler
Constructor.- Parameter:
optionsConfiguration
- the OptionsConfiguration to be filled, not null.
-
-
Methodendetails
-
getOptionsConfiguration
Returns the options configuration read by this SAX handler.- Gibt zurück:
- the options configuration, not null.
- Löst aus:
IllegalStateException
- if the SAX handler has not yet finished reading the configuration.
-
isFinished
public boolean isFinished()Returns whether the SAX handler has finished reading the options configuration.- Gibt zurück:
- true if whether the SAX handler has finished, false otherwise.
-