public class ApplicationHandler extends DefaultHandler
| Constructor and Description |
|---|
ApplicationHandler()
Internal constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApplicationFile()
Flag to tag the MXML file as an application one
|
void |
startElement(String uri,
String localName,
String name,
Attributes attributes)
Start element handler.
|
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic void startElement(String uri, String localName, String name, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandleruri - the XML namespace of the elementlocalName - the local name of the elementname - the name of the elementattributes - the XML attributes of the elementSAXExceptionpublic boolean isApplicationFile()
Copyright © 2008–2017 Sonatype, Inc.. All rights reserved.