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

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.ProcessingInstructionStackFrame
Enclosing class:
XMLTypeResourceImpl.FrameFactory

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


Field Summary
protected  XMLTypeResourceImpl.DataFrame data
           
protected  XMLTypeResourceImpl.DataFrame target
           
protected  ProcessingInstruction theProcessingInstruction
           
 
Constructor Summary
XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame()
           
 
Method Summary
 void create()
           
 void endElement(XMLTypeResourceImpl.StackFrame child)
           
 void handleAttributes(org.xml.sax.Attributes attributes)
           
protected  ProcessingInstruction popProcessingInstruction()
           
 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

theProcessingInstruction

protected ProcessingInstruction theProcessingInstruction


data

protected XMLTypeResourceImpl.DataFrame data


target

protected XMLTypeResourceImpl.DataFrame target

Constructor Detail

XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame

public XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame()
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

popProcessingInstruction

protected ProcessingInstruction popProcessingInstruction()


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