org.eclipse.emf.ecore.xml.type.util
Class XMLTypeResourceImpl.Handler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.Handler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- Enclosing class:
- XMLTypeResourceImpl
- public static class XMLTypeResourceImpl.Handler
- extends DefaultHandler
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, 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 |
stackFrame
protected XMLTypeResourceImpl.StackFrame stackFrame
XMLTypeResourceImpl.Handler
public XMLTypeResourceImpl.Handler(XMLTypeResourceImpl.StackFrame stackFrame)
startElement
public void startElement(String uri,
String localName,
String qName,
Attributes attributes)
throws SAXException
- Throws:
SAXException
endElement
public void endElement(String uri,
String localName,
String qName)
throws SAXException
- Throws:
SAXException
characters
public void characters(char[] text,
int start,
int length)
throws SAXException
- Throws:
SAXException
error
public void error(SAXParseException exception)
throws SAXException
- Throws:
SAXException
fatalError
public void fatalError(SAXParseException exception)
throws SAXException
- Throws:
SAXException