TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.loaders.statistical
Class XMLSampleDescriptorLoader

java.lang.Object
  extended by org.eclipse.hyades.loaders.hierarchy.IgnoredXMLFragmentLoader
      extended by org.eclipse.hyades.loaders.statistical.XMLDescriptorLoader
          extended by org.eclipse.hyades.loaders.statistical.XMLCounterDescriptorLoader
              extended by org.eclipse.hyades.loaders.statistical.XMLSampleDescriptorLoader
All Implemented Interfaces:
BinaryFragmentLoader, XMLFragmentLoader

public class XMLSampleDescriptorLoader
extends XMLCounterDescriptorLoader


Constructor Summary
XMLSampleDescriptorLoader()
           
 
Method Summary
 void addAttribute(java.lang.String name, java.lang.String value)
           
 void addYourselfInContext()
          This is called on end of root element of each fragment
 void initialize(HierarchyContext context, java.lang.String elementName)
          This is called on start of root element of each fragment
 
Methods inherited from class org.eclipse.hyades.loaders.statistical.XMLCounterDescriptorLoader
endChild, startChild
 
Methods inherited from class org.eclipse.hyades.loaders.statistical.XMLDescriptorLoader
addCharacters
 
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

XMLSampleDescriptorLoader

public XMLSampleDescriptorLoader()
Method Detail

addAttribute

public void addAttribute(java.lang.String name,
                         java.lang.String value)
Specified by:
addAttribute in interface XMLFragmentLoader
Overrides:
addAttribute in class XMLCounterDescriptorLoader

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 XMLCounterDescriptorLoader

initialize

public void initialize(HierarchyContext context,
                       java.lang.String elementName)
Description copied from interface: XMLFragmentLoader
This is called on start of root element of each fragment

Specified by:
initialize in interface XMLFragmentLoader
Overrides:
initialize in class XMLCounterDescriptorLoader

TPTP 4.5.0 Platform Project
Public API Specification