public class ApplyActionSaxHandler extends ActionSaxHandler
| Constructor and Description | 
|---|
| ApplyActionSaxHandler(String uri,
                     String localName,
                     String qName,
                     Attributes attributes,
                     ConfigurationProvider configurationProvider,
                     UnitDescriptor unitDescriptor)Creates a ApplyActionSaxHandler for reading the configuration
 of a ApplyAction. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | startElement(String uri,
            String localName,
            String rawName,
            Attributes attributes) | 
getAction, getConfigurationProvider, getUnitDescriptorcharacters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic ApplyActionSaxHandler(String uri, String localName, String qName, Attributes attributes, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor) throws SAXException
uri - The namespace URI of the action element,
        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, if present),
        or the empty string if  qualified names are not available.attributes - The attributes attached to the element.configurationProvider - for accessing the configuratiopn 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 ContentHandlerstartElement in class ActionSaxHandlerSAXExceptionCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.