org.efaps.maven.plugin.install
Class GenerateCIClassMojo.TypeHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.efaps.maven.plugin.install.GenerateCIClassMojo.TypeHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- Enclosing class:
- GenerateCIClassMojo
public class GenerateCIClassMojo.TypeHandler
- extends DefaultHandler
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
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 |
GenerateCIClassMojo.TypeHandler
public GenerateCIClassMojo.TypeHandler()
startElement
public void startElement(String _namespaceURI,
String _localName,
String _qName,
Attributes _atts)
- Specified by:
startElement in interface ContentHandler- Overrides:
startElement in class DefaultHandler
endElement
public void endElement(String uri,
String localName,
String qName)
throws SAXException
- Specified by:
endElement in interface ContentHandler- Overrides:
endElement in class DefaultHandler
- Throws:
SAXException
endDocument
public void endDocument()
throws SAXException
- Specified by:
endDocument in interface ContentHandler- Overrides:
endDocument in class DefaultHandler
- Throws:
SAXException
characters
public void characters(char[] _ch,
int _start,
int _length)
throws SAXException
- Specified by:
characters in interface ContentHandler- Overrides:
characters in class DefaultHandler
- Throws:
SAXException
Copyright © 2002-2011 The eFaps Team. All Rights Reserved.