TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.loaders.hierarchy
Class IgnoredXMLFragmentLoader

java.lang.Object
  extended byorg.eclipse.hyades.loaders.hierarchy.IgnoredXMLFragmentLoader
All Implemented Interfaces:
XMLFragmentLoader
Direct Known Subclasses:
SnapshotObservationBase, TraceXMLFragmentLoader, XMLagentCreateLoader, XMLagentDestroyLoader, XMLDescriptorLoader, XMLexecutionEventLoader, XMLfilterLoader, XMLgcFinishLoader, XMLgcStartLoader, XMLnodeLoader, XMLoptionLoader, XMLprocessCreateLoader, XMLprocessResumeLoader, XMLruntimeInitDoneLoader

public class IgnoredXMLFragmentLoader
extends java.lang.Object
implements XMLFragmentLoader


Field Summary
protected  HierarchyContext context
           
 
Constructor Summary
IgnoredXMLFragmentLoader()
           
 
Method Summary
 void addAttribute(java.lang.String name, java.lang.String value)
           
 void addCharacters(char[] data, int offset, int length)
           
 void addYourselfInContext()
          This is called on end of root element of each fragment
 void cleanUp()
          This is called at the end of the document.
 void endChild(java.lang.String name)
           
 void initialize(HierarchyContext context, java.lang.String elementName)
          This is called on start of root element of each fragment
 void startChild(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected HierarchyContext context
Constructor Detail

IgnoredXMLFragmentLoader

public IgnoredXMLFragmentLoader()
Method Detail

addAttribute

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

addCharacters

public void addCharacters(char[] data,
                          int offset,
                          int length)
Specified by:
addCharacters in interface XMLFragmentLoader

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

cleanUp

public void cleanUp()
Description copied from interface: XMLFragmentLoader
This is called at the end of the document.

Specified by:
cleanUp in interface XMLFragmentLoader

endChild

public void endChild(java.lang.String name)
Specified by:
endChild in interface XMLFragmentLoader

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

startChild

public void startChild(java.lang.String name)
Specified by:
startChild in interface XMLFragmentLoader

TPTP 4.2.0 Platform Project
Public API Specification