org.eclipse.emf.ecore.xml.type.util
Class XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame

java.lang.Object
  extended by org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.StackFrame
      extended by org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame
Enclosing class:
XMLTypeResourceImpl.FrameFactory

public static class XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame
extends XMLTypeResourceImpl.StackFrame


Field Summary
protected  SimpleAnyType theSimpleAnyType
           
 
Constructor Summary
XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame()
           
 
Method Summary
 void create()
           
 void endElement(XMLTypeResourceImpl.StackFrame child)
           
 void handleAttributes(org.xml.sax.Attributes attributes)
           
protected  SimpleAnyType popSimpleAnyType()
           
 XMLTypeResourceImpl.StackFrame startElement(java.lang.String namespace, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes)
           
 
Methods inherited from class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.StackFrame
characters, endElement, pop, pushOnto
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theSimpleAnyType

protected SimpleAnyType theSimpleAnyType

Constructor Detail

XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame

public XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame()
Method Detail

handleAttributes

public void handleAttributes(org.xml.sax.Attributes attributes)

Overrides:
handleAttributes in class XMLTypeResourceImpl.StackFrame

startElement

public XMLTypeResourceImpl.StackFrame startElement(java.lang.String namespace,
                                                   java.lang.String localName,
                                                   java.lang.String qName,
                                                   org.xml.sax.Attributes attributes)
                                            throws org.xml.sax.SAXException

Overrides:
startElement in class XMLTypeResourceImpl.StackFrame
Throws:
org.xml.sax.SAXException

endElement

public void endElement(XMLTypeResourceImpl.StackFrame child)
                throws org.xml.sax.SAXException

Overrides:
endElement in class XMLTypeResourceImpl.StackFrame
Throws:
org.xml.sax.SAXException

create

public void create()

Overrides:
create in class XMLTypeResourceImpl.StackFrame

popSimpleAnyType

protected SimpleAnyType popSimpleAnyType()


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