org.eclipse.hyades.loaders.statistical
Class XMLCounterDescriptorLoader
java.lang.Object
org.eclipse.hyades.loaders.hierarchy.IgnoredXMLFragmentLoader
org.eclipse.hyades.loaders.statistical.XMLDescriptorLoader
org.eclipse.hyades.loaders.statistical.XMLCounterDescriptorLoader
- All Implemented Interfaces:
- BinaryFragmentLoader, XMLFragmentLoader
- Direct Known Subclasses:
- XMLSampleDescriptorLoader
public class XMLCounterDescriptorLoader
- extends XMLDescriptorLoader
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLCounterDescriptorLoader
public 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 XMLDescriptorLoader
startChild
public void startChild(java.lang.String name)
- Specified by:
startChild in interface XMLFragmentLoader- Overrides:
startChild in class XMLDescriptorLoader
endChild
public void endChild(java.lang.String name)
- Specified by:
endChild in interface XMLFragmentLoader- Overrides:
endChild in class XMLDescriptorLoader
addAttribute
public void addAttribute(java.lang.String name,
java.lang.String value)
- Specified by:
addAttribute in interface XMLFragmentLoader- Overrides:
addAttribute in class XMLDescriptorLoader
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 XMLDescriptorLoader