org.nuiton.eugene
Class GeneratorTask.XmiVersionHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.nuiton.eugene.GeneratorTask.XmiVersionHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- Enclosing class:
- GeneratorTask
protected class GeneratorTask.XmiVersionHandler
- extends DefaultHandler
Sax handler to find xmi version into xmi document.
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
version
public String version
GeneratorTask.XmiVersionHandler
public GeneratorTask.XmiVersionHandler()
getVersion
public String getVersion()
startElement
public void startElement(String uri,
String localName,
String qName,
Attributes attributes)
throws SAXException
- Specified by:
startElement in interface ContentHandler- Overrides:
startElement in class DefaultHandler
- Throws:
SAXException
Copyright © 2006-2012 CodeLutin. All Rights Reserved.