public class OptionActionSaxHandler extends ActionSaxHandler
Constructor and Description |
---|
OptionActionSaxHandler(String uri,
String localName,
String qName,
Attributes attributes,
ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor)
Creates a OptionActionSaxHandler for reading the configuration
of a OptionAction.
|
Modifier and Type | Method and Description |
---|---|
void |
startElement(String uri,
String localName,
String rawName,
Attributes attributes) |
getAction, getConfigurationProvider, getUnitDescriptor
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public OptionActionSaxHandler(String uri, String localName, String qName, Attributes attributes, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor) throws SAXException
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.NullPointerException
- if an argument is null.SAXException
- if the element cannot be processed correctly.public void startElement(String uri, String localName, String rawName, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class ActionSaxHandler
SAXException
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.