org.eclipse.emf.ecore.xml.type.util
Class XMLTypeResourceImpl.Handler

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byorg.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


Field Summary
protected  XMLTypeResourceImpl.StackFrame stackFrame
           
 
Constructor Summary
XMLTypeResourceImpl.Handler(XMLTypeResourceImpl.StackFrame stackFrame)
           
 
Method Summary
 void characters(char[] text, int start, int length)
           
 void endElement(String uri, String localName, String qName)
           
 void error(SAXParseException exception)
           
 void fatalError(SAXParseException exception)
           
 void startElement(String uri, String localName, String qName, Attributes attributes)
           
 
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
 

Field Detail

stackFrame

protected XMLTypeResourceImpl.StackFrame stackFrame
Constructor Detail

XMLTypeResourceImpl.Handler

public XMLTypeResourceImpl.Handler(XMLTypeResourceImpl.StackFrame stackFrame)
Method Detail

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

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.