public class XmlOptionsSaxHandlerFactory extends Object implements OptionsSaxHandlerFactory
Constructor and Description |
---|
XmlOptionsSaxHandlerFactory() |
Modifier and Type | Method and Description |
---|---|
FileOptionsSaxHandler |
getOptionsSaxHandler()
Returns a FileOptionsSaxHandler for reading the configuration of
XML options.
|
String |
getType()
Returns the options type which can be handled by the
OptionsSaxHandlers created by this factory.
|
public String getType()
getType
in interface OptionsSaxHandlerFactory
public final FileOptionsSaxHandler getOptionsSaxHandler() throws SAXException
getOptionsSaxHandler
in interface OptionsSaxHandlerFactory
SAXException
- if the SAX Handler for the options can
not be created from the given XML element.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.