public class OptionsSaxHandler extends DefaultHandler
| Constructor and Description | 
|---|
| OptionsSaxHandler(OptionsConfiguration optionsConfiguration)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| OptionsConfiguration | getOptionsConfiguration()Returns the options configuration read by this SAX handler. | 
| boolean | isFinished()Returns whether the SAX handler has finished reading the options
 configuration. | 
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningpublic OptionsSaxHandler(OptionsConfiguration optionsConfiguration)
optionsConfiguration - the OptionsConfiguration to be filled,
        not null.public OptionsConfiguration getOptionsConfiguration()
IllegalStateException - if the SAX handler has not yet finished
         reading the configuration.public boolean isFinished()
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.