TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.loaders.trace
Class XMLagMethodExitLoader

java.lang.Object
  extended by org.eclipse.hyades.loaders.hierarchy.IgnoredXMLFragmentLoader
      extended by org.eclipse.hyades.loaders.trace.TraceXMLFragmentLoader
          extended by org.eclipse.hyades.loaders.trace.TraceMethodBaseLoader
              extended by org.eclipse.hyades.loaders.trace.XMLagMethodExitLoader
All Implemented Interfaces:
BinaryFragmentLoader, XMLFragmentLoader

public class XMLagMethodExitLoader
extends TraceMethodBaseLoader


Constructor Summary
XMLagMethodExitLoader()
           
 
Method Summary
 void addYourselfInContext()
          This is called on end of root element of each fragment
 
Methods inherited from class org.eclipse.hyades.loaders.trace.TraceMethodBaseLoader
addAttribute, addCharacters, addInputOutputValues, endChild, initialize, startChild
 
Methods inherited from class org.eclipse.hyades.loaders.hierarchy.IgnoredXMLFragmentLoader
addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, cleanUp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLagMethodExitLoader

public XMLagMethodExitLoader()
Method Detail

addYourselfInContext

public void addYourselfInContext()
Description copied from interface: XMLFragmentLoader
This is called on end of root element of each fragment

Specified by:
addYourselfInContext in interface XMLFragmentLoader
Overrides:
addYourselfInContext in class IgnoredXMLFragmentLoader

TPTP 4.5.0 Platform Project
Public API Specification