public final class EAXmiHandler extends org.xml.sax.helpers.DefaultHandler
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String unusedUri,
String unusedLocalName,
String name) |
void |
fatalError(SAXParseException e) |
void |
startElement(String unusedUri,
String unusedLocalName,
String name,
Attributes attributes) |
characters, endDocument, endPrefixMapping, error, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic void startElement(String unusedUri, String unusedLocalName, String name, Attributes attributes)
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerpublic void endElement(String unusedUri, String unusedLocalName, String name)
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerpublic void fatalError(SAXParseException e) throws SAXException
fatalError in interface ErrorHandlerfatalError in class org.xml.sax.helpers.DefaultHandlerSAXExceptionCopyright © 2019. All Rights Reserved.